Skip to content

Commit

Permalink
README: Increase Neo Go version required for the compilation
Browse files Browse the repository at this point in the history
New min version includes various enhancements/fixes incl. Go-formatted
codegen.

Also mention upgrade in the CHANGELOG.

Refs #367 (73882ca).

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
  • Loading branch information
cthulhu-rider committed Nov 20, 2023
1 parent fd294e3 commit bccd988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Changelog for NeoFS Contract
- RPC bindings generation (#345)

### Updated
- `neo-go` to `v0.103.1`

### Removed
- old unused (notary-disabled) events (#341)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Sidechain contracts:

To compile smart contracts you need:

- [neo-go](https://github.com/nspcc-dev/neo-go) >= 0.102.0
- [neo-go](https://github.com/nspcc-dev/neo-go) >= 0.103.1

## Compilation

Expand Down

0 comments on commit bccd988

Please sign in to comment.