You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blockchain, Client, VM: Head function rename rebase (#1822)
* blockchain/tests: remove tests for getHead()
* vm: change blockchain.getHead()
to blockchain.getIteratorHead()
* vm: remove tests for blockchain.getHead()
* client: change blockchain.getHead()
to blockchain.getIteratorHead()
* blockchain: remove setHead()
for setIteratorHead()
* blockchain: edit text of
setIteratorHead() test
* blockchain: rename getLatestHeader()
to getCanonicalHeadHeader()
* blockchain/tests: rename getLatestHeader()
to getCanonicalHeadHeader()
* client: rename blockchain.getLatestHeader()
to blockchain.getCanonicalHeadHeader()
* client/tests: rename blockchain.getLatestHeader()
to blockchain.getCanonicalHeadHeader()
* blockchain/tests: rename getLatestBlock()
to getCanonicalHeadBlock()
* client: rename blockchain.getLatestBlock
to blockchain.getCanonicalBlockHeader()
* client/tests: rename blockchain.getLatestBlock
to blockchain.getCanonicalBlockHeader()
* blockchain: remove get meta()
* VM: Remove blockchain.meta from tests
* Blockchain: Remove blockchain.meta from tests
* blockchain: fix linting errors
* BN to BigInt misses from rebase
* BN to BigInt fixes + lint
* Fix missing name replacement
* lint
* Add back blockchain testrunner last header check
* Add test for call with no gas
* Add back correct renamed functions
* lint fixes
Co-authored-by: ScottyPoi <scott.simpson@ethereum.org>
0 commit comments