..
block
core: add validUntilBlock field to transaction
2020-04-15 13:46:43 +03:00
blockchainer
core: extend Blockchainer with GetStandByValidators()
2020-04-16 15:54:58 +03:00
dao
core: implement skeletons for NEO/GAS native contracts
2020-04-16 15:55:35 +03:00
interop
interop/crypto: allow ECDsaVerify to verify ScriptContainer
2020-04-17 11:12:40 +03:00
mempool
core: add nonce field to transaction
2020-04-14 16:19:41 +03:00
native
core: implement skeletons for NEO/GAS native contracts
2020-04-16 15:55:35 +03:00
state
core: implement skeletons for NEO/GAS native contracts
2020-04-16 15:55:35 +03:00
storage
core: implement skeletons for NEO/GAS native contracts
2020-04-16 15:55:35 +03:00
test_data
Persist blockchain with leveldb on disk ( #48 )
2018-03-17 12:53:21 +01:00
transaction
transaction: drop AgencyType and VotingType
2020-04-16 14:44:46 +03:00
blockchain.go
Merge pull request #863 from nspcc-dev/drop-publish-tx
2020-04-16 21:23:37 +03:00
blockchain_test.go
core: add validUntilBlock field to transaction
2020-04-15 13:46:43 +03:00
gas_price.go
cli: make gas parameter to deployment add gas to the base price
2020-03-11 20:34:36 +03:00
gas_price_test.go
core: remove interop methods from interopContext
2020-04-11 10:56:35 +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
core: add validUntilBlock field to transaction
2020-04-15 13:46:43 +03:00
interop_neo.go
core: move runtime.CheckWitness interop to a separate package
2020-04-16 15:54:58 +03:00
interop_neo_test.go
interop/crypto: allow ECDsaVerify to verify ScriptContainer
2020-04-17 11:12:40 +03:00
interop_system.go
core: move runtime.CheckWitness interop to a separate package
2020-04-16 15:54:58 +03:00
interops.go
core: implement NativeContract support
2020-04-16 15:55:34 +03:00
interops_test.go
core: move interopContext to a separate package
2020-04-11 10:56:36 +03:00
native_contract_test.go
core: implement NativeContract support
2020-04-16 15:55:34 +03:00
prometheus.go
core: refactor out MemPool
2020-01-16 10:16:24 +03:00
spent_coin.go
core: move (un)SpentCoin structs into the state package
2020-03-11 12:22:52 +03:00
util.go
core: add nonce field to transaction
2020-04-14 16:19:41 +03:00
util_test.go
core: add validUntilBlock field to transaction
2020-04-15 13:46:43 +03:00