Commit Graph

6 Commits

Author SHA1 Message Date
Jack Grigg 9d573c25f7 rpc: Reduce duplication of param details in OpenRPC support 2025-05-01 03:05:58 +00:00
Jack Grigg 155e30785d rpc: Add OpenRPC support
Closes zcash/wallet#127.
2025-05-01 01:20:42 +00:00
Jack Grigg 93ef239395 rpc: Add `help` command
This is compatible with `zcash-cli help` in that it can be called the
same way and returns a string to be printed. However, instead of the
ad-hoc format used in `zcashd`, it returns the documentation from the
internal Rust method (which is easy for us to maintain).

Closes zcash/wallet#116.
2025-04-29 02:00:13 +00:00
Jack Grigg f52d06576c Clean up build script and limit when it rebuilds 2025-04-29 01:52:39 +00:00
Jack Grigg aa3f125663 Migrate to 2024 edition 2025-04-04 16:30:42 +00:00
Jack Grigg 11f30a7e23 Build shell completions and localized manpages for zallet
Adapted from d7c727aef9/rage/build.rs
2025-01-31 02:02:29 +00:00