summary refs log tree commit diff
path: root/nixos/tests/geth.nix
Commit message (Collapse)AuthorAge
* nixos/tests/geth: fix api checkFabian Möller2022-01-22
| | | | | | 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.
* nixos/geth: initial servicePascal Bach2021-02-23