neo-go/pkg
Roman Khimov 981ae10091 config: declare and use the latest stable hardfork
Differentiate released and stable ones from test-only not-yet-ready and such.
Enabled only stable ones by default to avoid surprises in private networks
when some beta hardfork is made available with some node release.

Fixes #3719.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2024-12-06 12:23:46 +03:00
..
compiler *: fix some dupword warnings 2024-11-13 20:57:10 +03:00
config config: declare and use the latest stable hardfork 2024-12-06 12:23:46 +03:00
consensus *: migrate onto simplified dbft.PublicKey interface 2024-11-29 18:33:19 +03:00
core config: declare and use the latest stable hardfork 2024-12-06 12:23:46 +03:00
crypto *: improve for loop syntax 2024-08-30 21:45:18 +03:00
encoding *: improve for loop syntax 2024-08-30 21:45:18 +03:00
interop interop: fix linter issues 2024-10-11 12:41:06 +03:00
io io: no need to do ValueOf() again, it's known 2024-11-15 22:29:06 +03:00
neorpc ws: allow filtering notification by parameters 2024-11-26 00:26:04 +03:00
neotest neotest: extend cached compiled contract identifier in CompileFile 2024-11-29 14:43:37 +03:00
network *: move metric neogo_version out of pkg/network 2024-11-29 16:58:11 +03:00
rpcclient ws: allow filtering notification by parameters 2024-11-26 00:26:04 +03:00
services blockfetcher: add check on IndexFileSize of index files 2024-11-29 13:37:50 +03:00
smartcontract manifest: support NEP-24 2024-11-20 14:45:28 +03:00
util *: improve for loop syntax 2024-08-30 21:45:18 +03:00
vm vm: fix PACKMAP operation 2024-11-19 13:49:53 +03:00
wallet *: use slices.Index/slices.Contains where appropriate 2024-08-27 08:24:52 +03:00