..
block
block/transaction: add network magic into the hash
2020-06-18 12:39:50 +03:00
blockchainer
*: switch from fixed8 to int64 in (Blockchain).CalculateClaimable
2020-06-29 21:40:54 +03:00
dao
dao: combine GetNextContractID and PutNextContractID
2020-06-24 10:22:21 +03:00
interop
*: switch from fixed8 to int64
2020-06-29 21:39:27 +03:00
mempool
*: switch from fixed8 to int64
2020-06-29 21:39:27 +03:00
native
*: switch from fixed8 to int64 in (Blockchain).CalculateClaimable
2020-06-29 21:40:54 +03:00
state
core: get rid of NEP5TransferSize
2020-07-09 13:25:03 +03:00
storage
core: provide monotonically increasing ID for contracts
2020-06-11 10:45:25 +03:00
test_data
Persist blockchain with leveldb on disk ( #48 )
2018-03-17 12:53:21 +01:00
transaction
transaction: fail creating tx if there is additional data present
2020-07-03 18:03:57 +03:00
blockchain.go
core: fixed typo in method description
2020-06-29 21:40:59 +03:00
blockchain_test.go
core: fix TestGetClaimable occasional failures
2020-06-27 12:36:43 +03:00
doc.go
core: add Blockchain event subscription mechanism
2020-05-25 00:27:39 +03:00
gas_price.go
*: switch from fixed8 to int64
2020-06-29 21:39:27 +03:00
header_hash_list.go
*: move all packages from CityOfZion to nspcc-dev
2020-03-03 17:21:42 +03:00
helper_test.go
*: switch from fixed8 to int64
2020-06-29 21:39:27 +03:00
interop_neo.go
*: switch from fixed8 to int64
2020-06-29 21:39:27 +03:00
interop_neo_test.go
core: store smartcontract items by id
2020-06-19 20:48:45 +03:00
interop_system.go
*: switch from fixed8 to int64
2020-06-29 21:39:27 +03:00
interop_system_test.go
core: implement System.Runtime.GetInvocationCounter syscall
2020-06-17 11:24:11 +03:00
interops.go
core: fix Neo.Native.Deploy
price
2020-06-19 12:58:33 +03:00
interops_test.go
block/transaction: add network magic into the hash
2020-06-18 12:39:50 +03:00
native_contract_test.go
core/tests: extend native contract test
2020-06-18 22:44:10 +03:00
native_policy_test.go
core: add native policy contract
2020-06-24 07:35:07 +03:00
opcode_price.go
*: switch from fixed8 to int64
2020-06-29 21:39:27 +03:00
prometheus.go
core: refactor out MemPool
2020-01-16 10:16:24 +03:00
util.go
*: switch from fixed8 to int64
2020-06-29 21:39:27 +03:00
util_test.go
core: cache standby validators in the Blockchain
2020-06-24 10:22:17 +03:00