neo-go/pkg
Anna Shaleva 17de1bf7fe core: avoid extra call to GetNextBlockValidatorsInternal
It should be sufficient to retrieve next block validators once per
updateExtensibleWhitelist call and then reuse this value. `nextVals`
copy intentionally omitted since the only change that
smartcontract.CreateDefaultMultiSigRedeemScript performs over the
`nextVals` list is sorting.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
2024-07-03 13:03:10 +03:00
..
compiler native: autogenerate nativehashes package 2024-05-14 09:39:53 +03:00
config cli: add embedded node config 2024-07-01 10:59:11 +03:00
consensus consensus: use better dbFT 2024-03-25 19:21:51 +03:00
core core: avoid extra call to GetNextBlockValidatorsInternal 2024-07-03 13:03:10 +03:00
crypto crypto: export GetSignedData function 2024-05-13 09:33:42 +03:00
encoding *: drop go 1.18 support in doc and build targets 2023-10-12 17:59:42 +03:00
interop core: move P2PNotary node role out of P2PSigExtensions 2024-05-21 12:10:47 +03:00
io *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
neorpc neorpc: extend getpeers method 2024-06-27 10:41:59 +01:00
neotest crypto: add StringCompressed() for PublicKey 2024-04-11 15:24:46 +03:00
network neorpc: extend getpeers method 2024-06-27 10:41:59 +01:00
rpcclient Merge pull request #3481 from EdgeDLT/getPeerHeights 2024-06-28 11:07:09 +03:00
services oracle: add length check o.MainCfg.NeoFS.Nodes 2024-06-05 11:53:52 +03:00
smartcontract smartcontract: ensure nil ParameterContext Item's script is marshallable 2024-04-18 13:55:05 +03:00
util *: replace slice.Copy with bytes.Clone 2024-03-05 13:54:10 +03:00
vm vm: improve stack size related errors 2024-06-11 18:34:22 +03:00
wallet wallet: do not store deployed contract script inside Contract account 2024-06-05 15:27:20 +03:00