Page MenuHomePhabricator
Feed All Stories

Dec 10 2024

roqqit committed rABCaeee696108b5: Remove incorrect note in functional tests doc (authored by roqqit).
Remove incorrect note in functional tests doc
Dec 10 2024, 16:48
roqqit added a comment to D17330: Run more functional tests in parallel by default.
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 s

With one port issue in the 2 * cpu_count attempt.

RuntimeError: Could not find available PortName.P2P port after 5 attempts.
Dec 10 2024, 16:47
Fabien requested review of D17333: [chronik] Add support for TLS to the electrum server.
Dec 10 2024, 14:54
bytesofman closed D17326: [Cashtab] Convert airdrop screen and deps to ts.
Dec 10 2024, 14:26
bytesofman committed rABCc5f7246e7aeb: [Cashtab] Convert airdrop screen and deps to ts (authored by bytesofman).
[Cashtab] Convert airdrop screen and deps to ts
Dec 10 2024, 14:26
bytesofman added inline comments to D15631: [chronik-client] Add support for validate-tx endpoint to ChronikClientNode.
Dec 10 2024, 14:18
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

Dec 10 2024, 14:16
bytesofman closed D17318: [Cashtab] Convert Tx screen and its deps to typescript.
Dec 10 2024, 13:50
bytesofman committed rABC2c10d5fb3e97: [Cashtab] Convert Tx screen and its deps to typescript (authored by bytesofman).
[Cashtab] Convert Tx screen and its deps to typescript
Dec 10 2024, 13:50
teamcity closed T3696: Build Bitcoin-ABC / Nightly Builds / GUIX Builds / GUIX Linux is broken. as Resolved.
Dec 10 2024, 12:41
teamcity closed T3695: Build Bitcoin-ABC / Nightly Builds / GUIX Builds / GUIX Windows is broken. as Resolved.
Dec 10 2024, 12:21
teamcity closed T3694: Build Bitcoin-ABC / Nightly Builds / GUIX Builds / GUIX MacOS is broken. as Resolved.
Dec 10 2024, 12:17
Fabien requested changes to D17314: [chronik] add a test for the new JSON RPC interface.
Dec 10 2024, 09:06
PiRK added a comment to D17330: Run more functional tests in parallel by default.

Benchmark on my machine:

Dec 10 2024, 08:45
PiRK added inline comments to D17331: Add symlink to most recent functional test failure directory.
Dec 10 2024, 08:31
PiRK accepted D17331: Add symlink to most recent functional test failure directory.
Dec 10 2024, 08:25
emack accepted D17326: [Cashtab] Convert airdrop screen and deps to ts.
Dec 10 2024, 08:13
Fabien requested changes to D17331: Add symlink to most recent functional test failure directory.
Dec 10 2024, 08:11
Fabien accepted D17330: Run more functional tests in parallel by default.
Dec 10 2024, 08:08
emack requested changes to D15631: [chronik-client] Add support for validate-tx endpoint to ChronikClientNode.
Dec 10 2024, 08:07
emack accepted D17328: [token-server] Bump free xec from 42 to 88.
Dec 10 2024, 08:02
emack accepted D17318: [Cashtab] Convert Tx screen and its deps to typescript.
Dec 10 2024, 07:57
bytesofman published D15631: [chronik-client] Add support for validate-tx endpoint to ChronikClientNode for review.
Dec 10 2024, 06:21
bytesofman accepted D17329: Remove incorrect note in functional tests doc.
Dec 10 2024, 04:59
roqqit requested review of D17331: Add symlink to most recent functional test failure directory.
Dec 10 2024, 00:51

Dec 9 2024

roqqit requested review of D17330: Run more functional tests in parallel by default.
Dec 9 2024, 22:47
roqqit requested review of D17329: Remove incorrect note in functional tests doc.
Dec 9 2024, 21:54
roqqit closed D17327: Use os.cpu_count in test_runner instead of multiprocessing.
Dec 9 2024, 21:12
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
Dec 9 2024, 21:12
bytesofman published D17328: [token-server] Bump free xec from 42 to 88 for review.
Dec 9 2024, 21:05
PiRK accepted D17327: Use os.cpu_count in test_runner instead of multiprocessing.
Dec 9 2024, 20:46
roqqit requested review of D17327: Use os.cpu_count in test_runner instead of multiprocessing.
Dec 9 2024, 19:43
bytesofman published D17326: [Cashtab] Convert airdrop screen and deps to ts for review.
Dec 9 2024, 19:34
Fabien closed D17325: [chronik] Bump karyon dependency to 0.1.8.
Dec 9 2024, 18:49
Fabien committed rABC7bbaf91b122d: [chronik] Bump karyon dependency to 0.1.8 (authored by Fabien).
[chronik] Bump karyon dependency to 0.1.8
Dec 9 2024, 18:49
PiRK accepted D17325: [chronik] Bump karyon dependency to 0.1.8.
Dec 9 2024, 17:34
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()

