You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add to RPC interface, so it's available with zcash-cli to perform these trades?
Have a new layer of abstraction on top of RPC interface for commonly used functions, including this?
Python library for XCAT with current RPC commands?
Notes:
Some things we want to implement could be built on top of RPC interface.
For example, synchronous z_sendmany call. That operation could be created as standalone client, or put into existing interface.
Should we start to move logic to a new layer?
User flow:
Low-level tool that could be building block for other stuff
Like having a tool for executing those 4 steps. Have to coordinate with other person out of band
other applications would want to preserve state differently
every time there's more than one state that's a source of truth, bugs are introduced
The text was updated successfully, but these errors were encountered:
Add to RPC interface, so it's available with zcash-cli to perform these trades?
Have a new layer of abstraction on top of RPC interface for commonly used functions, including this?
Python library for XCAT with current RPC commands?
Notes:
Some things we want to implement could be built on top of RPC interface.
For example, synchronous z_sendmany call. That operation could be created as standalone client, or put into existing interface.
Should we start to move logic to a new layer?
User flow:
Low-level tool that could be building block for other stuff
Like having a tool for executing those 4 steps. Have to coordinate with other person out of band
The text was updated successfully, but these errors were encountered: