neoneo-go/pkg/consensus
Evgenii Stratonikov 1e50016a91 core,test: move helper functions for testchain to the internal package
Our test chain is used in core,rpc and (in future) interop packages.
It is better to have all related declarations in one place to avoid
code duplication.
2020-04-22 18:17:11 +03:00
..
testdata wallet: add test for regenerating test/docker wallets 2020-04-22 17:17:22 +03:00
block.go core: rename *block.Base.GetHashableData to GetSignedPart() 2020-04-17 11:12:40 +03:00
block_test.go core: add nonce field to transaction 2020-04-14 16:19:41 +03:00
cache.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
cache_test.go consensus: added partial message decoding 2020-04-16 14:35:58 +03:00
change_view.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
change_view_test.go network: plug in dBFT library 2019-11-27 10:57:22 +03:00
commit.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
commit_test.go random: make use or random package in tests 2020-03-27 10:27:46 +03:00
consensus.go consensus: set Nonce and ValidUntilBlock on proposal 2020-04-20 11:55:24 +03:00
consensus_test.go core,test: move helper functions for testchain to the internal package 2020-04-22 18:17:11 +03:00
crypto.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
crypto_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
payload.go core: change verification scripts to new format 2020-04-20 11:55:24 +03:00
payload_test.go consensus: drop timestamp from outer payload 2020-04-17 00:09:40 +03:00
prepare_request.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
prepare_request_test.go random: make use or random package in tests 2020-03-27 10:27:46 +03:00
prepare_response.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
prepare_response_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
recovery_message.go consensus: added partial message decoding 2020-04-16 14:35:58 +03:00
recovery_message_test.go Merge pull request #859 from nspcc-dev/neo3/partial_consensus_message_decoding 2020-04-16 16:58:59 +03:00
recovery_request.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
recovery_request_test.go network: plug in dBFT library 2019-11-27 10:57:22 +03:00