- 28 Oct, 2021 1 commit
-
-
Martin Holst Swende authored
This PR adds support for ArrowGlacier, as defined by https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/arrow-glacier.md https://eips.ethereum.org/EIPS/eip-4345 > Starting with FORK_BLOCK_NUMBER the client will calculate the difficulty based on a fake block number suggesting to the client that the difficulty bomb is adjusting 10,700,000 blocks later than the actual block number. This also adds support for evm t8n to return the calculated difficulty, so it can be used to construct test.
-
- 25 May, 2021 1 commit
-
-
Eugene Lepeico authored
There were 2 TODOs about that fix after Golang 1.8 release. It's here for 3 years already, so now should be the right time.
-
- 09 Apr, 2020 1 commit
-
-
Raw Pong Ghmoa authored
* cmd/utils: make goerli the default testnet * cmd/geth: explicitly rename testnet to ropsten * core: explicitly rename testnet to ropsten * params: explicitly rename testnet to ropsten * cmd: explicitly rename testnet to ropsten * miner: explicitly rename testnet to ropsten * mobile: allow for returning the goerli spec * tests: explicitly rename testnet to ropsten * docs: update readme to reflect changes to the default testnet * mobile: allow for configuring goerli and rinkeby nodes * cmd/geth: revert --testnet back to ropsten and mark as legacy * cmd/util: mark --testnet flag as deprecated * docs: update readme to properly reflect the 3 testnets * cmd/utils: add an explicit deprecation warning on startup * cmd/utils: swap goerli and ropsten in usage * cmd/geth: swap goerli and ropsten in usage * cmd/geth: if running a known preset, log it for convenience * docs: improve readme on usage of ropsten's testnet datadir * cmd/utils: check if legacy `testnet` datadir exists for ropsten * cmd/geth: check for legacy testnet path in console command * cmd/geth: use switch statement for complex conditions in main * cmd/geth: move known preset log statement to the very top * cmd/utils: create new ropsten configurations in the ropsten datadir * cmd/utils: makedatadir should check for existing testnet dir * cmd/geth: add legacy testnet flag to the copy db command * cmd/geth: add legacy testnet flag to the inspect command
-
- 10 Mar, 2020 1 commit
-
-
meowsbits authored
Includes difficulty tests for EIP2384 aka MuirGlacier.
-
- 15 Oct, 2018 1 commit
-
-
Martin Holst Swende authored
This commit updates our tests with the latest and greatest from ethereum/tests. It also contains implementation of NoProof for blockchain tests.
-
- 05 Oct, 2018 1 commit
-
-
Martin Holst Swende authored
This is a stopgap until new tests have been generated and imported.
-
- 05 Jun, 2018 1 commit
-
-
kiel barry authored
params: fix golint warnings
-
- 14 Feb, 2018 1 commit
-
-
Felix Lange authored
-
- 27 Sep, 2017 1 commit
-
-
Martin Holst Swende authored
-