This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
All sidechain related wallet RPC commands should be prefixed with sc_ #160
Labels
API freeze before mainnet
Defining the final sidechain related API changes before mainnet release
RPC
Related to RPC/zen-cli commands
We have a clear distinction between transparent address RPC commands (no prefix) and shielded address RPC commands (
z_
prefix).For some of the sidechain related RPC commands, the
sc_
prefix was chosen, but not for all of them.Wallet commands with sc_ prefix:
Wallet commands without sc_ prefix:
The
sc_
prefix should be added to all sidechain related wallet RPC commands to easily distinguish them. This should be done before the first official release of zend_oo, after the first release changing the API would be problematic.Prefixing non-wallet related sidechain RPC commands with
sc_
could also make sense, but I don't see it as important as for wallet section commands (discuss?).The text was updated successfully, but these errors were encountered: