-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thinking about a CLI interface #6
Comments
also need an API to wait for a given message to be included into the chain |
theres also the question of how multisig wallets (which are an actor on-chain) and payment channels should be interacted with. I feel like they should somehow get nicely integrated into the wallet command (at least, the multisig should, the payment channel stuff is harder). Having a nice API for payment channel payments is really important |
How about we grout all libp2p related things under
|
I feel like this is something that should only live on the RPC API |
Yeah, probably. though i always like being able to do everything both places |
Or even just
|
bikeshed: |
if doing nested commands, e.g. |
…-constraints loosen constraints on 8MiB and 2KiB sectors (for testing)
Update specs-actors, windowed post updates
Ethereum API for reference: https://github.com/ethereum/wiki/wiki/JSON-RPC
Bitcoin core api: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list
Zcash api docs: https://zcash.readthedocs.io/en/latest/rtd_pages/payment_api.html (they extended bitcoins apis a bit to add stuff for sheilded addresses, including a sort of 'background jobs' api for snark proving)
The text was updated successfully, but these errors were encountered: