User Details
- User Since
- Nov 22 2017, 15:46 (364 w, 3 d)
Nov 19 2018
Sep 27 2018
Jul 3 2018
Jul 2 2018
Adds PersistMempoolSet and StopAfterBlockImport flags to refactor
Jun 30 2018
Closed in favor of the work started at https://reviews.bitcoinabc.org/D1525
Jun 27 2018
@deadalnix @jasonbcox adding config param to many method's signatures doesn't feel right. If we include gArgs + ChainParams + ChainBaseParams to config it will lose meaning, you will end up not understanding what the method needs.
Jun 19 2018
Move class def to top.
Jun 18 2018
Update format of Readme.md to match MarkDown
Jun 12 2018
Jun 4 2018
update doc $USER variable
May 31 2018
May 30 2018
Add osx builds asserts + sig
May 29 2018
Please armor key (send the .asc) file. Thanks for your comment on the doc, I have updated it.
May 28 2018
May 22 2018
May 21 2018
May 17 2018
May 10 2018
More LIBTOOL_APP_LDFLAGS config to a more appropiate place
May 9 2018
May 8 2018
May 5 2018
use C++ initializer
comments and formatting nits
updated std::set. Thanks for the review.
Better std:set for rpc help
May 4 2018
refactor CRPCCommand
As background, I was able to reproduce the reported problem with:
class C { public: int a; };
Apr 19 2018
LGTM
Apr 18 2018
ACK
Apr 11 2018
Should we set VISIBILITY_INLINES_HIDDENalso?
Nice! ConceptACK. Initial code review looks fine.
Apr 9 2018
Apr 8 2018
Nice refactor with 'buffer_append', much clear now.
Apr 4 2018
well done Jason!
Apr 3 2018
Apr 2 2018
Mar 16 2018
left some minor comments.
fix large test, leave the test failing waiting for the activation code to be completed
ACK!
Mar 14 2018
Left some questions, thanks!