neo-go/pkg
Ekaterina Pavlova e993c1bdac basicchain: use UnitTestNet default config
It's important to have the same chain configuration for all tests.
Otherwise, a mismatched hardfork configuration is used to dump/restore
the basic chain.

Close #3681

Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
2024-12-11 21:42:00 +03:00
..
compiler *: fix some dupword warnings 2024-11-13 20:57:10 +03:00
config config: add UnitTestNet configuration to embed configs 2024-11-22 11:55:51 +03:00
consensus *: fix linter exhaustive errors 2024-09-26 13:29:03 +03:00
core basicchain: use UnitTestNet default config 2024-12-11 21:42:00 +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 neorpc: remove deprecated error codes (as scheduled) 2024-11-19 21:47:27 +03:00
neotest basicchain: use UnitTestNet default config 2024-12-11 21:42:00 +03:00
network network: drop deprecated serv_node_version metric 2024-11-19 21:43:08 +03:00
rpcclient manifest: support NEP-24 2024-11-20 14:45:28 +03:00
services basicchain: use UnitTestNet default config 2024-12-11 21:42:00 +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