- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Dec 10 2024
Dec 10 2024
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.
bytesofman committed rABCc5f7246e7aeb: [Cashtab] Convert airdrop screen and deps to ts (authored by bytesofman).
[Cashtab] Convert airdrop screen and deps to ts
bytesofman added inline comments to D15631: [chronik-client] Add support for validate-tx endpoint to ChronikClientNode.
bytesofman updated the diff for D15631: [chronik-client] Add support for validate-tx endpoint to ChronikClientNode.
Add input type validation, add test to confirm uint8array input is also supported
bytesofman committed rABC2c10d5fb3e97: [Cashtab] Convert Tx screen and its deps to typescript (authored by bytesofman).
[Cashtab] Convert Tx screen and its deps to typescript
Benchmark on my machine:
emack requested changes to D15631: [chronik-client] Add support for validate-tx endpoint to ChronikClientNode.
bytesofman published D15631: [chronik-client] Add support for validate-tx endpoint to ChronikClientNode for review.
Dec 9 2024
Dec 9 2024
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
[chronik] Bump karyon dependency to 0.1.8
bytesofman updated the diff for D17269: [ecash-lib] Improve address handling of ecash dev libraries.
remove p2pkh and p2sh conversion methods, update and organize tests, remove type conversion support from toScript() and toScriptHex()
bytesofman added inline comments to D17269: [ecash-lib] Improve address handling of ecash dev libraries.
teamcity awarded D17325: [chronik] Bump karyon dependency to 0.1.8 a Haypence token.
@bot guix-win
roqqit committed rABC7a92d503f674: [avalanche] Ensure every connected block has staking rewards computed (authored by roqqit).
[avalanche] Ensure every connected block has staking rewards computed
Fabien committed rABC9c9bcd319e9c: [CI] Deploy the docker hub images on debian bookworm (authored by Fabien).
[CI] Deploy the docker hub images on debian bookworm
Fabien committed rABCe925881de375: [guix] Fix errors for macos build from the jsonrpc dependencies (authored by Fabien).
[guix] Fix errors for macos build from the jsonrpc dependencies
teamcity awarded D17322: [guix] Fix errors for macos build from the jsonrpc dependencies a Haypence token.
@bot guix-osx
[chronik] Fix the windows build
[guix] Work around a buggy bug detection
PiRK committed rABC42eb210f1029: remove redundant str conversions in f-strings (test_framework/util.py) (authored by PiRK).
remove redundant str conversions in f-strings (test_framework/util.py)
OK. rev matches the merge commit hash for PR12
Fabien requested changes to D17001: [64-bit ints] Add overflow checks to CScriptNum for +, -, +=, -=.
PiRK requested review of D17319: remove redundant str conversions in f-strings (test_framework/util.py).
Fabien committed rABCf699f5428392: Add NASM as a dependency for the windows build (authored by Fabien).
Add NASM as a dependency for the windows build
- set the chronikelectrumbind param by default
- rename jsonrpc_utils -> jsonrpctools.py (consistency with blocktools, txtools, avatools...)
- set "id" and "params" only if they are not None. Both of these may be omitted as per spec (https://www.jsonrpc.org/specification#notification)
Dec 8 2024
Dec 8 2024
[Automated] Update seeds
[Automated] Update chainparams
teamcity triaged T3699: Build Bitcoin-ABC / ElectrumABC / Electrum ABC functional tests is broken. as Unbreak Now! priority.
[Automated] Update timing.json
bytesofman committed rABCcf0630445dc9: [monorepo] Update dockerfiles that build-wasm to include explorer (authored by bytesofman).
[monorepo] Update dockerfiles that build-wasm to include explorer
hazzarust updated the test plan for D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.
hazzarust updated the test plan for D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.
hazzarust retitled D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile` from [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer to [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.
hazzarust updated the diff for D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.
Adding --locked to explorer.Dockerfile as D17313 did not specify cargo build --release --locked
bytesofman committed rABC80f41d79e76f: [Cashtab] Convert TxHistory.js to ts (authored by bytesofman).
[Cashtab] Convert TxHistory.js to ts
bytesofman committed rABCd8fa698a801b: [Cashtab] Reduce tx history rendering (authored by bytesofman).
[Cashtab] Reduce tx history rendering
bytesofman published D17317: [monorepo] Update dockerfiles that build-wasm to include explorer for review.
[Cashtab] Dockerfile lint
bytesofman committed rABC5a2dab6f2181: [Cashtab] Also copy explorer in Dockerfile (authored by bytesofman).
[Cashtab] Also copy explorer in Dockerfile