neo-go/pkg
Anna Shaleva 4ca2686583 core: distinguish empty Hardforks map from nil
Ensure that Blockchain constructor is able to distinguish empty
Hardforks map (no hardforks should be enabled) from nil hardforks map
(the default value should be used in this case, i.e. all hardforks
should be active from genesis).

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
2024-04-25 13:26:54 +03:00
..
compiler *: use nativehashes package where possible 2024-04-25 13:26:54 +03:00
config config, native: introduce Cockatrice hard-fork 2024-04-25 13:26:54 +03:00
consensus consensus: use better dbFT 2024-03-25 19:21:51 +03:00
core core: distinguish empty Hardforks map from nil 2024-04-25 13:26:54 +03:00
crypto crypto: adjust NewPublicKeyFromString's comment 2024-04-11 15:24:47 +03:00
encoding *: drop go 1.18 support in doc and build targets 2023-10-12 17:59:42 +03:00
interop interop: add keccak256 implementation 2024-03-22 17:15:43 +03:00
io *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
neorpc rpcsrv: add SessionEnabled, MaxIteratorResultItems to getversion 2024-04-03 22:42:14 +03:00
neotest crypto: add StringCompressed() for PublicKey 2024-04-11 15:24:46 +03:00
network network: take care of TestServerStartAndShutdown 2024-04-04 13:29:47 +03:00
rpcclient *: use nativehashes package where possible 2024-04-25 13:26:54 +03:00
services native: make Oracle service handle native Oracle updates 2024-04-25 13:26:54 +03:00
smartcontract Merge pull request #3405 from nspcc-dev/dynamic-hash 2024-04-15 13:16:13 +03:00
util *: replace slice.Copy with bytes.Clone 2024-03-05 13:54:10 +03:00
vm *: improve error text for System.Crypto.CheckMultisig handling 2024-03-25 19:16:21 +03:00
wallet crypto: add StringCompressed() for PublicKey 2024-04-11 15:24:46 +03:00