Skip to content

Commit bea4425

Browse files
scorbajioacolytec3
andauthored
Docs cleanup (#3952)
* Fix broken doc links * Add packages to relationship diagram --------- Co-authored-by: acolytec3 <[email protected]>
1 parent f2b8a17 commit bea4425

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ Detailed version can be seen on [Codecov.io][coverage-link]
7979
mpt --> blockchain
8080
mpt --> block
8181
mpt --> statemanager
82+
verkle --> vm
83+
verkle --> evm
84+
verkle --> statemanager
85+
binarytree --> vm
86+
binarytree --> statemanager
8287
util --> common
8388
common --> block
8489
common --> statemanager

packages/vm/DEVELOPER.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Running Tests
66

7-
Tests can be found in the `tests` directory. There are test runners for [State tests](http://www.ethdocs.org/en/latest/contracts-and-transactions/ethereum-tests/state_tests/index.html) and [Blockchain tests](http://www.ethdocs.org/en/latest/contracts-and-transactions/ethereum-tests/blockchain_tests/index.html). VM tests are disabled since Frontier gas costs are not supported any more.
7+
Tests can be found in the `tests` directory. There are test runners for [State tests](./test/tester/runners/GeneralStateTestsRunner.ts) and [Blockchain tests](./test/tester/runners/GeneralStateTestsRunner.ts). VM tests are disabled since Frontier gas costs are not supported any more.
88

99
Tests are then executed against a snapshot of the official client-independent [Ethereum tests](https://github.com/ethereum/tests) integrated in the monorepo as a submodule in [packages/ethereum-tests](./../ethereum-tests/) pointing towards a specific commit or tag from the `ethereum/tests` `develop` branch.
1010

@@ -35,7 +35,7 @@ or
3535

3636
`npm run test:state -- --fork='Constantinople'`
3737

38-
By default it is set to use the latest hardfork (`FORK_CONFIG` in `tests/tester.js`).
38+
By default it is set to use the latest hardfork (`DEFAULT_FORK_CONFIG` in `test/tester/config.ts`).
3939

4040
The `--fork` parameter can also be used to activate EIPs. This is done by first entering the hardfork, and then add the EIPs separated with the `+` sign. For instance:
4141

0 commit comments

Comments
 (0)