neo-go/pkg/consensus
Roman Khimov 7e371588a7 core/tx: remove one layer of indirection for scripts and inouts
It reduces heap pressure a little for these elements as we don't have to
allocate/free them individually. And they're directly tied to transactions or
block, not being shared or anything like that, so it makes little sense for
them to be pointer-based. It only makes building transactions a little easier,
but that's obviously a minor usecase.
2019-12-09 17:14:10 +03:00
..
block.go network: plug in dBFT library 2019-11-27 10:57:22 +03:00
block_test.go network: plug in dBFT library 2019-11-27 10:57:22 +03:00
cache.go network: plug in dBFT library 2019-11-27 10:57:22 +03:00
cache_test.go network: plug in dBFT library 2019-11-27 10:57:22 +03:00
change_view.go network: plug in dBFT library 2019-11-27 10:57:22 +03:00
change_view_test.go network: plug in dBFT library 2019-11-27 10:57:22 +03:00
commit.go io: implement ReadBytes() 2019-12-09 15:00:15 +03:00
commit_test.go network: plug in dBFT library 2019-11-27 10:57:22 +03:00
consensus.go core/tx: remove one layer of indirection for scripts and inouts 2019-12-09 17:14:10 +03:00
consensus_test.go consensus: sign and verify consensus messages 2019-12-06 11:35:06 +03:00
crypto.go network: plug in dBFT library 2019-11-27 10:57:22 +03:00
crypto_test.go network: plug in dBFT library 2019-11-27 10:57:22 +03:00
logger.go network: plug in dBFT library 2019-11-27 10:57:22 +03:00
payload.go io: implement ReadBytes() 2019-12-09 15:00:15 +03:00
payload_test.go core/tx: remove one layer of indirection for scripts and inouts 2019-12-09 17:14:10 +03:00
prepare_request.go io: implement ReadBytes() 2019-12-09 15:00:15 +03:00
prepare_request_test.go network: plug in dBFT library 2019-11-27 10:57:22 +03:00
prepare_response.go io: implement ReadBytes() 2019-12-09 15:00:15 +03:00
prepare_response_test.go network: plug in dBFT library 2019-11-27 10:57:22 +03:00
recovery_message.go io: implement ReadBytes() 2019-12-09 15:00:15 +03:00
recovery_message_test.go consensus: return signed messages from recovery.Get* 2019-12-06 11:33:32 +03:00
recovery_request.go network: plug in dBFT library 2019-11-27 10:57:22 +03:00
recovery_request_test.go network: plug in dBFT library 2019-11-27 10:57:22 +03:00