Skip to content

Commit f7da5e7

Browse files
committed
Add feature analysis for blockrs
1 parent 49a0356 commit f7da5e7

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/PRIOR_ART.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212

1313
| Functionality | blockrs | lazy-etherscan | ethscan | Blocktop |
1414
|------------------------------------------------------------------------------------------|:-------:|:--------------:|:-------:|:--------:|
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 | | | ||
3030

0 commit comments

Comments
 (0)