Page MenuHomePhabricator
Feed Advanced Search

Oct 18 2019

Fabien requested changes to D4258: Implement PSBT Structures and un/serialization methods per BIP 174.
Oct 18 2019, 08:31
Fabien accepted D4266: [mempool] Mark mempool import fails that were found in mempool as 'already there'.
Oct 18 2019, 07:12
Fabien accepted D4252: rpc: Extract GetWalletNameFromJSONRPCRequest from GetWalletForJSONRPCRequest.
Oct 18 2019, 06:59

Oct 16 2019

Fabien requested changes to D4243: rpc: Expose g_is_mempool_loaded via getmempoolinfo.
Oct 16 2019, 15:20
Fabien planned changes to D4229: [CMAKE] Build bitcoinconsensus library both static and shared.
Oct 16 2019, 06:58
Fabien updated the summary of D4229: [CMAKE] Build bitcoinconsensus library both static and shared.
Oct 16 2019, 06:58
Fabien updated the diff for D4229: [CMAKE] Build bitcoinconsensus library both static and shared.

Revert dependency, now depends on D4257.

Oct 16 2019, 06:58
Fabien updated the summary of D4257: [CMAKE] Propagate requirements for cmake >= 3.12.
Oct 16 2019, 06:56
Fabien updated the diff for D4257: [CMAKE] Propagate requirements for cmake >= 3.12.

Revert diff dependency.

Oct 16 2019, 06:56
Fabien committed rABC1c3cb55f195b: [CMAKE] Add resource file to bitcoin-qt (authored by Fabien).
[CMAKE] Add resource file to bitcoin-qt
Oct 16 2019, 06:53
Fabien closed D4256: [CMAKE] Add resource file to bitcoin-qt.
Oct 16 2019, 06:53
Fabien accepted D4260: Fix misnamed 0.20.4 release notes.
Oct 16 2019, 06:33

Oct 15 2019

Fabien created D4257: [CMAKE] Propagate requirements for cmake >= 3.12.
Oct 15 2019, 12:22
Fabien requested changes to D4252: rpc: Extract GetWalletNameFromJSONRPCRequest from GetWalletForJSONRPCRequest.

The test plan doesn't cover the change.

Oct 15 2019, 09:33
Fabien created D4256: [CMAKE] Add resource file to bitcoin-qt.
Oct 15 2019, 08:37

Oct 14 2019

Fabien updated the diff for D4229: [CMAKE] Build bitcoinconsensus library both static and shared.

Attempt to make the interface more simple and clear.
The add_library_with_type() function manages adding a library with one type or
more (STATIC, SHARED or both) but let the caller deal with properties.
This makes it easier to apply some property to only the static or shared variant
of a library if both are added.

Oct 14 2019, 14:59
Fabien updated the summary of D4229: [CMAKE] Build bitcoinconsensus library both static and shared.
Oct 14 2019, 14:34
Fabien accepted D4247: Decodehextx scripts sanity check.
Oct 14 2019, 06:18

Oct 11 2019

Fabien planned changes to D4229: [CMAKE] Build bitcoinconsensus library both static and shared.
Oct 11 2019, 13:14
Fabien accepted D4231: [gitian-build] Refactor to calculate output directories in fewer places.
Oct 11 2019, 08:13

Oct 10 2019

Fabien accepted D4232: [gitian-build] Move manifest files to output directory.
Oct 10 2019, 22:24
Fabien requested changes to D4234: bench: Benchmark MempoolToJSON.

The test is failing.

Oct 10 2019, 22:11
Fabien accepted D4237: Update manpages for 0.20.4 release.
Oct 10 2019, 20:04
Fabien accepted D4235: Update chainparams.
Oct 10 2019, 20:03
Fabien accepted D4233: Update seeds.
Oct 10 2019, 17:44

Oct 9 2019

