Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 0567cf6

Browse files
committed
Merge #51: Archive the repo
847bc93 Archive the repo (Tobin C. Harding) Pull request description: We renamed this repo and moved it. We released the 3 crates under the new name already. Filter crates.io using https://crates.io/search?q=corepc To move the repo I did the re-name manually by doing: - Created a new repository in my github account tcharding/corepc - Used `rsync` to move the code from here. - Did the rename - Did a PR to the repo to test CI (and fixed the bugs) - Did a bunch of other improvements (eg fleshed out v17 and v18) - Got github.com/rust-bitcoin/corepc repo created - Got perms on that repo - Added `upstream` remote to the repo - Pushed to `upstream` - Update README and (force) pushed to master All future changes will go through the normal PR process now. ACKs for top commit: apoelstra: ACK 847bc93; successfully ran local tests Tree-SHA512: ef4cf93364ce391b51c186844899dd5ddb5631bd314992567b81f68e82e3ec7f99c0fdce090d4f4eaa819df0ff3ebadd6c1256e122a62b20e688e97b76b4d490
2 parents 383ec94 + 847bc93 commit 0567cf6

File tree

1 file changed

+4
-36
lines changed

1 file changed

+4
-36
lines changed

README.md

+4-36
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,6 @@
1-
# `bitcoind` JSON-RPC support
1+
# ARCHIVED `bitcoind` JSON-RPC support
22

3-
There are two primary purposes of this repository.
3+
This repository has been archived because it was re-named (see issue
4+
#48). All development is now done at https://github.com/rust-bitcoin/corepc
45

5-
1. Provide the [`bitcoind-json-rpc-types`](https://crates.io/crates/bitcoind-json-rpc-types) crate
6-
for use in production software.
7-
2. Provide tools to the community for integration testing code written in Rust that interacts with
8-
the Bitcoin network. Primarily consumers of the [`rust-bitcoin`](https://crates.io/crates/bitcoin)
9-
library. And enable doing so against multiple versions of Bitcoin Core.
10-
11-
If you require a JSON RPC client in production software it is expected you write your own and only
12-
use the `bitcoind-json-rpc-types` crate in your dependency graph. Feel free to copy/steal/plagiarise
13-
or otherwise enjoy yourself with anything in this repository - no attribution required.
14-
15-
**Please do not use `client` in production and raise bugs, issues, or feature requests.**
16-
17-
## Crate listing
18-
19-
- [`json`](https://crates.io/crates/bitcoind-json-rpc-types): Rust types returned by the JSON-RPC API of Bitcoin Core (`bitcoind-json-rpc-types`).
20-
- [`regtest`](https://crates.io/crates/bitcoind-json-rpc-regtest): Runs `bitcoind` regtest nodes.
21-
- [`client`](https://crates.io/crates/bitcoind-json-rpc-client): A blocking JSON-RPC client used to test `bitcoind-json-rpc-types`.
22-
- `integration_test`: Integration tests that use `client` and `regtest` to test `json`.
23-
24-
## Original code
25-
26-
I don't know who is using `bitcoind` and/or `rust-bitocincore-rpc` in the wild and I do not want to
27-
disrupt them. As such `bitcoind` was pulled in here with permission of the original author.
28-
29-
Some code shamelessly stolen from `rust-bitcoincore-rpc` (credit to Steven).
30-
31-
- [rust-bitcoincore-rpcv0.19.0](https://github.com/rust-bitcoin/rust-bitcoincore-rpc)
32-
- [`bitcoind`](https://crates.io/crates/bitcoind)
33-
34-
## Minimum Supported Rust Version (MSRV)
35-
36-
This library should always compile with any combination of features on **Rust 1.63.0**.
37-
38-
Use `Cargo-minimal.lock` to build the MSRV by copying to `Cargo.lock` and building.
6+
So long and thanks for all the fish.

0 commit comments

Comments
 (0)