Dec 9 2024, 17:27
bytesofman added inline comments to D17269: [ecash-lib] Improve address handling of ecash dev libraries.
Dec 9 2024, 17:27
teamcity awarded D17325: [chronik] Bump karyon dependency to 0.1.8 a Haypence token.
Dec 9 2024, 17:17
Fabien added a comment to D17325: [chronik] Bump karyon dependency to 0.1.8.

@bot guix-win

Dec 9 2024, 17:17
roqqit closed D17306: [avalanche] Ensure every connected block has staking rewards computed.
Dec 9 2024, 17:17
roqqit committed rABC7a92d503f674: [avalanche] Ensure every connected block has staking rewards computed (authored by roqqit).
[avalanche] Ensure every connected block has staking rewards computed
Dec 9 2024, 17:17
Fabien requested review of D17325: [chronik] Bump karyon dependency to 0.1.8.
Dec 9 2024, 17:16
Fabien closed D17324: [CI] Deploy the docker hub images on debian bookworm.
Dec 9 2024, 17:00
Fabien committed rABC9c9bcd319e9c: [CI] Deploy the docker hub images on debian bookworm (authored by Fabien).
[CI] Deploy the docker hub images on debian bookworm
Dec 9 2024, 17:00
PiRK accepted D17324: [CI] Deploy the docker hub images on debian bookworm.
Dec 9 2024, 15:52
Fabien closed D17322: [guix] Fix errors for macos build from the jsonrpc dependencies.
Dec 9 2024, 15:39
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
Dec 9 2024, 15:39
Fabien requested review of D17324: [CI] Deploy the docker hub images on debian bookworm.
Dec 9 2024, 15:24
PiRK accepted D17322: [guix] Fix errors for macos build from the jsonrpc dependencies.
Dec 9 2024, 14:48
teamcity closed T3691: Build Bitcoin-ABC / Master / Cross Builds / Cross Build Windows 64-bit is broken. as Resolved.
Dec 9 2024, 14:44
teamcity awarded D17322: [guix] Fix errors for macos build from the jsonrpc dependencies a Haypence token.
Dec 9 2024, 14:11
Fabien added a comment to D17322: [guix] Fix errors for macos build from the jsonrpc dependencies.

@bot guix-osx

Dec 9 2024, 14:11
Fabien requested review of D17322: [guix] Fix errors for macos build from the jsonrpc dependencies.
Dec 9 2024, 14:09
Fabien closed D17321: [chronik] Fix the windows build.
Dec 9 2024, 14:06
Fabien committed rABC9319481d0085: [chronik] Fix the windows build (authored by Fabien).
[chronik] Fix the windows build
Dec 9 2024, 14:06
Fabien closed D17320: [guix] Work around a buggy bug detection.
Dec 9 2024, 14:06
Fabien committed rABC4403e6f340ee: [guix] Work around a buggy bug detection (authored by Fabien).
[guix] Work around a buggy bug detection
Dec 9 2024, 14:06
PiRK closed D17319: remove redundant str conversions in f-strings (test_framework/util.py).
Dec 9 2024, 13:34
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)
Dec 9 2024, 13:34
PiRK accepted D17321: [chronik] Fix the windows build.

OK. rev matches the merge commit hash for PR12

