ChickenTicket icon indicating copy to clipboard operation
ChickenTicket copied to clipboard

TODO: Block/Transaction Validation

Open Aareon opened this issue 2 years ago • 2 comments

Need to be able to instance a new Block/Transaction class using data from a JSON message

Aareon avatar Apr 17 '22 03:04 Aareon

Recreating a block from JSON data is done now in Block.from_dict(). Need to create a validate method to check header and block data. Must also validate transactions.

Aareon avatar May 03 '22 15:05 Aareon

See #17 for more information on checks that must be performed

Aareon avatar May 04 '22 04:05 Aareon