neo-go/pkg/core/transaction
Roman Khimov b8adc36e6a transaction: add missing alloc in state decoder
Fixes panic two lines below:
panic: runtime error: index out of range [recovered]
        panic: runtime error: index out of range
2019-08-30 19:34:26 +03:00
..
asset_type.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
attr_usage.go transaction: auto-generate stringer interface for AttrUsage 2019-08-30 17:44:36 +03:00
attribute.go transaction: fix DescriptionURL attribute handling 2019-08-30 16:51:18 +03:00
attrusage_string.go transaction: auto-generate stringer interface for AttrUsage 2019-08-30 17:44:36 +03:00
claim.go transaction: implement proper Size() everywhere 2019-08-30 11:41:10 +03:00
contract.go transaction: implement proper Size() everywhere 2019-08-30 11:41:10 +03:00
contract_test.go transaction: move and adapt test from dev 2019-08-30 18:23:53 +03:00
enrollment.go transaction: implement proper Size() everywhere 2019-08-30 11:41:10 +03:00
enrollment_test.go transaction: move enrollment test from dev into the master 2019-08-30 18:28:12 +03:00
helper_test.go transaction: add version check for publish 2019-08-29 19:14:22 +03:00
input.go pkg/core: use util.binaryReader/Writer 2019-08-28 19:45:17 +03:00
invocation.go transaction: implement proper Size() everywhere 2019-08-30 11:41:10 +03:00
issue.go transaction: implement proper Size() everywhere 2019-08-30 11:41:10 +03:00
miner.go transaction: implement proper Size() everywhere 2019-08-30 11:41:10 +03:00
miner_test.go transaction: add miner tx test from dev 2019-08-30 18:53:26 +03:00
output.go pkg/core: use util.binaryReader/Writer 2019-08-28 19:45:17 +03:00
publish.go transaction: add binary encoding for publish 2019-08-30 19:19:43 +03:00
register.go transaction: implement proper Size() everywhere 2019-08-30 11:41:10 +03:00
register_test.go crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00
result.go Implement rpc server method: sendrawtransaction (#174) 2019-03-20 12:30:05 +00:00
state.go transaction: add missing alloc in state decoder 2019-08-30 19:34:26 +03:00
state_descriptor.go transaction: implement encoding for state 2019-08-30 19:13:19 +03:00
transaction.go transaction: implement proper Size() everywhere 2019-08-30 11:41:10 +03:00
transaction_test.go transaction: add binary encoding for publish 2019-08-30 19:19:43 +03:00
txer.go transaction: implement proper Size() everywhere 2019-08-30 11:41:10 +03:00
type.go Implemented rpc server method GetRawTransaction (#135) 2019-02-20 18:39:32 +01:00
witness.go pkg/core: use util.binaryReader/Writer 2019-08-28 19:45:17 +03:00