Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for btcjson type changes. #265

Merged

Conversation

jrick
Copy link
Member

@jrick jrick commented May 6, 2015

To increase compatibility with Bitcoin Core Wallet, additional fields
were added to and other fields made optional for the listtransactions
and gettransaction results structs. For both, fee was changed to be
optional (including the zero value is allowed).

Requires btcsuite/btcd#427

To increase compatibility with Bitcoin Core Wallet, additional fields
were added to and other fields made optional for the listtransactions
and gettransaction results structs.  For both, fee was changed to be
optional (including the zero value is allowed).
@davecgh
Copy link
Member

davecgh commented May 6, 2015

btcrpcclient will need to be udpated as well.

@jrick
Copy link
Member Author

jrick commented May 6, 2015

You sure? It builds and works fine

consumers of btcrpcclient that talk to wallet may need an update, but other than btcsim (which shouldn't be making these calls anyways) I don't think any of our code uses it.

@davecgh
Copy link
Member

davecgh commented May 6, 2015

You're right. I was thinking it was command updates for some reason. Since it's only results, and there is no conversion happening for those results, it doesn't need an update.

@jrick
Copy link
Member Author

jrick commented May 6, 2015

needs review

@davecgh
Copy link
Member

davecgh commented May 6, 2015

OK. Obviously we need to fix the TODO as you noted, but this PR is set.

@conformal-deploy conformal-deploy merged commit 49f33ee into btcsuite:master May 6, 2015
@jrick jrick deleted the jrick_listtransactionsresult branch May 6, 2015 18:49
buck54321 added a commit to buck54321/btcwallet that referenced this pull request May 8, 2024
Remove duplicate NeutrinoClient interface
Merge btcsuite#265 cache+neutrino: add new cache module by @Roasbeef
Merge btcsuite#261 cache+neutrino: update existing Cache interface to use type parameters by @Roasbeef
Merge btcsuite#268 cache: add deletion and iteration methods by @yyforyongyu
Merge btcsuite#279 lru: add methods to range with orders by @yyforyongyu
Merge btcsuite#278 pushtx: map different backend err to internal err by @ziggie1984
Merge btcsuite#273 query+neutrino: use query dispatcher for GetBlock and GetCFilte by @ellemouton
Merge btcsuite#274 multi: introduce a batch filter writer by @ellemouton
Merge btcsuite#275 rescan: use batch filter fetching by @ellemouton
Merge btcsuite#283 blockmanager.go: use btcd libs to validate headers by @guggero
Merge btcsuite#288 neutrino: Added ResetRanking method to PeerRanking by @Chinwendu20
Merge btcsuite#293 & btcsuite#294 Fix typos by @vuittont60
Merge btcsuite#297 query: fix retry query case by @ziggie1984
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants