Skip to content

Commit

Permalink
feat: parse files when the argument values are very big (#363)
Browse files Browse the repository at this point in the history
* feat: parse files when the argument values are very big

* test: unit test

* chore: fmt

* feat: file logic using the command line

* fix: sequence arguments

* test: fix unit test

* refactor: remove prompting the user if input is file or value

* refactor: parse_extrinsic_arguments

* fix: CI deny

* refactor: reorder Param  derive macros
  • Loading branch information
AlexD10S authored Dec 9, 2024
1 parent c37580f commit 275ae43
Show file tree
Hide file tree
Showing 7 changed files with 458 additions and 47 deletions.
265 changes: 253 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ toml = "0.5.0"
# networking
reqwest = { version = "0.12", features = ["json"] }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
url = "2.5"
url = "2.5.4"

# contracts
subxt-signer = { version = "0.37.0", features = ["subxt", "sr25519"] }
Expand Down
Loading

0 comments on commit 275ae43

Please sign in to comment.