|
12 | 12 |
|
13 | 13 | | Functionality | blockrs | lazy-etherscan | ethscan | Blocktop | |
14 | 14 | |------------------------------------------------------------------------------------------|:-------:|:--------------:|:-------:|:--------:| |
15 | | -| Display the block numbers of the latest blocks | | | | ✅ | |
16 | | -| Identify who built a block (including locally built blocks) | | | | ✅ | |
17 | | -| Display gas price of most recent blocks | | | | ✅ | |
18 | | -| Display gas limit of most recent blocks | | | | ✅ | |
19 | | -| Store block headers to a local SQLite database on disk | | | | ✅ | |
20 | | -| Store block headers to a local SQLite database in memory | | | | ✅ | |
21 | | -| Operate headlessly | | | | ✅ | |
22 | | -| Plot gas usage of most recent blocks as a barchart | | | | ✅ | |
23 | | -| Connect to an Ethereum EL node via Websockets | | | | ✅ | |
24 | | -| Connect to an Ethereum EL node via IPC (i.e., Unix sockets) | | | | ✅ | |
25 | | -| Open a block on Etherscan in the default system web browser | | | | ✅ | |
26 | | -| Open a transaction on Etherscan in the default system web browser | | | | ✅ | |
27 | | -| Display details of a particular block | | | | ✅ | |
28 | | -| Display details of a particular transaction | | | | ✅ | |
29 | | -| Write information about the state of the index to standard output | | | | ✅ | |
| 15 | +| Display the block numbers of the latest blocks | ✅ | | | ✅ | |
| 16 | +| Identify who built a block (including locally built blocks) | ❌ | | | ✅ | |
| 17 | +| Display gas price of most recent blocks | ❌ | | | ✅ | |
| 18 | +| Display gas limit of most recent blocks | ❌ | | | ✅ | |
| 19 | +| Store block headers to a local SQLite database on disk | ❌ | | | ✅ | |
| 20 | +| Store block headers to a local SQLite database in memory | ❌ | | | ✅ | |
| 21 | +| Operate headlessly | ❌ | | | ✅ | |
| 22 | +| Plot gas usage of most recent blocks as a barchart | ❌ | | | ✅ | |
| 23 | +| Connect to an Ethereum EL node via Websockets | ❌ | | | ✅ | |
| 24 | +| Connect to an Ethereum EL node via IPC (i.e., Unix sockets) | ❌ | | | ✅ | |
| 25 | +| Open a block on Etherscan in the default system web browser | ❌ | | | ✅ | |
| 26 | +| Open a transaction on Etherscan in the default system web browser | ❌ | | | ✅ | |
| 27 | +| Display details of a particular block | ❌ | | | ✅ | |
| 28 | +| Display details of a particular transaction | ❌ | | | ✅ | |
| 29 | +| Write information about the state of the index to standard output | ❌ | | | ✅ | |
30 | 30 |
|
0 commit comments