neoneo-go/pkg/core/block
Roman Khimov 2e876b5593 block: remove Base.Verify()
It's a no-op and there is nothing we can do about it, header contents could
only be checked against chain state, there is nothing to check for internal
consistency.
2020-09-16 12:50:13 +03:00
..
block.go hash: introduce memory-optimized merkle root hash calculation routine 2020-09-15 18:38:15 +03:00
block_base.go block: remove Base.Verify() 2020-09-16 12:50:13 +03:00
block_test.go hash: introduce memory-optimized merkle root hash calculation routine 2020-09-15 18:38:15 +03:00
consensus_data.go block: fix ConsensusData hashing 2020-06-18 12:22:49 +03:00
header.go block: drop paddings from structures 2020-06-18 12:11:41 +03:00
header_test.go core: change block.ConsensusData to neo3 format 2020-04-27 17:57:37 +03:00
helper_test.go block: update binary test data 2020-08-18 14:52:30 +03:00