Fabien committed rSTAGING7ae2dc514d8f: [LINTER] Check for header guard closure comment (authored by Fabien).
[LINTER] Check for header guard closure comment
Oct 9 2019, 20:12
Fabien committed rSTAGING7961960585b5: [CMAKE] Enable Large File Support on platforms that don't enable it by default (authored by Fabien).
[CMAKE] Enable Large File Support on platforms that don't enable it by default
Oct 9 2019, 20:10
Fabien committed rSTAGING98415c84aa38: Add support for Glibc version 2.28 (authored by Fabien).
Add support for Glibc version 2.28
Oct 9 2019, 20:10
Fabien committed rSTAGING83ecf7011c1b: [CMAKE] Use CMake built-in to set PIC and PIE (authored by Fabien).
[CMAKE] Use CMake built-in to set PIC and PIE
Oct 9 2019, 20:10
Fabien committed rSTAGINGa456acd71455: [CMAKE] Fix check-security to allow running on windows executables (authored by Fabien).
[CMAKE] Fix check-security to allow running on windows executables
Oct 9 2019, 20:10
Fabien committed rSTAGING8f09215cbe73: Use only 3 levels for defining the version (authored by Fabien).
Use only 3 levels for defining the version
Oct 9 2019, 20:10
Fabien updated the diff for D4229: [CMAKE] Build bitcoinconsensus library both static and shared.

Pick better names for the wrapper function and its cmake file.
Make the install_target() a function to separate its scope from the caller's.

Oct 9 2019, 13:03
Fabien accepted D4228: Do not cache version in cmake build.
Oct 9 2019, 12:43
Fabien updated the diff for D4229: [CMAKE] Build bitcoinconsensus library both static and shared.

Missing newline.

Oct 9 2019, 11:50
Fabien created D4229: [CMAKE] Build bitcoinconsensus library both static and shared.
Oct 9 2019, 11:46
Fabien requested changes to D4228: Do not cache version in cmake build.

It's breaking the doc/Doxyfile.cmake.in template.
Please replace the line:
PROJECT_NUMBER = ${CLIENT_VERSION_MAJOR}.${CLIENT_VERSION_MINOR}.${CLIENT_VERSION_REVISION}
with:
PROJECT_NUMBER = ${bitcoin-abc_VERSION}
to fix it.

Oct 9 2019, 06:27

Oct 8 2019

Fabien committed rABC7ae2dc514d8f: [LINTER] Check for header guard closure comment (authored by Fabien).
[LINTER] Check for header guard closure comment
Oct 8 2019, 19:32
Fabien closed D4218: [LINTER] Check for header guard closure comment.
Oct 8 2019, 19:31

Oct 7 2019

Fabien created D4218: [LINTER] Check for header guard closure comment.
Oct 7 2019, 12:44
Fabien accepted D4154: Merge #13158: [Qt]: Improve sendcoinsdialog readability.
Oct 7 2019, 07:57
Fabien accepted D4215: Drop ParseHashUV in favor of calling ParseHashStr.
Oct 7 2019, 07:36

Oct 4 2019

Fabien accepted D4200: Generic TransactionSignatureCreator works with both CTransaction and CMutableTransaction.
Oct 4 2019, 15:47
Fabien accepted D4212: Remove CombineSignatures and replace tests.
Oct 4 2019, 09:22
Fabien accepted D4211: Replace CombineSignatures with ProduceSignature.
Oct 4 2019, 09:11
Fabien accepted D4210: Make SignatureData able to store signatures and scripts.
Oct 4 2019, 08:59
Fabien accepted D4205: [cmake] Create a lib specifically for script related components.
Oct 4 2019, 08:30
Fabien accepted D4209: Inline Sign1 and SignN.
Oct 4 2019, 08:28
Fabien accepted D4199: Introduce Span type and use it instead of FLATDATA.
Oct 4 2019, 06:35

Oct 3 2019

Fabien requested changes to D4195: Added a land bot script.

Should anything fail the script errors out immediately, but the user working tree may have been modified in between.
I think you should trap the error and restore the previous state to avoid confusing the user.

Oct 3 2019, 20:28
Fabien accepted D4203: Drop UpdateTransaction in favor of UpdateInput.
Oct 3 2019, 20:10
Fabien requested changes to D4200: Generic TransactionSignatureCreator works with both CTransaction and CMutableTransaction.

