neoneo-go/pkg/core
2022-01-14 19:53:45 +03:00
..
block *: store application long along with tx/block 2021-12-09 15:39:26 +03:00
blockchainer network/services: unify service lifecycle management 2022-01-14 19:53:45 +03:00
chaindump block: drop Network from the Header 2021-03-26 13:45:18 +03:00
dao *: store application long along with tx/block 2021-12-09 15:39:26 +03:00
fee vm: add PACKMAP/PACKSTRUCT, extend UNPACK 2021-11-12 17:19:59 +03:00
interop blockchainer: drop Policer interface 2022-01-12 00:58:03 +03:00
mempool mempool: use capacity parameter to avoid map reallocations 2021-12-01 21:36:25 +03:00
mempoolevent core: move mempool.Event to a separate package 2021-06-01 12:24:28 +03:00
mpt statesync: copy state by swapping prefix 2021-11-24 16:22:27 +03:00
native blockchainer: drop Policer interface 2022-01-12 00:58:03 +03:00
state *: use NEP-XX naming consistently in docs/comments 2021-11-19 12:58:46 +03:00
stateroot dao: add KeepOnlyLatestState setting to dao.Version 2021-11-24 16:22:27 +03:00
statesync *: store application long along with tx/block 2021-12-09 15:39:26 +03:00
storage *: store application long along with tx/block 2021-12-09 15:39:26 +03:00
test_data core/block: add Nonce field to header 2021-07-15 15:58:49 +03:00
transaction transaction: microoptimize Hash() 2021-12-02 14:48:35 +03:00
bench_test.go rpc: refactor calculatenetworkfee handler 2021-10-25 19:07:25 +03:00
blockchain.go blockchainer: drop Policer interface 2022-01-12 00:58:03 +03:00
blockchain_test.go *: store application long along with tx/block 2021-12-09 15:39:26 +03:00
doc.go core: add Blockchain event subscription mechanism 2020-05-25 00:27:39 +03:00
helper_test.go compiler: use CALLT for native contract calls, fix #2257 2021-12-10 11:58:50 +03:00
interop_system.go blockchainer: drop Policer interface 2022-01-12 00:58:03 +03:00
interop_system_test.go interop: move invocation counter from VM to Context 2021-11-20 21:57:41 +03:00
interops.go interop: implement System.Runtime.GetRandom 2021-07-15 16:00:01 +03:00
interops_test.go core: remove conflicting transactions wrt MaxTraceableBlocks 2021-08-18 13:31:47 +03:00
native_contract_test.go Merge pull request #2270 from nspcc-dev/vm-invoked-contracts 2021-12-01 11:27:27 +03:00
native_designate_test.go core/test: get rid of empty tx scripts 2021-07-15 15:58:49 +03:00
native_gas_test.go core: fix GAS distribution to primary node when notary enabled 2021-12-14 12:18:47 +03:00
native_ledger_test.go *: store application long along with tx/block 2021-12-09 15:39:26 +03:00
native_management_test.go core: fix TestRestoreAfterDeploy 2021-12-08 12:05:31 +03:00
native_neo_test.go core: move NNS test out of core 2021-11-11 11:15:15 +03:00
native_notary_test.go config: make MaxValidUntilBlockIncrement configurable 2021-05-17 13:43:03 +03:00
native_oracle_test.go native/interop: use oracle request signers for oracle response witness 2021-11-16 11:51:15 +03:00
native_policy_test.go core: add and use synchronous persist to avoid OOM 2021-11-22 10:41:40 +03:00
notary_test.go network/services: unify service lifecycle management 2022-01-14 19:53:45 +03:00
oracle_test.go network/cli: move Oracle service instantiation out of the network 2022-01-14 19:53:45 +03:00
prometheus.go stateroot: move state-root related logic to core/stateroot 2021-03-09 13:48:29 +03:00
stateroot_test.go network/services: unify service lifecycle management 2022-01-14 19:53:45 +03:00
statesync_test.go core: remove old storage items asynchronously 2021-11-24 16:25:11 +03:00
util.go core/block: add Nonce field to header 2021-07-15 15:58:49 +03:00
util_test.go core/block: add Nonce field to header 2021-07-15 15:58:49 +03:00