Raj
Raj
https://github.com/rgb-org/rgb-node/blob/8850ce64797c12a928450b9e2c87be7c333bb944/src/fungibled/cache/sql.rs#L297
https://github.com/rgb-org/rgb-node/blob/8850ce64797c12a928450b9e2c87be7c333bb944/src/fungibled/runtime.rs#L531-L533
https://github.com/rgb-org/rgb-node/blob/8850ce64797c12a928450b9e2c87be7c333bb944/src/error.rs#L14
https://github.com/rgb-org/rgb-node/blob/8850ce64797c12a928450b9e2c87be7c333bb944/codecov.yml#L8
https://github.com/LNP-BP/rust-lnpbp/blob/95e66c5297fa0222b9a29c2e9b4fe82edeae2e49/src/chain.rs#L277 https://github.com/LNP-BP/rust-lnpbp/blob/95e66c5297fa0222b9a29c2e9b4fe82edeae2e49/src/chain.rs#L305
https://github.com/LNP-BP/rust-lnpbp/blob/95e66c5297fa0222b9a29c2e9b4fe82edeae2e49/src/chain.rs#L379
### Description fixes #62 fixes #76 On the name : If Bitcoin wallet devs had to have a "calculator", this is what it might look like. One single interface to...
Currently we are only calling specific core RPC calls in the `node` commands. We should move on to generic rpc calls that can handle any valid `bitcoin-cli` commands. And we...
### Description After #99 the previous documentation have been removed and new docs as per `structopts` documentation. This PR adds more documentation across the crate.. This PR is above #102...
The work needs to be done in two parts: - Create non tmp datadir for regtest node data in `~/.bdk-bitcoin`. - Open up basic rpc calls via repl commands to...