I'm sure you didn't run the test from the summary. Please make it clear that you are quoting core PR description.

Oct 3 2019, 19:59
Fabien requested changes to D4199: Introduce Span type and use it instead of FLATDATA.
Oct 3 2019, 19:50
Fabien accepted D4188: Add native support for serializing char arrays without FLATDATA.
Oct 3 2019, 13:52
Fabien accepted D4186: refactor: Avoid locking tx pool cs thrice.
Oct 3 2019, 13:26

Oct 2 2019

Fabien accepted D4196: Minor improvements to github-release script.
Oct 2 2019, 12:08
Fabien created D4198: [CMAKE] Add the bitcoinconsensus library.
Oct 2 2019, 10:06
Fabien created D4197: [CMAKE] Rename bitcoinconsensus target to avoid collision.
Oct 2 2019, 10:04

Oct 1 2019

Fabien accepted D4183: Added support for `export LC_ALL=C.UTF-8` to the shell linter.
Oct 1 2019, 18:47
Fabien accepted D4193: Add phpcs exclusion for strict_types declararion.
Oct 1 2019, 17:56
Fabien accepted D4187: Add static_assert to prevent VARINT(<signed value>).
Oct 1 2019, 14:57
Fabien updated the test plan for D4187: Add static_assert to prevent VARINT(<signed value>).
Oct 1 2019, 14:19
Fabien requested changes to D4186: refactor: Avoid locking tx pool cs thrice.

Build with Clang to check for -Wthread-safety-warnings.

Oct 1 2019, 14:11
Fabien committed rABC7961960585b5: [CMAKE] Enable Large File Support on platforms that don't enable it by default (authored by Fabien).
[CMAKE] Enable Large File Support on platforms that don't enable it by default
Oct 1 2019, 13:54
Fabien closed D4182: [CMAKE] Enable Large File Support on platforms that don't enable it by default.
Oct 1 2019, 13:54
Fabien committed rABC98415c84aa38: Add support for Glibc version 2.28 (authored by Fabien).
Add support for Glibc version 2.28
Oct 1 2019, 13:52
Fabien closed D4167: Add support for Glibc version 2.28.
Oct 1 2019, 13:52
Fabien updated the diff for D4095: [contrib] Support ARM symbol check.

Rebase on top of D4185.

Oct 1 2019, 12:47
Fabien created D4185: Migrate Gitian container to Debian 10 Buster.
Oct 1 2019, 10:40
Fabien accepted D4180: Added more explicit instructions for release tagging.
Oct 1 2019, 06:43
Fabien accepted D4181: Updated release-process to use github-release.sh.
Oct 1 2019, 06:35
Fabien added a comment to D4183: Added support for `export LC_ALL=C.UTF-8` to the shell linter.

Maybe there should be an explicit notice of backport here, as the remaining parts of the PR are Travis related ?

Oct 1 2019, 06:33
Fabien requested changes to D4183: Added support for `export LC_ALL=C.UTF-8` to the shell linter.
Oct 1 2019, 06:31
Fabien accepted D4184: Change CI builds to use utf-8 encoding.
Oct 1 2019, 06:09

Sep 30 2019

Fabien added a comment to D4174: utils: Convert Windows args to utf-8 string.

I tried to reproduce on a fresh Debian Stretch, no success.
I will try to install the agent packages and run again.

