Page MenuHomePhabricator
Feed All Stories

Nov 6 2019

Fabien added a comment to D4357: Add scantxoutset RPC method.

My understanding is that we add to the release notes everything that is user facing, and adding a new RPC is part of it.
BTW it's part of the release notes for core as well (see 0.17.0: https://github.com/bitcoin/bitcoin/blame/master/doc/release-notes/release-notes-0.17.0.md#L271).

Nov 6 2019, 07:30
teamcity added a comment to D4402: Merge #15324: test: Make bloom tests deterministic.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 6 2019, 01:07
teamcity added a comment to D4402: Merge #15324: test: Make bloom tests deterministic.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 6 2019, 00:51
nakihito created D4402: Merge #15324: test: Make bloom tests deterministic.
Nov 6 2019, 00:51
teamcity added a comment to D4357: Add scantxoutset RPC method.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 6 2019, 00:30
teamcity added a comment to D4351: Create utility RPCs for PSBT.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 6 2019, 00:28
teamcity added a comment to D4357: Add scantxoutset RPC method.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 6 2019, 00:12
deadalnix added a comment to D4357: Add scantxoutset RPC method.

This PR doesn't contain any change to the release notes. I'm not sure why we would want to warn people about this, it's not breaking any existing behavior, or fixing any bug they'd waiting on, and is not a very major change.

Nov 6 2019, 00:10
teamcity added a comment to D4351: Create utility RPCs for PSBT.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 6 2019, 00:09
deadalnix updated the diff for D4357: Add scantxoutset RPC method.

make static and reorder imports

Nov 6 2019, 00:08
teamcity added a comment to D4300: Integrate gArgs and chainparams into the Seeder.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 6 2019, 00:02
deadalnix updated the diff for D4351: Create utility RPCs for PSBT.

Fix missing else

Nov 6 2019, 00:00

Nov 5 2019

deadalnix added inline comments to D4351: Create utility RPCs for PSBT.
Nov 5 2019, 23:55
jasonbcox added a comment to D4279: Added autopatch script for patching and rebasing phabricator diffs.

Is it a rebase script, or an arc patch script?

