- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Yesterday
Yesterday
roqqit requested review of D17368: Fix race to check chaintips in p2p_headers_sync_with_minchainwork.
[seeder] Bump thread stacksize
roqqit retitled D17349: [seeder] Bump thread stacksize from [seeder] Respect resource limit for stacksize as set by the system to [seeder] Bump thread stacksize.
Just bump the value because predicting it is proving to be difficult and time consuming
Mon, Dec 16
Mon, Dec 16
roqqit updated the diff for D17345: [avalanche] Make sure each proof is added to contender cache before mining the next block in contender voting test.
Use a debug RPC. Waiting for getavalanchepeerinfo is not sufficient here because its possible for this value to be updated before the contender is added to the cache.
Fri, Dec 13
Fri, Dec 13
roqqit committed rABC200513e58adb: [seeder] Return an error when thread creation fails (authored by roqqit).
[seeder] Return an error when thread creation fails
[seeder] Reword outdated note in readme
Thu, Dec 12
Thu, Dec 12
roqqit committed rABC44da17657e7c: [avalanche] Restrict scope of cs_stakingRewards lock during cleanup (authored by roqqit).
[avalanche] Restrict scope of cs_stakingRewards lock during cleanup
Wed, Dec 11
Wed, Dec 11
roqqit requested review of D17336: [avalanche] Restrict scope of cs_stakingRewards lock during cleanup.
Tue, Dec 10
Tue, Dec 10
roqqit committed rABCe9d7a6220c01: Add symlink to most recent functional test failure directory (authored by roqqit).
Add symlink to most recent functional test failure directory
roqqit committed rABC8917a6f8af6c: Run more functional tests in parallel by default (authored by roqqit).
Run more functional tests in parallel by default
roqqit updated the test plan for D17331: Add symlink to most recent functional test failure directory.
- move lastfailure to top of build_dir
- ignore OSError exceptions on windows (didn't use contextlib.suppress because I don't think we should ignore it on Linux)
roqqit committed rABCaeee696108b5: Remove incorrect note in functional tests doc (authored by roqqit).
Remove incorrect note in functional tests doc
In D17330#393720, @PiRK wrote:Benchmark on my machine:
DEFAULT_JOBS = (multiprocessing.cpu_count() // 3) + 1 ALL | ✓ Passed | 1603 s (accumulated) Runtime: 179 s DEFAULT_JOBS = multiprocessing.cpu_count() ALL | ✓ Passed | 2187 s (accumulated) Runtime: 95 s DEFAULT_JOBS = 2 * multiprocessing.cpu_count() ALL | ✖ Failed | 2583 s (accumulated) Runtime: 68 sWith one port issue in the 2 * cpu_count attempt.
RuntimeError: Could not find available PortName.P2P port after 5 attempts.
Mon, Dec 9
Mon, Dec 9
roqqit committed rABCe0198d8be5cd: Use os.cpu_count in test_runner instead of multiprocessing (authored by roqqit).
Use os.cpu_count in test_runner instead of multiprocessing
roqqit committed rABC7a92d503f674: [avalanche] Ensure every connected block has staking rewards computed (authored by roqqit).
[avalanche] Ensure every connected block has staking rewards computed
Fri, Dec 6
Fri, Dec 6
roqqit updated the diff for D17306: [avalanche] Ensure every connected block has staking rewards computed.
feedback
roqqit updated the diff for D17306: [avalanche] Ensure every connected block has staking rewards computed.
fix potential deadlock
roqqit planned changes to D17306: [avalanche] Ensure every connected block has staking rewards computed.
roqqit requested review of D17306: [avalanche] Ensure every connected block has staking rewards computed.
Wed, Dec 4
Wed, Dec 4
roqqit committed rABC518391383004: Remove executable file mode from some functional tests (authored by roqqit).
Remove executable file mode from some functional tests
Tue, Dec 3
Tue, Dec 3
cleanup shebangs to make lint happy
Mon, Nov 25
Mon, Nov 25
roqqit committed rABC44ea0e528faf: [avalanche] Fix getdata log not showing stake contender inv type name (authored by roqqit).
[avalanche] Fix getdata log not showing stake contender inv type name
Fri, Nov 22
Fri, Nov 22
roqqit committed rABC2c80192da9a5: [avalanche] Remove redundant code to ignore stake contender getdata requests (authored by roqqit).
[avalanche] Remove redundant code to ignore stake contender getdata requests
roqqit requested review of D17189: [avalanche] Fix getdata log not showing stake contender inv type name.
Thu, Nov 21
Thu, Nov 21
roqqit committed rABC078a6c85e1e9: [avalanche] Cleanup redundant check for avalanche processor (authored by roqqit).
[avalanche] Cleanup redundant check for avalanche processor
• suthem-969 awarded rABC59076f7b8f83: [avalanche] Cleanup unnecessary setArgs in compute_staking_rewards test a Love token.
Thu, Nov 21, 15:39 · Restricted Project
Wed, Nov 20
Wed, Nov 20
roqqit committed rABCd74a3bd8a0e8: [avalanche] Do not modify the chaintip in stake contender test (authored by roqqit).
[avalanche] Do not modify the chaintip in stake contender test
Tue, Nov 19
Tue, Nov 19
teamcity awarded D17163: [avalanche] Do not modify the chaintip in stake contender test a Piece of Eight token.
@bot build-tsan
Better approach
roqqit retitled D17163: [avalanche] Do not modify the chaintip in stake contender test from [avalanche] Add missing lock in stake contenders test to [avalanche] Do not modify the chaintip in stake contender test.
teamcity awarded D17163: [avalanche] Do not modify the chaintip in stake contender test a Haypence token.
@bot build-tsan
Mon, Nov 18
Mon, Nov 18
[avalanche] Add stake contender polling
roqqit committed rABC59076f7b8f83: [avalanche] Cleanup unnecessary setArgs in compute_staking_rewards test (authored by roqqit).
[avalanche] Cleanup unnecessary setArgs in compute_staking_rewards test
Mon, Nov 18, 21:46 · Restricted Project
roqqit committed rABCea1205ddb23a: [avalanche] Return pending stake contender status when there is no local… (authored by roqqit).
[avalanche] Return pending stake contender status when there is no local…
roqqit updated the diff for D17144: [avalanche] Return pending stake contender status when there is no local staking rewards computed.
Added back an invalid case. It is incomplete since the local winner does not actually trigger an ACCEPT vote, but this should make it more obvious where that test is heading.
roqqit requested review of D17160: [avalanche] Cleanup unnecessary setArgs in compute_staking_rewards test.
Nov 15 2024
Nov 15 2024
rebase on D17144 to fix early convergence issue
Nov 14 2024
Nov 14 2024
Nov 13 2024
Nov 13 2024
- set mock time and give some comments why we do this
- clarify a bunch of comments in the goofy loop
Nov 12 2024
Nov 12 2024
roqqit committed rABCa69cdc622b76: [avalanche] Add manual stake winners to the contender cache (authored by roqqit).
[avalanche] Add manual stake winners to the contender cache
teamcity awarded D17117: [avalanche] Add manual stake winners to the contender cache a Haypence token.