-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for executing transactions in scripting mode (#419)
* Add send_ether command * Add send_custom, send_erc20 and send_erc721 commands * Add tx_builder command * Add support for env keys * Add test to tx_builder_decoder * Update Readme * Fix encoding of tuple type * Merge safe-cli and safe-runner * Apply PR suggestions * Revert tx_builder command * Update feedback messages to user. * Improve default command validation * Add interactive/no-interactive option * Update common parameters
- Loading branch information
1 parent
a9427b2
commit ddd66d6
Showing
10 changed files
with
1,033 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ requests==2.32.3 | |
safe-eth-py==6.0.0b30 | ||
tabulate==0.9.0 | ||
trezor==0.13.8 | ||
typer==0.12.3 | ||
web3==6.19.0 |
Oops, something went wrong.