Failure appears unrelated to changes. Restarting builds...
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Oct 21 2022
Oct 21 2022
sdulfari abandoned D12345: [avalanche] Fix a data race where updating availability scores can coincide with initialization of the state container.
Redid this patch per feedback. New one is here: D12355
Use compare_exchange_strong per feedback. This also fixes the race between AVAHELLO and addavalanchenode,
but the race between UpdateAvalancheStatistics and AVAHELLO/addavalanchenode still exists.
Oct 20 2022
Oct 20 2022
- Fix the score comparator to meet Comparator requirements when at least one of the CNodes has no m_avalanche_state
- Set m_avalanche_enabled to true in addavalanchenode so AVAHELLO is appropriately ignored like past behavior
feedback
sdulfari committed rABCfcccee0cf4f4: [avalanche] Cleanup old usage of legacyavaproof in functional test framework (authored by sdulfari).
[avalanche] Cleanup old usage of legacyavaproof in functional test framework
Oct 19 2022
Oct 19 2022
sdulfari published D12324: [avalanche] Cleanup old usage of legacyavaproof in functional test framework for review.
Oct 18 2022
Oct 18 2022
sdulfari committed rABC080be4129500: [avalanche] Separate pubkey from AvalancheState (authored by sdulfari).
[avalanche] Separate pubkey from AvalancheState
sdulfari committed rABC214c0d52faa8: simplify ValidDeployment check to avoid gcc warning (authored by MarcoFalke <falke.marco@gmail.com>).
simplify ValidDeployment check to avoid gcc warning
Oct 17 2022
Oct 17 2022
sdulfari requested changes to D12287: refactor: move update_* structs from txmempool.h to .cpp file.
Oct 14 2022
Oct 14 2022
Oct 12 2022
Oct 12 2022
Oct 10 2022
Oct 10 2022
sdulfari committed rABCa71b37139b49: Fix localhost typo in addresses directed at addnode rpc (authored by sdulfari).
Fix localhost typo in addresses directed at addnode rpc
Oct 7 2022
Oct 7 2022
Oct 6 2022
Oct 6 2022
Oct 5 2022
Oct 5 2022
Increase max ipv4 seeds per ASN
sdulfari committed rABCb0a0bdf184ff: Improve clarity of makeseeds and increase max ipv6 ASNs (authored by Baas <matthew.baas@gmail.com>).
Improve clarity of makeseeds and increase max ipv6 ASNs
Rebase and bump MIN_BLOCKS to 760000
sdulfari committed rABC555fc65e8973: Remove suspicious hosts list from makeseeds (authored by laanwj <126646+laanwj@users.noreply.github.com>).
Remove suspicious hosts list from makeseeds
Add .gitignore for dns seeds
Oct 4 2022
Oct 4 2022
sdulfari committed rABC93df28c6574f: Refactor & improve makeseeds (authored by Wladimir J. van der Laan <laanwj@protonmail.com>).
Refactor & improve makeseeds
Oct 3 2022
Oct 3 2022
Sep 30 2022
Sep 30 2022
Looks like a networking issue when building gitian-win. I trust it builds correctly.
Sep 28 2022
Sep 28 2022
sdulfari committed rABC30885098376a: [avalanche] Add immature_stake_amount to getavalancheinfo (authored by sdulfari).
[avalanche] Add immature_stake_amount to getavalancheinfo
sdulfari committed rABC5f75c2e74f53: [avalanche] Make ProofPool's for each proof logic public (authored by sdulfari).
[avalanche] Make ProofPool's for each proof logic public
sdulfari committed rABCdf44771070c0: [avalanche] Cleanup redundant proof count getters in PeerManager API (authored by sdulfari).
[avalanche] Cleanup redundant proof count getters in PeerManager API
sdulfari committed rABCe7a9f5e7ca31: [avalanche] Cleanup redundant argument in getavalancheinfo test (authored by sdulfari).
[avalanche] Cleanup redundant argument in getavalancheinfo test
sdulfari committed rABC069441490afd: [avalanche] Add getavalancheproofs RPC to retrieve tracked proof ids (authored by sdulfari).
[avalanche] Add getavalancheproofs RPC to retrieve tracked proof ids
Sep 27 2022
Sep 27 2022
sdulfari requested review of D12077: [avalanche] Cleanup redundant argument in getavalancheinfo test.
sdulfari updated the diff for D12062: [avalanche] Add getavalancheproofs RPC to retrieve tracked proof ids.
Address feedback and make new ProofPool getters const
sdulfari added a comment to D12062: [avalanche] Add getavalancheproofs RPC to retrieve tracked proof ids.
Will work on the remaining feedback.
Sep 26 2022
Sep 26 2022
Please add a release note. Can be in this diff or separate.
sdulfari updated the diff for D12062: [avalanche] Add getavalancheproofs RPC to retrieve tracked proof ids.
Fix a race condition in the test
sdulfari requested review of D12064: [avalanche] Cleanup redundant proof count getters in PeerManager API.
sdulfari requested review of D12062: [avalanche] Add getavalancheproofs RPC to retrieve tracked proof ids.
sdulfari added a comment to D12049: log, sync: add LOCK logging category, apply it to lock contention.
Thanks for fixing the last backport link. I've reviewed the remainder and they look ok.
sdulfari committed rABC8d208e1ea83e: [avalanche] Improve const correctness of ProofPool::countProofs() (authored by sdulfari).
[avalanche] Improve const correctness of ProofPool::countProofs()
Sep 23 2022
Sep 23 2022
sdulfari requested changes to D12049: log, sync: add LOCK logging category, apply it to lock contention.
Which change was from https://github.com/bitcoin/bitcoin/pull/24470 ? I could not find it.
sdulfari requested review of D12050: [avalanche] Improve const correctness of ProofPool::countProofs().
Sep 22 2022
Sep 22 2022
sdulfari committed rABC2c4dd9196603: [avalanche] Create a type alias for proof id sets (authored by sdulfari).
[avalanche] Create a type alias for proof id sets