mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-27 13:58:05 +00:00
65503aa9b4
1. Closes #840: added Nonce field to transaction.Transaction and removed Nonce field from transaction.MinerTx 2. Added following methods to different tx types: - NewMinerTx() - NewMinerTxWithNonce(...) - NewEnrollmentTx(...) - NewIssueTx() - NewPublishTx(...) - NewRegisterTx(...) - NewStateTx(...) in order to avoid code duplication when new transaction is created. 3. Commented out test cases where binary transaction/block are used. These test cases marked with `TODO NEO3.0: Update binary` and need to be updated. 4. Updated other tests 5. Added constant Nonce to GoveringTockenTx, UtilityTokenTx and genesis block to avoid data variability. Also marked with TODO. |
||
---|---|---|
.. | ||
asset_type.go | ||
attr_usage.go | ||
attribute.go | ||
attrusage_string.go | ||
claim.go | ||
contract.go | ||
contract_test.go | ||
enrollment.go | ||
enrollment_test.go | ||
helper_test.go | ||
inout.go | ||
input.go | ||
input_test.go | ||
invocation.go | ||
invocation_test.go | ||
issue.go | ||
miner.go | ||
miner_test.go | ||
output.go | ||
publish.go | ||
register.go | ||
register_test.go | ||
result.go | ||
state.go | ||
state_descriptor.go | ||
state_test.go | ||
transaction.go | ||
transaction_test.go | ||
txer.go | ||
type.go | ||
witness.go |