neoneo-go/pkg/consensus
Roman Khimov 5b6c5af704 *: implement EncodeBinary with pointer receivers where appropriate
Everywhere except ParamType (which is just a byte), reduce copying things
around for no real reason.
2019-12-09 18:25:15 +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 *: implement EncodeBinary with pointer receivers where appropriate 2019-12-09 18:25: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