Sep 30 2019, 17:08
Fabien updated the test plan for D4182: [CMAKE] Enable Large File Support on platforms that don't enable it by default.
Sep 30 2019, 16:39
Fabien retitled D4182: [CMAKE] Enable Large File Support on platforms that don't enable it by default from Enable Large File Support on platforms that don't enable it by default to [CMAKE] Enable Large File Support on platforms that don't enable it by default.
Sep 30 2019, 16:39
Fabien created D4182: [CMAKE] Enable Large File Support on platforms that don't enable it by default.
Sep 30 2019, 16:37
Fabien accepted D3714: Added a script for creating Github release drafts.
Sep 30 2019, 13:03
Fabien accepted D4176: util: Replace boost::signals2 with std::function.
Sep 30 2019, 12:53
Fabien committed rABC83ecf7011c1b: [CMAKE] Use CMake built-in to set PIC and PIE (authored by Fabien).
[CMAKE] Use CMake built-in to set PIC and PIE
Sep 30 2019, 10:57
Fabien closed D4156: [CMAKE] Use CMake built-in to set PIC and PIE.
Sep 30 2019, 10:57
Fabien committed rABCa456acd71455: [CMAKE] Fix check-security to allow running on windows executables (authored by Fabien).
[CMAKE] Fix check-security to allow running on windows executables
Sep 30 2019, 10:56
Fabien closed D4155: [CMAKE] Fix check-security to allow running on windows executables.
Sep 30 2019, 10:56
Fabien committed rABC8f09215cbe73: Use only 3 levels for defining the version (authored by Fabien).
Use only 3 levels for defining the version
Sep 30 2019, 10:55
Fabien closed D4148: Use only 3 levels for defining the version.
Sep 30 2019, 10:55
Fabien retitled D4167: Add support for Glibc version 2.28 from [WIP] Add support for Glibc version 2.28 to Add support for Glibc version 2.28.
Sep 30 2019, 10:54
Fabien updated the diff for D4167: Add support for Glibc version 2.28.

Fix Invalid argument by passing the address of first vararg as a void *.
The same is done internally by the glibc, but the compatibility symbols seems
to complain when the full vararg list is passed.

Sep 30 2019, 10:51

Sep 29 2019

Fabien planned changes to D4167: Add support for Glibc version 2.28.
Sep 29 2019, 06:17

Sep 28 2019

Fabien updated the diff for D4167: Add support for Glibc version 2.28.

Rebase on master (was on top of D4095, thus failing the symbol check with gitian on stretch).

Sep 28 2019, 06:45
Fabien updated the diff for D4167: Add support for Glibc version 2.28.

Revert configure logic to wrap when needed.

Sep 28 2019, 01:58

Sep 27 2019

Fabien committed rSTAGINGcd0f483aa801: [CMAKE] Detect if the compiler supports visibility function attribute (authored by Fabien).
[CMAKE] Detect if the compiler supports visibility function attribute
Sep 27 2019, 22:49
Fabien committed rSTAGING6c467dfc4f6b: [CMAKE] Install the man pages (authored by Fabien).
[CMAKE] Install the man pages
Sep 27 2019, 22:49
Fabien committed rSTAGING1010243bd5ab: [CMAKE] Install executables (authored by Fabien).
[CMAKE] Install executables
Sep 27 2019, 22:49
Fabien committed rSTAGING4dab36ebb168: [CMAKE] Add the check-security target (authored by Fabien).
[CMAKE] Add the check-security target
Sep 27 2019, 22:49
Fabien committed rSTAGINGa7b6fd856433: [CMAKE] Add the check-symbols target (authored by Fabien).
[CMAKE] Add the check-symbols target
Sep 27 2019, 22:49
Fabien committed rSTAGINGe36935e09971: [CMAKE] Consistently find and use the python interpreter (authored by Fabien).
[CMAKE] Consistently find and use the python interpreter
Sep 27 2019, 22:48
Fabien committed rSTAGING46261be23880: [CMAKE] Migrate the python header generation scripts to python 3 (authored by Fabien).
[CMAKE] Migrate the python header generation scripts to python 3
Sep 27 2019, 22:48
Fabien committed rSTAGING71191d04adaa: [CMAKE] Only change obj/build.h if the content has changed (authored by Fabien).
[CMAKE] Only change obj/build.h if the content has changed
Sep 27 2019, 22:48
Fabien committed rSTAGING317e1eaef78d: [CMAKE] Fix linux cross compilation with the glibc compatibility (authored by Fabien).
[CMAKE] Fix linux cross compilation with the glibc compatibility
Sep 27 2019, 22:47
Fabien committed rSTAGING093479065d92: [CMAKE] Remove useless dependency for the check-rpcauth target (authored by Fabien).
[CMAKE] Remove useless dependency for the check-rpcauth target
Sep 27 2019, 22:47