.. |
block
|
pkg: move internal/ package to the root directory
|
2020-11-24 16:39:56 +03:00 |
blockchainer
|
Merge pull request #1524 from nspcc-dev/rpc/invoke_verify
|
2020-12-21 10:36:54 +03:00 |
chaindump
|
blockchainer: allow to dump/restore chain
|
2020-11-24 16:43:11 +03:00 |
dao
|
mpt: support put in batches
|
2021-01-13 12:25:27 +03:00 |
fee
|
vm: implement POPITEM opcode
|
2021-01-19 09:46:01 +03:00 |
interop
|
core: allow to overload contract methods
|
2021-01-27 12:51:07 +03:00 |
mempool
|
core: fix mempool.Add
|
2021-01-15 16:43:21 +03:00 |
mpt
|
mpt: support put in batches
|
2021-01-13 12:25:27 +03:00 |
native
|
core: allow to overload contract methods
|
2021-01-27 12:51:07 +03:00 |
state
|
state: use checksums and names to calculate contract hashes
|
2021-01-22 12:22:48 +03:00 |
storage
|
mpt: update MPT after the block processing
|
2020-12-25 14:40:23 +03:00 |
test_data
|
block: update binary test data
|
2020-08-18 14:52:30 +03:00 |
transaction
|
transactions: fix JSON unmarshalling of fees
|
2021-01-22 18:22:09 +03:00 |
blockchain.go
|
core: allow to overload contract methods
|
2021-01-27 12:51:07 +03:00 |
blockchain_test.go
|
state: use checksums and names to calculate contract hashes
|
2021-01-22 12:22:48 +03:00 |
doc.go
|
core: add Blockchain event subscription mechanism
|
2020-05-25 00:27:39 +03:00 |
gas_price.go
|
core: redefine opcode prices
|
2020-12-16 13:55:39 +03:00 |
helper_test.go
|
testchain: support signing tx by committee
|
2021-01-21 14:51:15 +03:00 |
interop_neo.go
|
core: add PickN flags to Storage.Find
|
2021-01-15 21:12:10 +03:00 |
interop_neo_test.go
|
core: add PickN flags to Storage.Find
|
2021-01-15 21:12:10 +03:00 |
interop_system.go
|
state: store NEF instead of script for contract
|
2021-01-13 15:34:10 +03:00 |
interop_system_test.go
|
core: allow to overload contract methods
|
2021-01-27 12:51:07 +03:00 |
interops.go
|
core,vm: remove System.Enumerator.* interops
|
2021-01-15 21:11:32 +03:00 |
interops_test.go
|
core: allow to use state root in header
|
2020-11-20 17:16:32 +03:00 |
native_contract_test.go
|
native: call native contracts by ID instead of name
|
2021-01-18 00:38:23 +03:00 |
native_designate_test.go
|
core: update System.Contract.Call syscall
|
2021-01-14 18:23:36 +03:00 |
native_management_test.go
|
core: allow to overload contract methods
|
2021-01-27 12:51:07 +03:00 |
native_neo_test.go
|
core: update System.Contract.Call syscall
|
2021-01-14 18:23:36 +03:00 |
native_notary_test.go
|
native: check for committee in setters
|
2021-01-21 15:20:34 +03:00 |
native_oracle_test.go
|
native: don't call CreateNativeContractHash() in oracle contract
|
2021-01-22 11:28:13 +03:00 |
native_policy_test.go
|
native: check for committee in setters
|
2021-01-21 15:20:34 +03:00 |
prometheus.go
|
core: add state height to prometheus metrics
|
2020-07-30 12:42:15 +03:00 |
util.go
|
native: drop Neo.Native.Deploy, move contract init to management contract
|
2020-12-14 13:33:41 +03:00 |
util_test.go
|
native: drop Neo.Native.Deploy, move contract init to management contract
|
2020-12-14 13:33:41 +03:00 |