Nov 5 2019, 23:54
deadalnix committed rABC8544daeee4b5: Add more methods to Span class (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Add more methods to Span class
Nov 5 2019, 23:49
deadalnix closed D4359: Add more methods to Span class.
Nov 5 2019, 23:48
teamcity added a comment to D4300: Integrate gArgs and chainparams into the Seeder.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 23:48
nakihito added inline comments to D4300: Integrate gArgs and chainparams into the Seeder.
Nov 5 2019, 23:48
nakihito updated the diff for D4300: Integrate gArgs and chainparams into the Seeder.

Removed exit() calls, replacing them with returns and a member variable for tracking whether the user used the help option. Also moved SetSeederArgs() to CDnsSeedOpts.

Nov 5 2019, 23:48
deadalnix committed rABCa5afd2ec6fda: Fix comment layout in client.h (authored by deadalnix).
Fix comment layout in client.h
Nov 5 2019, 23:46
deadalnix closed D4358: Fix comment layout in client.h.
Nov 5 2019, 23:45
teamcity added a comment to D4401: Document RNG design in random.h.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 23:38
jasonbcox accepted D4394: Integrate util/system's CInit into RNGState.
Nov 5 2019, 23:33
teamcity added a comment to D4400: Use secure allocator for RNG state.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 23:30
teamcity added a comment to D4399: Encapsulate RNGState better.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 23:29
teamcity added a comment to D4398: DRY: Implement GetRand using FastRandomContext::randrange.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 23:25
teamcity added a comment to D4397: Remove hwrand_initialized..

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 23:24
teamcity added a comment to D4396: Sprinkle some sweet noexcepts over the RNG code.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 23:24
teamcity added a comment to D4401: Document RNG design in random.h.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 23:22
teamcity added a comment to D4395: Switch all RNG code to the built-in PRNG..

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 23:22
jasonbcox accepted D4393: Abstract out seeding/extracting entropy into RNGState::MixExtract.
Nov 5 2019, 23:21
teamcity added a comment to D4400: Use secure allocator for RNG state.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 23:14
teamcity added a comment to D4394: Integrate util/system's CInit into RNGState.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 23:14
teamcity added a comment to D4399: Encapsulate RNGState better.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 23:12
teamcity added a comment to D4393: Abstract out seeding/extracting entropy into RNGState::MixExtract.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 23:12
jasonbcox accepted D4392: Add thread safety annotations to RNG state.
Nov 5 2019, 23:09
nakihito created D4401: Document RNG design in random.h.
Nov 5 2019, 23:09
teamcity added a comment to D4392: Add thread safety annotations to RNG state.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 23:08
teamcity added a comment to D4398: DRY: Implement GetRand using FastRandomContext::randrange.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 23:08
nakihito created D4400: Use secure allocator for RNG state.
Nov 5 2019, 23:08
jasonbcox accepted D4391: Rename some hardware RNG related functions.
Nov 5 2019, 23:08
teamcity added a comment to D4391: Rename some hardware RNG related functions.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 23:07
teamcity added a comment to D4397: Remove hwrand_initialized..

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 23:07
nakihito created D4399: Encapsulate RNGState better.
Nov 5 2019, 23:07
jasonbcox accepted D4390: Automatically initialize RNG on first use..
Nov 5 2019, 23:06
nakihito created D4398: DRY: Implement GetRand using FastRandomContext::randrange.
Nov 5 2019, 23:06
teamcity added a comment to D4391: Rename some hardware RNG related functions.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 23:06
teamcity added a comment to D4396: Sprinkle some sweet noexcepts over the RNG code.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 23:06
nakihito created D4397: Remove hwrand_initialized..
Nov 5 2019, 23:04
teamcity added a comment to D4395: Switch all RNG code to the built-in PRNG..

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 23:04
teamcity added a comment to D4390: Automatically initialize RNG on first use..

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 23:04
nakihito created D4396: Sprinkle some sweet noexcepts over the RNG code.
Nov 5 2019, 23:03
nakihito created D4395: Switch all RNG code to the built-in PRNG..
Nov 5 2019, 23:01
teamcity added a comment to D4394: Integrate util/system's CInit into RNGState.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 22:58
nakihito created D4394: Integrate util/system's CInit into RNGState.
Nov 5 2019, 22:58
jasonbcox accepted D4389: Don't log RandAddSeedPerfmon details.
Nov 5 2019, 22:56
teamcity added a comment to D4393: Abstract out seeding/extracting entropy into RNGState::MixExtract.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 22:55
nakihito created D4393: Abstract out seeding/extracting entropy into RNGState::MixExtract.
Nov 5 2019, 22:55
teamcity added a comment to D4389: Don't log RandAddSeedPerfmon details.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 22:53
nakihito updated the summary of D4392: Add thread safety annotations to RNG state.
Nov 5 2019, 22:52
teamcity added a comment to D4392: Add thread safety annotations to RNG state.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 22:52
nakihito created D4392: Add thread safety annotations to RNG state.
Nov 5 2019, 22:52
teamcity added a comment to D4387: Use FRC::randbytes instead of reading >32 bytes from RNG.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 22:51
jasonbcox accepted D4387: Use FRC::randbytes instead of reading >32 bytes from RNG.
Nov 5 2019, 22:50
teamcity added a comment to D4391: Rename some hardware RNG related functions.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 22:50
nakihito updated the diff for D4391: Rename some hardware RNG related functions.

Reformatted comment.

Nov 5 2019, 22:50
teamcity added a comment to D4391: Rename some hardware RNG related functions.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 22:48
nakihito planned changes to D4391: Rename some hardware RNG related functions.
Nov 5 2019, 22:47
nakihito created D4391: Rename some hardware RNG related functions.
Nov 5 2019, 22:47
nakihito updated the summary of D4390: Automatically initialize RNG on first use..
Nov 5 2019, 22:46
teamcity added a comment to D4390: Automatically initialize RNG on first use..

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 22:46
nakihito created D4390: Automatically initialize RNG on first use..
Nov 5 2019, 22:46
teamcity added a comment to D4389: Don't log RandAddSeedPerfmon details.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 22:43
nakihito created D4389: Don't log RandAddSeedPerfmon details.
Nov 5 2019, 22:43
teamcity added a comment to D4387: Use FRC::randbytes instead of reading >32 bytes from RNG.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 22:40
nakihito created D4387: Use FRC::randbytes instead of reading >32 bytes from RNG.
Nov 5 2019, 22:40
Nico Guiton <nico@bitframe.org> committed rABC5ef562707048: Deprecate wallet 'account' API (authored by John Newbery <john@johnnewbery.com>).
Deprecate wallet 'account' API
Nov 5 2019, 21:37
Nico Guiton <nico@bitframe.org> closed D4370: Deprecate wallet 'account' API.
Nov 5 2019, 21:37
Nico Guiton <nico@bitframe.org> committed rABCebb948aa8725: [wallet] Deprecate account RPC methods (authored by John Newbery <john@johnnewbery.com>).
[wallet] Deprecate account RPC methods
Nov 5 2019, 21:32
Nico Guiton <nico@bitframe.org> closed D4369: [wallet] Deprecate account RPC methods.
Nov 5 2019, 21:32
Nico Guiton <nico@bitframe.org> committed rABCc8f1e8705c98: [wallet] [rpc] Remove duplicate entries in rpcwallet.cpp's CRPCCommand table (authored by John Newbery <john@johnnewbery.com>).
[wallet] [rpc] Remove duplicate entries in rpcwallet.cpp's CRPCCommand table
Nov 5 2019, 21:26
Nico Guiton <nico@bitframe.org> closed D4368: [wallet] [rpc] Remove duplicate entries in rpcwallet.cpp's CRPCCommand table.
Nov 5 2019, 21:25
Nico Guiton <nico@bitframe.org> committed rABCb96fe21d96ca: [tests] Rename rpc_listtransactions.py to wallet_listtransactions.py (authored by John Newbery <john@johnnewbery.com>).
[tests] Rename rpc_listtransactions.py to wallet_listtransactions.py
Nov 5 2019, 21:20
Nico Guiton <nico@bitframe.org> closed D4361: [tests] Rename rpc_listtransactions.py to wallet_listtransactions.py.
Nov 5 2019, 21:20
Nico Guiton <nico@bitframe.org> committed rABC71da2efe0b6c: Merge #12892: [wallet] [rpc] introduce 'label' API for wallet (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #12892: [wallet] [rpc] introduce 'label' API for wallet
Nov 5 2019, 21:13
Nico Guiton <nico@bitframe.org> closed D3949: Merge #12892: [wallet] [rpc] introduce 'label' API for wallet.
Nov 5 2019, 21:13
Nico Guiton <nico@bitframe.org> committed rABC61480f09eadd: Merge #9894: remove 'label' filter for rpc command help (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #9894: remove 'label' filter for rpc command help
Nov 5 2019, 21:07
Nico Guiton <nico@bitframe.org> closed D3308: Merge #9894: remove 'label' filter for rpc command help.
Nov 5 2019, 21:07
Fabien accepted D4370: Deprecate wallet 'account' API.
Nov 5 2019, 20:22
teamcity added a comment to D4384: [CMAKE] Actually build the DMG image.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 17:48
teamcity added a comment to D4384: [CMAKE] Actually build the DMG image.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 17:40
Fabien created D4384: [CMAKE] Actually build the DMG image.
Nov 5 2019, 17:39
teamcity added a comment to D4370: Deprecate wallet 'account' API.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 17:13
teamcity added a comment to D4383: [CMAKE] Complete the dist directory to prepare for the DMG image build.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 17:11
teamcity added a comment to D4382: [CMAKE] Build the background dist image on native OSX.

Build Bitcoin-ABC / Diffs / Diff Testing passed.

Nov 5 2019, 17:04
teamcity added a comment to D4370: Deprecate wallet 'account' API.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 17:03
nakihito updated the diff for D4370: Deprecate wallet 'account' API.

Restored single line if, added braces, and fixed argument count check.

Nov 5 2019, 17:03
teamcity added a comment to D4383: [CMAKE] Complete the dist directory to prepare for the DMG image build.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 17:00
Fabien created D4383: [CMAKE] Complete the dist directory to prepare for the DMG image build.
Nov 5 2019, 17:00
teamcity added a comment to D4382: [CMAKE] Build the background dist image on native OSX.

Build Bitcoin-ABC / Diffs / Diff Testing started.

Nov 5 2019, 16:55