.. |
block
|
transaction: forbid serializing invalid transactions
|
2020-02-03 16:33:03 +03:00 |
mempool
|
mempool: do not allocate new slice for verified transactions
|
2020-03-02 10:38:27 +03:00 |
state
|
core: implement UnclaimedBalance tracking
|
2020-03-02 18:00:00 +03:00 |
storage
|
storage: add locking into (*MemoryStore).Seek
|
2020-02-24 17:51:50 +03:00 |
test_data
|
Persist blockchain with leveldb on disk (#48)
|
2018-03-17 12:53:21 +01:00 |
transaction
|
core: implement (*Transaction).GetSignedPart()
|
2020-03-02 18:00:00 +03:00 |
blockchain.go
|
core: verify Claim transactions
|
2020-03-02 18:01:49 +03:00 |
blockchain_test.go
|
core: implement (*Blockchain).CalculateClaimable
|
2020-03-02 18:00:00 +03:00 |
blockchainer.go
|
core: implement (*Blockchain).CalculateClaimable
|
2020-03-02 18:00:00 +03:00 |
cacheddao.go
|
core: add cachedDao to cache accounts and contracts
|
2019-12-13 19:57:17 +03:00 |
cacheddao_test.go
|
core: add cachedDao to cache accounts and contracts
|
2019-12-13 19:57:17 +03:00 |
dao.go
|
core: add double claim verification check
|
2020-02-27 12:32:56 +03:00 |
dao_test.go
|
core: move spent coin management out of the inner storeBlock loop
|
2020-02-25 17:21:09 +03:00 |
gas_price.go
|
core: fix GAS price definitions
|
2020-02-06 18:19:08 +03:00 |
gas_price_test.go
|
core: shutdown Blockchain gracefully in tests
|
2020-03-02 17:22:27 +03:00 |
header_hash_list.go
|
util: implement io.Serializable for Uint256
|
2019-11-14 14:20:38 +03:00 |
helper_test.go
|
core: make test chain format compatible with mainnet
|
2020-03-02 18:01:49 +03:00 |
interop_neo.go
|
core/transaction: use new transaction.InOut for References
|
2020-02-27 12:00:03 +03:00 |
interop_neo_test.go
|
core: refactor out Block, BlockBase and Header structs
|
2020-01-16 10:16:24 +03:00 |
interop_system.go
|
keys: rename Signature to GetScriptHash, make it return Uint160
|
2020-02-19 12:19:03 +03:00 |
interops.go
|
smartcontract: turn trigger types into Type
|
2020-03-02 17:25:27 +03:00 |
interops_test.go
|
core,rpc: close Blockchain in tests
|
2020-01-10 11:47:56 +03:00 |
prometheus.go
|
core: refactor out MemPool
|
2020-01-16 10:16:24 +03:00 |
spent_coin_state.go
|
core: verify Claim transactions
|
2020-03-02 18:01:49 +03:00 |
spent_coin_state_test.go
|
internal: moved testutil method to internal package
|
2019-12-11 13:14:43 +03:00 |
uint32.go
|
*: goimports
|
2019-12-17 14:51:28 +03:00 |
unspent_coin_state.go
|
io: rename Read/WriteBytes to Read/WriteB
|
2019-12-12 20:19:50 +03:00 |
unspent_coint_state_test.go
|
core: renames entities-> state and removed State prefix
|
2019-12-11 13:14:18 +03:00 |
util.go
|
core: export UtilityTokenID and GoverningTokenID
|
2020-02-19 12:13:27 +03:00 |
util_test.go
|
tests: replace t.Fatal with require where possible
|
2020-03-02 17:22:27 +03:00 |