File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,26 @@ If you require a JSON RPC client in production software it is expected you write
13
13
use the ` corepc-types ` crate in your dependency graph. Feel free to copy/steal/plagiarise or
14
14
otherwise enjoy yourself with anything in this repository - no attribution required.
15
15
16
- ** Please do not use ` corepc ` in production and raise bugs, issues, or feature requests.**
16
+ ## Contributing
17
+
18
+ PRs, feature requests, and bug reports against ` corepc-types ` most welcome and appreciated.
19
+
20
+ PRs, feature requests, and bug reports against the other crates welcome if you are using them for
21
+ integration testing.
22
+
23
+ ** Please do not use ` corepc-client ` in production and raise bugs, issues, or feature requests.**
17
24
18
25
## Crate/directory listing
19
26
20
27
- ` types/ ` : [ ` corepc-types ` ] ( https://crates.io/crates/corepc-types ) : Rust types returned by the JSON-RPC API of Bitcoin Core.
21
- - ` bitcoind /` : [ ` corepc-node ` ] ( https://crates.io/crates/corepc-node ) : Runs ` bitcoind ` regtest nodes.
28
+ - ` node /` : [ ` corepc-node ` ] ( https://crates.io/crates/corepc-node ) : Runs ` bitcoind ` regtest nodes.
22
29
- ` client/ ` : [ ` corepc-client ` ] ( https://crates.io/crates/corepc-client ) : A blocking JSON-RPC client used to test ` corepc-types ` .
23
- - ` integration_test/ ` : Integration tests that use ` corepc ` and ` corepc-node ` to test ` corepc-types ` .
30
+ - ` integration_test/ ` : Integration tests that use ` corepc-client ` and ` corepc-node ` to test ` corepc-types ` .
31
+
24
32
33
+ ## Design
25
34
26
- ## ` corepc-types ` Design
35
+ This repository is a bit oddly designed. It was done so very intentionally.
27
36
28
37
## Original code
29
38
You can’t perform that action at this time.
0 commit comments