Dec 9 2024, 13:32
PiRK accepted D17320: [guix] Work around a buggy bug detection.
Dec 9 2024, 13:28
Fabien added inline comments to D17314: [chronik] add a test for the new JSON RPC interface.
Dec 9 2024, 13:09
Fabien accepted D17306: [avalanche] Ensure every connected block has staking rewards computed.
Dec 9 2024, 13:06
Fabien accepted D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.
Dec 9 2024, 13:05
Fabien requested changes to D17001: [64-bit ints] Add overflow checks to CScriptNum for +, -, +=, -=.
Dec 9 2024, 13:04
Fabien accepted D17319: remove redundant str conversions in f-strings (test_framework/util.py).
Dec 9 2024, 13:00
Fabien requested review of D17321: [chronik] Fix the windows build.
Dec 9 2024, 12:41
Fabien requested review of D17320: [guix] Work around a buggy bug detection.
Dec 9 2024, 11:52
PiRK requested review of D17319: remove redundant str conversions in f-strings (test_framework/util.py).
Dec 9 2024, 10:54
Fabien closed D17308: Add NASM as a dependency for the windows build.
Dec 9 2024, 08:30
Fabien committed rABCf699f5428392: Add NASM as a dependency for the windows build (authored by Fabien).
Add NASM as a dependency for the windows build
Dec 9 2024, 08:30
PiRK added inline comments to D17314: [chronik] add a test for the new JSON RPC interface.
Dec 9 2024, 08:29
PiRK added inline comments to D17314: [chronik] add a test for the new JSON RPC interface.
Dec 9 2024, 08:28
PiRK updated the diff for D17314: [chronik] add a test for the new JSON RPC interface.
  • 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 9 2024, 08:26

Dec 8 2024

abc-bot committed rABC6f6e3b297341: [Automated] Update seeds (authored by abc-bot).
[Automated] Update seeds
Dec 8 2024, 22:21
abc-bot committed rABC95ca836fb2cc: [Automated] Update chainparams (authored by abc-bot).
[Automated] Update chainparams
Dec 8 2024, 22:10
teamcity triaged T3699: Build Bitcoin-ABC / ElectrumABC / Electrum ABC functional tests is broken. as Unbreak Now! priority.
Dec 8 2024, 21:44
abc-bot committed rABCa2665d03f0d7: [Automated] Update timing.json (authored by abc-bot).
[Automated] Update timing.json
Dec 8 2024, 21:42
bytesofman requested review of D17318: [Cashtab] Convert Tx screen and its deps to typescript.
Dec 8 2024, 13:57
emack requested changes to D17318: [Cashtab] Convert Tx screen and its deps to typescript.
Dec 8 2024, 09:34
bytesofman published D17318: [Cashtab] Convert Tx screen and its deps to typescript for review.
Dec 8 2024, 05:51
bytesofman closed D17317: [monorepo] Update dockerfiles that build-wasm to include explorer.
Dec 8 2024, 04:04
bytesofman committed rABCcf0630445dc9: [monorepo] Update dockerfiles that build-wasm to include explorer (authored by bytesofman).
[monorepo] Update dockerfiles that build-wasm to include explorer
Dec 8 2024, 04:04
hazzarust updated the test plan for D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.
Dec 8 2024, 03:15
hazzarust updated the test plan for D17295: [BITCOIN-ABC CI] Added `cargo build --locked` CI to web/explorer && `explorer.Dockerfile`.
Dec 8 2024, 03:14
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`.
Dec 8 2024, 03:09
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

Dec 8 2024, 03:07
emack accepted D17317: [monorepo] Update dockerfiles that build-wasm to include explorer.
Dec 8 2024, 03:04
bytesofman closed D17310: [Cashtab] Convert TxHistory.js to ts.
Dec 8 2024, 02:35
bytesofman committed rABC80f41d79e76f: [Cashtab] Convert TxHistory.js to ts (authored by bytesofman).
[Cashtab] Convert TxHistory.js to ts
Dec 8 2024, 02:35
bytesofman closed D17309: [Cashtab] Reduce tx history rendering.
Dec 8 2024, 02:35
bytesofman committed rABCd8fa698a801b: [Cashtab] Reduce tx history rendering (authored by bytesofman).
[Cashtab] Reduce tx history rendering
Dec 8 2024, 02:35
bytesofman published D17317: [monorepo] Update dockerfiles that build-wasm to include explorer for review.
Dec 8 2024, 02:34
bytesofman closed D17316: [Cashtab] Dockerfile lint.
Dec 8 2024, 02:25
bytesofman committed rABC8699a05b156e: [Cashtab] Dockerfile lint (authored by bytesofman).
[Cashtab] Dockerfile lint
Dec 8 2024, 02:25
bytesofman closed D17315: [Cashtab] Also copy explorer in Dockerfile.
Dec 8 2024, 02:25
bytesofman committed rABC5a2dab6f2181: [Cashtab] Also copy explorer in Dockerfile (authored by bytesofman).
[Cashtab] Also copy explorer in Dockerfile
Dec 8 2024, 02:25
Fabien accepted D17316: [Cashtab] Dockerfile lint.
Dec 8 2024, 01:37
Fabien accepted D17315: [Cashtab] Also copy explorer in Dockerfile.
Dec 8 2024, 01:37