-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adding an option for call-data-file (#474)
* feat: adding an option for call-data-file The idea here is to to support large calldata where the input comes from a file rather than needing to be read as a argument. E.g ``` polycli ulxly bridge message \ --private-key $pkey \ --rpc-url http://127.0.0.1:18546 \ --bridge-address 0x1348947e282138d8f377b467F7D9c2EB0F335d1f \ --destination-network 23 \ --value 0 \ --call-data-file <(xxd -p /dev/random | tr -d "\n" | head -c 261569) ``` * fix: protoc gen * fix: switching to stable * Revert "fix: protoc gen" This reverts commit aebc9ed.
- Loading branch information
1 parent
e6526b6
commit 55b2659
Showing
6 changed files
with
32 additions
and
13 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
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
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