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
{{ message }}
This repository was archived by the owner on Nov 26, 2024. It is now read-only.
7238857 Add fuzzing for jsonrpc (Tobin C. Harding)
49b72c1 Import jsonrpc crate (Tobin C. Harding)
45addbd justfile: Add a docs build command (Tobin C. Harding)
Pull request description:
Import the `rust-jsonrpc` crate from
https://github.com/apoelstra/rust-jsonrpc using current tip of master
`59646e6 Merge apoelstra/rust-jsonrpc#119: Use rust-bitcoin-maintainer-tools and re-write CI`
Full commit hash: 59646e6e6ac95f07998133b1709e4a1fa2dbc7bd
Do so using the following commands:
mkdir jsonrpc
mkdir jsonrpc/contrib
rsync -avz ../../rust-jsonrpc/master/README.md jsonrpc rsync -avz ../../rust-jsonrpc/master/src jsonrpc
rsync -avz ../../rust-jsonrpc/master/contrib/test_vars.sh jsonrpc/contrib
Then:
- Update `contrib/crates.sh` to include `jsonrpc`.
- Remove workspaces from `jsonrpc/Cargo.toml`.
- Add `jsonrpc` to repository workspace.
Finally import fuzzing, and fix up to mimic current `rust-bitcoin` setup.
ACKs for top commit:
apoelstra:
ACK 7238857 successfully ran local tests
Tree-SHA512: 309c214d50e78bcd67b49b8f68df91792100d95fda65a6ec700c422d28d64f41498e52f4eabeebcfae46685ee997ffb8c444180863d8f8003ed542a5ed80d174
0 commit comments