neoneo-go/cli
Anna Shaleva 65503aa9b4 core: add nonce field to transaction
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.
2020-04-14 16:19:41 +03:00
..
flags cli: fix type in flags.Fixed8FromContext 2020-03-24 17:17:28 +03:00
server config: move config.go out of config/ 2020-03-31 17:55:59 +03:00
smartcontract cli: rename contract compile --emitdebug to --debug 2020-04-08 15:54:25 +03:00
vm *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
wallet core: add nonce field to transaction 2020-04-14 16:19:41 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00