In D6692#163374, @deadalnix wrote:Why don't pull the change from the statging repo rather than doing this?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jun 24 2020
Jun 24 2020
jasonbcox updated the test plan for D6709: Merge #14658: qa: Add test to ensure node can generate all rpc help texts at runtime.
jasonbcox updated the summary of D6709: Merge #14658: qa: Add test to ensure node can generate all rpc help texts at runtime.
jasonbcox committed rABCef043c751567: [land-bot] Skip sanity check during arc patch (authored by jasonbcox).
[land-bot] Skip sanity check during arc patch
jasonbcox committed rABC32a6ebf19d61: Merge #18412: script: fix SCRIPT_ERR_SIG_PUSHONLY error string (authored by MarcoFalke <falke.marco@gmail.com>).
Merge #18412: script: fix SCRIPT_ERR_SIG_PUSHONLY error string
jasonbcox committed rABCc1f456c2efad: Merge #11418: Add error string for CLEANSTACK script violation (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Merge #11418: Add error string for CLEANSTACK script violation
In D6692#163217, @Fabien wrote:Can you explain how it works ? Are the exported variables interpreted by arc land (I don't see any reference in the doc) ?
Add comment
jasonbcox requested review of D6697: Merge #11418: Add error string for CLEANSTACK script violation.
jasonbcox requested review of D6696: Merge #18412: script: fix SCRIPT_ERR_SIG_PUSHONLY error string.
Jun 23 2020
Jun 23 2020
Thank you. This is way less confusing.
Jun 22 2020
Jun 22 2020
Rebase on D6669
jasonbcox updated the summary of D6669: Merge #14051: [Tests] Make combine_logs.py handle multi-line logs.
jasonbcox requested review of D6669: Merge #14051: [Tests] Make combine_logs.py handle multi-line logs.
Jun 20 2020
Jun 20 2020
Jun 19 2020
Jun 19 2020
jasonbcox updated the diff for D6653: Merge #18524: refactor: drop boost::signals2 in validationinterface.
Fixed braces
In D6652#162338, @Fabien wrote:I don't see what is preventing the change to FormatStateMessage to be part of the backport ? AFAIK the massive stack you mention is a class rename but all the changes from the PR can be done now without conflict.
jasonbcox requested review of D6654: Merge #18551: Do not clear validationinterface entries being executed.
jasonbcox requested review of D6653: Merge #18524: refactor: drop boost::signals2 in validationinterface.
Jun 18 2020
Jun 18 2020
Add cppcheck to base image setup
@bot build-without-wallet gitian-linux
I don't think we can make the same assumptions Core is making here. In ~5 months, no ABC nodes will be deployed with NODE_BLOOM unless explicitly set by the operator. This is likely to negatively impact SPV wallets, for which Bitcoin Cash has multiple.
Think about where the users eyes travel when they look at a webpage. Highest value content is always top-ish, front-and-center. Lower value is down and/or off to the sides.
jasonbcox requested changes to D6639: [CI] Install the latest wine version from the winehq repository.
jasonbcox requested changes to D6639: [CI] Install the latest wine version from the winehq repository.
Jun 16 2020
Jun 16 2020
This doesn't actually fix the test. From the PR you linked, it's pretty clear that block versioning is the issue, not the number of blocks.
Jun 15 2020
Jun 15 2020
[RPC docs] Fix build paths
It was conflicting with local tests of using nginx to generate a quick index for us prior to having a nicely-formatted index. But you're right, there's probably value in having this if we can fix it up.
jasonbcox committed rABCWEB91754eba80ae: Do not background the process while serving (authored by jasonbcox).
Do not background the process while serving
Remove redundant configs
Bump version to 0.21.10
Fix core -> ABC
@bot build-without-wallet
Jun 12 2020
Jun 12 2020
jasonbcox committed rABC4ec14900ef1b: Add a lock on cs_main while modifying the config in setexcessiveblock (authored by jasonbcox).
Add a lock on cs_main while modifying the config in setexcessiveblock
Jun 11 2020
Jun 11 2020
jasonbcox committed rABC62cc9f5b0bb2: Merge #16092: Don't use global (external) symbols for symbols that are used in… (authored by MarcoFalke <falke.marco@gmail.com>).
Merge #16092: Don't use global (external) symbols for symbols that are used in…
jasonbcox committed rABCdfd3616955ca: Merge #15622: Remove global symbols: Avoid using the global namespace if… (authored by MarcoFalke <falke.marco@gmail.com>).
Merge #15622: Remove global symbols: Avoid using the global namespace if…
jasonbcox committed rABC54554de6b6cb: Merge #12980: Allow quicker shutdowns during LoadBlockIndex() (authored by Jonas Schnelli <dev@jonasschnelli.ch>).
Merge #12980: Allow quicker shutdowns during LoadBlockIndex()
jasonbcox requested review of D6543: Add a lock on cs_main while modifying the config in setexcessiveblock.
jasonbcox committed rABCc5c01c8243f5: Replace automatic bans with discouragement filter (authored by Pieter Wuille <pieter@wuille.net>).
Replace automatic bans with discouragement filter
jasonbcox committed rABCa0c05b6739fe: [CI] Do not enable debug for TSAN builds (authored by jasonbcox).
[CI] Do not enable debug for TSAN builds
The original PR was refactored and split into two commits.
I've cut this diff down to just the first commit, as it
contains the behavior change and is easier to review alone.