about summary refs log tree commit diff
path: root/nixos/tests/geth.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2022-01-22nixos/tests/geth: fix api checkFabian Möller1-1/+1
Since https://github.com/ethereum/go-ethereum/pull/21686 the `chainId` API returns an error when the chain is not synced. So use `blockNumber` as a basic function test.
2021-02-23nixos/geth: initial servicePascal Bach1-0/+41