mesh-bitcoin
mesh-bitcoin copied to clipboard
Bitcoin Rosetta API Implementation
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.23.0 to 1.25.0. Release notes Sourced from go.uber.org/zap's releases. v1.25.0 This release contains several improvements including performance, API additions, and two new experimental packages whose APIs are...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.4. Commits f97607b Create GitHub release when new release tag is pushed (#1354) 4c93d8f EqualExportedValues: Handle nested pointer, slice and map fields (#1379) 4b2f4d2 add...
Fixes # . ### Motivation After Bitcoin core 23.0, `bitcoind` no longer returns the `addresses` field in RPC methods `gettxout`, `getrawtransaction`, `decoderawtransaction`, `decodescript`, `gettransaction verbose=true` (see [bitcoin release notes](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-23.0.md#updated-rpcs) for...
Bumps [github.com/coinbase/rosetta-sdk-go](https://github.com/coinbase/rosetta-sdk-go) from 0.7.10 to 0.8.3. Release notes Sourced from github.com/coinbase/rosetta-sdk-go's releases. Generic improvements What's Changed make types a go module by @shrimalmadhur in coinbase/rosetta-sdk-go#461 Use types module instead of...
Bumps [github.com/btcsuite/btcd/chaincfg/chainhash](https://github.com/btcsuite/btcd) from 1.0.1 to 1.0.2. Commits 718d268 Merge pull request #1932 from ffranr/chainhash_json 1d6e578 chainhash: JSON marshal hash as string 52b6eb4 Update Docker documentation towards building your own image...
There should be a way to query only spendable coins. Unspendable coins that land in a transaction cause the transaction to fail.
https://github.com/devcontainers/images/blob/main/src/universal/.devcontainer/local-features/setup-user/devcontainer-feature.json
**Describe the bug** A clear and concise description of what the bug is. From https://www.rosetta-api.org/docs/models/Allow.html, `call_methods` and `balance_exemptions` should be required, but in the [source code]( https://github.com/coinbase/rosetta-bitcoin/blob/master/services/network_service.go#L97), they are `nil`...
Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.22.0-beta to 0.22.1. Changelog Sourced from github.com/btcsuite/btcd's changelog. ============================================================================ User visible changes for btcd A full-node bitcoin implementation written in Go Changes in 0.22.1 (Wed Apr 27...
> To download the pre-built Docker image from the latest release, run: > ``` > curl -sSfL https://raw.githubusercontent.com/coinbase/rosetta-bitcoin/master/install.sh | sh -s > ``` It appears that the latest release is...