neoneo-go/pkg/core/transaction
Roman Khimov 21efccd300 transaction: remove type field, set Version to 0
Two changes being done here, because they require a lot of updates to
tests. Now we're back into version 0 and we only have one type of
transaction.

It also removes GetType and GetScript interops, both are obsolete in Neo 3.
2020-06-05 19:20:16 +03:00
..
asset_type.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
attr_usage.go core: remove Script attribute type 2020-05-04 11:49:14 +03:00
attribute.go transaction: add json.Unmarshaler to Attribute 2020-05-26 11:36:47 +03:00
attrusage_string.go core: remove Script attribute type 2020-05-04 11:49:14 +03:00
cosigner.go core: add cosigners field to transaction 2020-05-04 11:53:31 +03:00
cosigner_test.go core: add cosigners field to transaction 2020-05-04 11:53:31 +03:00
helper_test.go transaction: drop Claim TX type 2020-06-05 19:20:16 +03:00
inout.go core/transaction: use new transaction.InOut for References 2020-02-27 12:00:03 +03:00
input.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
input_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
output.go transaction: unmarshal Output properly 2020-03-04 20:01:26 +03:00
result.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
transaction.go transaction: remove type field, set Version to 0 2020-06-05 19:20:16 +03:00
transaction_test.go transaction: remove type field, set Version to 0 2020-06-05 19:20:16 +03:00
witness.go transaction: unmarshal Witness properly 2020-03-04 20:01:26 +03:00
witness_scope.go core: add cosigners field to transaction 2020-05-04 11:53:31 +03:00