Skip to content

Commit

Permalink
Merge pull request #179 from gnosisguild/ryardley-patch-1
Browse files Browse the repository at this point in the history
Add warning about duplicate field status
  • Loading branch information
hmzakhalid authored Nov 29, 2024
2 parents 732a58a + 48dce7e commit a9d08c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/ciphernode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ anvil --version
anvil 0.2.0 (9501589 2024-10-30T00:22:24.181391729Z)
```

Note some older versions of `anvil` are not compatible and can cause errors.
Note some older versions of `anvil` are not compatible and can cause errors - by older I mean before this particuar dated patch `(9501589 2024-10-30T00:22:24.181391729Z)` - note they are not using semver.

If you get an error that looks similar to the following you likely need to upgrade your anvil version:

```
ERROR! event=EnclaveError(EnclaveError { err_type: Evm, message: "deserialization error: duplicate field `status` at line 1 column 34542" })
```

# E3 Requested

Expand Down

0 comments on commit a9d08c5

Please sign in to comment.