neoneo-go/pkg/core/transaction
Evgeniy Kulikov 8d410a6659
Add JSON tags for RPC response types
- Attribute should have 2 fields (usage, data)
- VOut should have 4 (5) fields (asset, value, address, n)
- Script should have 2 fields (invocation, verification)
2020-02-13 19:06:54 +03:00
..
asset_type.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
attr_usage.go transaction: auto-generate stringer interface for AttrUsage 2019-08-30 17:44:36 +03:00
attribute.go Add JSON tags for RPC response types 2020-02-13 19:06:54 +03:00
attrusage_string.go transaction: auto-generate stringer interface for AttrUsage 2019-08-30 17:44:36 +03:00
claim.go io: refactor BinReader.ReadArray() 2019-11-14 14:19:58 +03:00
contract.go io: redo Serializable to return errors in BinReader/BinWriter 2019-09-17 13:21:52 +03:00
contract_test.go util: add LE suffix to Uint256 methods 2019-12-06 12:16:55 +03:00
enrollment.go core/tx: remove publickey indirection from assets and txes 2019-12-09 18:33:04 +03:00
enrollment_test.go util: add LE suffix to Uint256 methods 2019-12-06 12:16:55 +03:00
helper_test.go io: redo Serializable to return errors in BinReader/BinWriter 2019-09-17 13:21:52 +03:00
input.go io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
invocation.go io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
issue.go io: redo Serializable to return errors in BinReader/BinWriter 2019-09-17 13:21:52 +03:00
miner.go io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
miner_test.go util: add LE suffix to Uint256 methods 2019-12-06 12:16:55 +03:00
output.go Add JSON tags for RPC response types 2020-02-13 19:06:54 +03:00
publish.go io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
register.go io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
register_test.go address: rename functions as per #579 comments 2019-12-25 17:34:18 +03:00
result.go Implement rpc server method: sendrawtransaction (#174) 2019-03-20 12:30:05 +00:00
state.go io: refactor BinReader.ReadArray() 2019-11-14 14:19:58 +03:00
state_descriptor.go transaction: fix wrong state descriptor serdes 2020-02-12 21:23:28 +03:00
state_test.go transaction: fix wrong state descriptor serdes 2020-02-12 21:23:28 +03:00
transaction.go transaction: forbid serializing invalid transactions 2020-02-03 16:33:03 +03:00
transaction_test.go transaction: forbid serializing invalid transactions 2020-02-03 16:33:03 +03:00
txer.go make TXer and Payload implement Serializable 2019-09-17 13:21:52 +03:00
type.go transaction: add unmarshaling for TXType 2019-12-25 01:44:37 +03:00
witness.go Add JSON tags for RPC response types 2020-02-13 19:06:54 +03:00