neoneo-go/pkg/consensus
Evgenii Stratonikov c5f9f6a3fd consensus: validate timestamp in `verifyBlock()
Not doing this can possibly lead to the same node being validator
again and again.
2020-12-16 17:41:44 +03:00
..
testdata consensus: update NextConsensus only when committee is recalculated 2020-11-09 17:35:32 +03:00
block.go consensus: replace magic 1000000 with something more meaningful 2020-07-11 19:54:50 +03:00
block_test.go block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
cache.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
cache_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
change_view.go consensus: replace magic 1000000 with something more meaningful 2020-07-11 19:54:50 +03:00
change_view_test.go consensus: replace magic 1000000 with something more meaningful 2020-07-11 19:54:50 +03:00
commit.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
commit_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
consensus.go consensus: validate timestamp in `verifyBlock() 2020-12-16 17:41:44 +03:00
consensus_test.go consensus: validate timestamp in `verifyBlock() 2020-12-16 17:41:44 +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: allow to use state root in header 2020-11-20 17:16:32 +03:00
payload_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
prepare_request.go core: allow to use state root in header 2020-11-20 17:16:32 +03:00
prepare_request_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +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 core: allow to use state root in header 2020-11-20 17:16:32 +03:00
recovery_message_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
recovery_request.go consensus: replace magic 1000000 with something more meaningful 2020-07-11 19:54:50 +03:00
recovery_request_test.go consensus: replace magic 1000000 with something more meaningful 2020-07-11 19:54:50 +03:00