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.
This should have been part of #44 when I removed the original authors.
Please note I'm not 100% sure of the history of `rust-bitcoincore-rpc`
and have credited Steven by name for the remaining ideas and code.
Copy file name to clipboardExpand all lines: README.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,13 @@ or otherwise enjoy yourself with anything in this repository - no attribution re
24
24
## Original code
25
25
26
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. Code
28
-
from `rust-bitcoincore-rpc` was just shamelessy stolen. As such I have maintained the original
29
-
author's list and added my own name for accountability. All bugs are my own (tcharding).
27
+
disrupt them. As such `bitcoind` was pulled in here with permission of the original author.
28
+
29
+
Originally I copied code from `rust-bitcoincore-rpc` and include the original authors in the authors
30
+
list. Late I started again, re-designing the crate and re-writing all the types from scratch. I then
31
+
removed the original authors as I felt they should not be held accountable (see [#44](https://github.com/rust-bitcoin/rust-bitcoind-json-rpc/pull/44)).
32
+
33
+
However some ideas and infrastructure remain (eg `into_json`) and Steven should be credited.
0 commit comments