Skip to content

Instantly share code, notes, and snippets.

@danwbyrne
Last active December 9, 2019 18:25
Show Gist options
  • Save danwbyrne/94d7d086d763bb5c1945c16bd44e2e2e to your computer and use it in GitHub Desktop.
Save danwbyrne/94d7d086d763bb5c1945c16bd44e2e2e to your computer and use it in GitHub Desktop.
NEO 3.0 Client Conversion Notes

Cosigner

  • new object, has address information as well as contract permission information.

Transaction

  • has a nonce now
  • 'scripts' renamed appropriately to 'witnesses'
  • has a 'cosigners' property.

Header (BlockBase)

  • no longer has a nonce, nonce is now in ConsensusData for the block
  • timestamp is now stored as a UInt64 as opposed to Uint32, in json it will be stored as a string now since UInt64 is a BN. commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment