neoneo-go/pkg
Anna Shaleva 53655c5ac2 core: implement new System.Blockchain.GetTransaction interop
closes #1023

Now we put on stack stackitem.Array instead of Interop, so we don't
need old transaction-related interops anymore. Removed the following
interops:
	System.Transaction.GetHash
	Neo.Transaction.GetAttributes
	Neo.Transaction.GetHash
	Neo.Transaction.GetWitnesses
	Neo.Attribute.GetData
	Neo.Attribute.GetUsage

Also removed the following duplicated NEO interop:
	Neo.Blockchain.GetTransaction
2020-06-09 22:04:13 +03:00
..
compiler core: implement new System.Blockchain.GetTransaction interop 2020-06-09 22:04:13 +03:00
config transaction: drop Register transaction type 2020-06-05 19:20:16 +03:00
consensus mempool: drop TxWithFee type 2020-06-05 19:21:40 +03:00
core core: implement new System.Blockchain.GetTransaction interop 2020-06-09 22:04:13 +03:00
crypto vm: move RET and SYSCALL opcodes 2020-05-07 13:23:05 +03:00
encoding vm/encoding: move bigint from vm to encoding package 2020-06-08 13:27:13 +03:00
internal protocol: add payload compression 2020-05-26 22:19:10 +03:00
interop core: implement new System.Blockchain.GetTransaction interop 2020-06-09 22:04:13 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network mempool: drop TxWithFee type 2020-06-05 19:21:40 +03:00
rpc Merge pull request #1013 from nspcc-dev/neo3/vm/stackitem_refactoring 2020-06-08 15:30:44 +03:00
smartcontract Merge pull request #1013 from nspcc-dev/neo3/vm/stackitem_refactoring 2020-06-08 15:30:44 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm vm: replace hardcoded Bool type constant with BooleanT type 2020-06-08 13:27:13 +03:00
wallet wallet: check for t.GetSignedPart() result correctness 2020-05-24 23:53:38 +03:00