-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
C1-featureFeature requestFeature request
Description
Problem to Solve
we have been using ETH as value for some time now, but we haven't updated our Ethereum client and CLI interface. this is also convenient to use for quickly testing all functionality on local node.
- add
--devflag to node to simplify dapps development (feat(ethexe/cli): add--devflag to run node with predefined accounts #5025) - basic commands (
upload,create(-with-abi),query,(owned|executable)-balance-top-up,send-message) (feat(ethexe/cli): revamp most of commands #4968) - add
--watchand--jsonflag to basic commands (feat(ethexe/cli): add support for--watchand--jsonflags #5040) - additional commands (
send-reply,claim-value,transfer-locked-value-to-inheritor) - another CLI command that can subscribe to Mirror contract logs and maybe even parse custom events from Solidity notation, maybe also so that it can filter logs?
- add
--injectedflag forsend-messagecommand
Possible Solution
add more commands to interact with local node, remove ERC20 approves
Notes
No response
Metadata
Metadata
Assignees
Labels
C1-featureFeature requestFeature request