Skip to content

Commit

Permalink
pimp cli (#363)
Browse files Browse the repository at this point in the history
* revert accidental removal of list-attestees functionality

* propagate --at argument for all queries

* add CSV: printouts to main list-*

* verbose digest list_attestees

* fix NaN case

* taplo fmt

* bump version 1.8.1. align var naming

* add todo

* fix py parse meetups

* safer parse pattern
  • Loading branch information
brenzi authored Mar 20, 2024
1 parent aa2a122 commit 7db756e
Show file tree
Hide file tree
Showing 13 changed files with 379 additions and 132 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "encointer-client-notee"
authors = ["encointer.org <[email protected]>"]
edition = "2021"
#keep with node version. major, minor and patch
version = "1.8.0"
version = "1.8.1"

[dependencies]
# todo migrate to clap >=3 https://github.com/encointer/encointer-node/issues/107
Expand Down Expand Up @@ -37,6 +37,7 @@ substrate-client-keystore = { workspace = true }
# substrate deps
frame-support = { workspace = true, features = ["std"] }
frame-system = { workspace = true, features = ["std"] }
itertools = "0.10.5"
pallet-transaction-payment = { workspace = true, features = ["std"] }
sp-application-crypto = { workspace = true, features = ["std"] }
sp-core = { workspace = true, features = ["std"] }
Expand Down
Loading

0 comments on commit 7db756e

Please sign in to comment.