- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Mar 29 2024
Mar 29 2024
XSO14 awarded T351: Create an abandon-diff bot a Party Time token.
Nov 8 2023
Nov 8 2023
Amandaofthedeep awarded T351: Create an abandon-diff bot a Like token.
Oct 23 2023
Oct 23 2023
satoshinakamoto007 awarded T476: Write a script to automate the collection of gitian outputs a Pirate Logo token.
Oct 23 2023, 01:51 · Restricted Project
Mar 12 2023
Mar 12 2023
Sirwsasady1 awarded T1092: Unrevert coin selection changes a Doubloon token.
Mar 12 2023, 18:00 · Restricted Project
Feb 15 2023
Feb 15 2023
Unknown Object (User) awarded T352: Implement Extension Points [master ticket] a Pterodactyl token.
Feb 15 2023, 05:53 · Restricted Project
Unknown Object (User) awarded rABCWEB36aa80b6963b: Add a notice of eCash rebranding on the release page a Pterodactyl token.
Nov 10 2022
Nov 10 2022
Jnzuba92 awarded T476: Write a script to automate the collection of gitian outputs a 100 token.
Nov 10 2022, 04:52 · Restricted Project
Sep 12 2022
Sep 12 2022
Xboxone75 awarded T476: Write a script to automate the collection of gitian outputs a Like token.
Sep 12 2022, 05:08 · Restricted Project
Aug 4 2022
Aug 4 2022
Mher1100 awarded T476: Write a script to automate the collection of gitian outputs a Love token.
Aug 4 2022, 07:28 · Restricted Project
Jun 25 2021
Jun 25 2021
jasonbcox committed rABCWEB36aa80b6963b: Add a notice of eCash rebranding on the release page (authored by jasonbcox).
Add a notice of eCash rebranding on the release page
May 18 2021
May 18 2021
Fix a race in abc_mining_basic
May 17 2021
May 17 2021
Apr 29 2021
Apr 29 2021
jasonbcox committed rABC216f0b3f476f: Ensure Axion can be reactivated consistently in abc_mining_basic (authored by jasonbcox).
Ensure Axion can be reactivated consistently in abc_mining_basic
Apr 28 2021
Apr 28 2021
jasonbcox updated the test plan for D9453: Ensure Axion can be reactivated consistently in abc_mining_basic.
jasonbcox requested review of D9453: Ensure Axion can be reactivated consistently in abc_mining_basic.
jasonbcox committed rABC4b89a7a531f9: Fix minerfund in GBT when cashaddr is disabled (authored by jasonbcox).
Fix minerfund in GBT when cashaddr is disabled
Apr 21 2021
Apr 21 2021
Reopening this diff. See improved rationale in the summary.
Apr 14 2021
Apr 14 2021
Ignore .mypy_cache at all levels
In D9414#213632, @deadalnix wrote:Wouldn't moving away imply to not do the translation in more and more places over time?
Is that causing an actual problem for that mining software?
Apr 13 2021
Apr 13 2021
Apr 9 2021
Apr 9 2021
jasonbcox committed rABC45d5037db635: Add -overridednsseed for testing DNS seed behavior (authored by jasonbcox).
Add -overridednsseed for testing DNS seed behavior
Mar 28 2021
Mar 28 2021
Cleanup invalid inputs in p2sh test
Mar 27 2021
Mar 27 2021
Mar 21 2021
Mar 21 2021
Mar 5 2021
Mar 5 2021
Fix typo in USE_LINKER error message
jasonbcox committed rABC87adc0e4b27b: Fix setting CXXFLAGS in linux build docs (authored by jasonbcox).
Fix setting CXXFLAGS in linux build docs
Mar 3 2021
Mar 3 2021
jasonbcox committed rABC0ec3be6798d1: Use correct length sig in sigcheck test (authored by jasonbcox).
Use correct length sig in sigcheck test
Mar 2 2021
Mar 2 2021
Feb 5 2021
Feb 5 2021
Feb 4 2021
Feb 4 2021
jasonbcox committed rABC81b7eac423d6: Use npm ci instead of install for docker deployments (authored by jasonbcox).
Use npm ci instead of install for docker deployments
jasonbcox committed rABC5ba6211c6d43: Do not bust cached npm-installed dependencies when source files change (authored by jasonbcox).
Do not bust cached npm-installed dependencies when source files change
jasonbcox committed rABC6daeacab5488: Do not bust cached apt-install'd dependencies when source files change (authored by jasonbcox).
Do not bust cached apt-install'd dependencies when source files change
Feb 3 2021
Feb 3 2021
jasonbcox requested review of D9158: Do not bust cached npm-installed dependencies when source files change.
jasonbcox updated the test plan for D9157: Do not bust cached apt-install'd dependencies when source files change.
jasonbcox requested review of D9158: Do not bust cached npm-installed dependencies when source files change.
jasonbcox requested review of D9157: Do not bust cached apt-install'd dependencies when source files change.
Jan 27 2021
Jan 27 2021
Separated out GetRandomizedDNSSeeds into its own files. Over time, these new files can house the
DNS seed related logic and constants that currently reside in the net.h/cpp mess.
Jan 5 2021
Jan 5 2021
- Rename DNSSeeds -> GetRandomizedDNSSeeds
- Make the currently node-specific randomization logic available to the seeder
- Doing the above also incidentally makes better use of the vector copy that I introduced in this patch.
Dec 29 2020
Dec 29 2020
jasonbcox requested changes to D8692: [CashAddr] replace bitcoincash: prefix with ecash: in the node.
Dec 28 2020
Dec 28 2020
jasonbcox requested changes to D8692: [CashAddr] replace bitcoincash: prefix with ecash: in the node.
Tests still failing.
Dec 21 2020
Dec 21 2020
jasonbcox requested changes to D8692: [CashAddr] replace bitcoincash: prefix with ecash: in the node.
abc_mining_basic.py still needs to test that the old prefix is valid for mining
Dec 17 2020
Dec 17 2020
jasonbcox added inline comments to D8692: [CashAddr] replace bitcoincash: prefix with ecash: in the node.
- Fixed checking if the arg is set
- Added another sanity checking test case
jasonbcox requested changes to D8692: [CashAddr] replace bitcoincash: prefix with ecash: in the node.
Dec 14 2020
Dec 14 2020
The cppcheck issue appears to be a bug in cppcheck. Fabien has confirmed this lint error does not appear in a newer version.
- Refactor and simplify the logic tracking checkpoint state
- Refactor and simplify the tests
- Rewrite summary and test plan
- New changes depend on D8673 to make the test plan easier to understand by simple examination of the command line arguments in each step.
Dec 12 2020
Dec 12 2020
jasonbcox retitled D5380: [seeder] Require good seeds to have latest checkpoint from Seeder requires good seeds to have block after most recent checkpoint in its chain and bans those that don't to [seeder] Require good seeds to have latest checkpoint.
jasonbcox committed rABC8099bc1028b2: [seeder] Request headers from new connections (authored by jasonbcox).
[seeder] Request headers from new connections
Dec 11 2020
Dec 11 2020
Update seeds
Dec 10 2020
Dec 10 2020
Looks like we need some better test coverage to make sure bitcoin-qt in server mode work as expected.
jasonbcox retitled D6283: [seeder] Request headers from new connections from Seeder sends GETHEADERS message to [seeder] Request headers from new connections.
Rebase and add some basic test coverage