Skip to content

Commit 62f5d37

Browse files
committed
Merge branch '6-addr-label'
2 parents 44becb3 + cd0089e commit 62f5d37

File tree

8 files changed

+408459
-19
lines changed

8 files changed

+408459
-19
lines changed

Cargo.lock

+14-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ timeago = "0.4.2"
2828
tokio = { version = "1.42.0", features = ["rt-multi-thread"] }
2929
url = "2.5.4"
3030
webbrowser = "1.0.3"
31+
serde_json = "1.0.137"
32+
lazy_static = "1.4"
33+
serde = { version = "1.0.217", features = ["derive"] }
34+
3135

3236
[[bin]]
3337
name = "blocktop"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The default invocation (i.e., `blocktop`) will open the TUI and start retrieving
5050
| `e` | In block or transaction view, opens the block or transaction in [Etherscan](https://etherscan.io), respectively |
5151
| `q` | Exits the application |
5252
| `Esc` | Returns to the previous page or exits the application if on the main page |
53+
| `r` | Toggles the address display mode (i.e., labelled or raw) |
5354

5455
### Headless Mode ###
5556

0 commit comments

Comments
 (0)