Page MenuHomePhabricator
Feed All Stories

Jan 17 2025

PiRK closed D17536: Documentation improvements for assumeutxo.
Jan 17 2025, 08:08
PiRK closed D17535: Fix initialization of setBlockIndexCandidates when working with multiple chainstates.
Jan 17 2025, 08:08
PiRK committed rABCa5d25d3b48f3: Move CheckBlockIndex() from Chainstate to ChainstateManager (authored by Suhas Daftuar <sdaftuar@chaincode.com>).
Move CheckBlockIndex() from Chainstate to ChainstateManager
Jan 17 2025, 08:08
PiRK committed rABC781f67df62a8: Documentation improvements for assumeutxo (authored by Ryan Ofsky <ryan@ofsky.org>).
Documentation improvements for assumeutxo
Jan 17 2025, 08:08
emack accepted D17550: [Cashtab] Convert WalletLabel to ts.
Jan 17 2025, 08:07
PiRK committed rABCce02141a9db8: Fix initialization of setBlockIndexCandidates when working with multiple… (authored by Suhas Daftuar <sdaftuar@chaincode.com>).
Fix initialization of setBlockIndexCandidates when working with multiple…
Jan 17 2025, 08:07
PiRK closed D17534: Tighten requirements for adding elements to setBlockIndexCandidates.
Jan 17 2025, 08:07
PiRK committed rABCc3eb66ed6134: Tighten requirements for adding elements to setBlockIndexCandidates (authored by Suhas Daftuar <sdaftuar@chaincode.com>).
Tighten requirements for adding elements to setBlockIndexCandidates
Jan 17 2025, 08:07
PiRK closed D17533: Move block-storage-related logic to ChainstateManager.
Jan 17 2025, 08:07
PiRK committed rABC2edc904cea06: Move block-storage-related logic to ChainstateManager (authored by Suhas Daftuar <sdaftuar@chaincode.com>).
Move block-storage-related logic to ChainstateManager
Jan 17 2025, 08:07
PiRK committed rABCe476633f2c51: Add wrapper for adding entries to a chainstate's block index candidates (authored by Suhas Daftuar <sdaftuar@chaincode.com>).
Add wrapper for adding entries to a chainstate's block index candidates
Jan 17 2025, 08:07
PiRK closed D17532: Add wrapper for adding entries to a chainstate's block index candidates.
Jan 17 2025, 08:07
PiRK closed D17440: Update CheckBlockIndex invariants for chains based on an assumeutxo snapshot.
Jan 17 2025, 08:07
PiRK committed rABCca86cbd58f3e: Update CheckBlockIndex invariants for chains based on an assumeutxo snapshot (authored by Suhas Daftuar <sdaftuar@chaincode.com>).
Update CheckBlockIndex invariants for chains based on an assumeutxo snapshot
Jan 17 2025, 08:07
PiRK closed D17433: Move block-arrival information / preciousblock counters to ChainstateManager.
Jan 17 2025, 08:07
PiRK committed rABC5ad8a704fdcb: Move block-arrival information / preciousblock counters to ChainstateManager (authored by Suhas Daftuar <sdaftuar@chaincode.com>).
Move block-arrival information / preciousblock counters to ChainstateManager
Jan 17 2025, 08:07
PiRK closed D17432: Explicitly track maximum block height stored in undo files.
Jan 17 2025, 08:07
PiRK committed rABCcfc92ee56946: Explicitly track maximum block height stored in undo files (authored by Suhas Daftuar <sdaftuar@chaincode.com>).
Explicitly track maximum block height stored in undo files
Jan 17 2025, 08:07
bytesofman published D17549: [Cashtab] Patch render logic for spinner for review.
Jan 17 2025, 03:26
bytesofman updated the test plan for D17552: [Cashtab] Lock UI and disable keyboard input while user switches wallets.
Jan 17 2025, 03:24
bytesofman published D17552: [Cashtab] Lock UI and disable keyboard input while user switches wallets for review.
Jan 17 2025, 03:23
bytesofman published D17551: [Cashtab] Do not double call updateCashtabState on wallet change for review.
Jan 17 2025, 03:23
bytesofman published D17550: [Cashtab] Convert WalletLabel to ts for review.
Jan 17 2025, 02:54
bytesofman accepted D17547: [electrum] Bugfix: close the "Check your trezor" popup after entering a passphrase.
Jan 17 2025, 02:39

Jan 16 2025

Fabien requested review of D17547: [electrum] Bugfix: close the "Check your trezor" popup after entering a passphrase.
Jan 16 2025, 22:01
roqqit closed D17538: [test] Make test_getpeerinfo more robust by using mocktime.
Jan 16 2025, 21:07
roqqit committed rABCd2683db55d84: [test] Make test_getpeerinfo more robust by using mocktime (authored by roqqit).
[test] Make test_getpeerinfo more robust by using mocktime
Jan 16 2025, 21:07
bytesofman closed D17544: [Cashtab] Prevent double notifications on send xec txs while preserving testing of component tx building.
Jan 16 2025, 20:20
bytesofman committed rABC779edc7f5c42: [Cashtab] Prevent double notifications on send xec txs while preserving testing… (authored by bytesofman).
[Cashtab] Prevent double notifications on send xec txs while preserving testing…
Jan 16 2025, 20:20
Fabien committed rABC2c1219ed56c6: [electrum] Fix the homescreen change with all devices (authored by Fabien).
[electrum] Fix the homescreen change with all devices
Jan 16 2025, 20:02
Fabien closed D17546: [electrum] Fix the homescreen change with all devices.
Jan 16 2025, 20:02
Fabien accepted D17544: [Cashtab] Prevent double notifications on send xec txs while preserving testing of component tx building.
Jan 16 2025, 19:56
Fabien accepted D17533: Move block-storage-related logic to ChainstateManager.
Jan 16 2025, 19:55
Fabien accepted D17538: [test] Make test_getpeerinfo more robust by using mocktime.
Jan 16 2025, 19:50
roqqit updated the diff for D17538: [test] Make test_getpeerinfo more robust by using mocktime.

Remove errant newline

Jan 16 2025, 18:02
roqqit updated the diff for D17538: [test] Make test_getpeerinfo more robust by using mocktime.

Use assert_equal

Jan 16 2025, 18:00
PiRK accepted D17546: [electrum] Fix the homescreen change with all devices.
Jan 16 2025, 17:08
Fabien updated the diff for D17546: [electrum] Fix the homescreen change with all devices.

Less code duplication

Jan 16 2025, 15:41
Fabien requested review of D17546: [electrum] Fix the homescreen change with all devices.
Jan 16 2025, 15:36
bytesofman published D17544: [Cashtab] Prevent double notifications on send xec txs while preserving testing of component tx building for review.
Jan 16 2025, 15:06
bytesofman closed D17545: [Cashtab] Patch bug in building token change outputs.
Jan 16 2025, 14:27
bytesofman committed rABC467afd4d59d5: [Cashtab] Patch bug in building token change outputs (authored by bytesofman).
[Cashtab] Patch bug in building token change outputs
Jan 16 2025, 14:27
emack accepted D17545: [Cashtab] Patch bug in building token change outputs.
Jan 16 2025, 14:27
bytesofman published D17545: [Cashtab] Patch bug in building token change outputs for review.
Jan 16 2025, 14:21
bytesofman closed D17542: [mock-chronik-client] Improve path defs for typescript build.
Jan 16 2025, 13:23
bytesofman committed rABC0ac291483c70: [mock-chronik-client] Improve path defs for typescript build (authored by bytesofman).
[mock-chronik-client] Improve path defs for typescript build
Jan 16 2025, 13:23
bytesofman closed D17543: [mock-chronik-client] Clean up test mocks file.
Jan 16 2025, 13:22
bytesofman committed rABC36524d889f0e: [mock-chronik-client] Clean up test mocks file (authored by bytesofman).
[mock-chronik-client] Clean up test mocks file
Jan 16 2025, 13:22
PiRK updated the diff for D17533: Move block-storage-related logic to ChainstateManager.

feedback

Jan 16 2025, 08:55
PiRK accepted D17543: [mock-chronik-client] Clean up test mocks file.
Jan 16 2025, 07:37
PiRK accepted D17542: [mock-chronik-client] Improve path defs for typescript build.
Jan 16 2025, 07:36
bytesofman closed D17540: [Cashtab] Show token qty and cumulative qty in any given agora offer in a tooltip.
Jan 16 2025, 05:55
bytesofman committed rABCbb9172b62a96: [Cashtab] Show token qty and cumulative qty in any given agora offer in a… (authored by bytesofman).
[Cashtab] Show token qty and cumulative qty in any given agora offer in a…
Jan 16 2025, 05:55
bytesofman added a comment to D17540: [Cashtab] Show token qty and cumulative qty in any given agora offer in a tooltip.

image.png (172×542 px, 17 KB)

Actually, I did an actual check on the bundle size, one meg over 227 megs is negligible in the grand scheme of things. Non-issue unless the whole bundle is getting to a point where it may start to affect performance?

Jan 16 2025, 05:51
emack added a comment to D17540: [Cashtab] Show token qty and cumulative qty in any given agora offer in a tooltip.

image.png (172×542 px, 17 KB)

Actually, I did an actual check on the bundle size, one meg over 227 megs is negligible in the grand scheme of things. Non-issue unless the whole bundle is getting to a point where it may start to affect performance?

Jan 16 2025, 05:35
emack accepted D17540: [Cashtab] Show token qty and cumulative qty in any given agora offer in a tooltip.

Minor nit but tested all ok. Can confirm the transparency is not an issue on mobile screenshots, so must be Brave specific.

Jan 16 2025, 05:35
bytesofman published D17543: [mock-chronik-client] Clean up test mocks file for review.
Jan 16 2025, 05:27
bytesofman published D17542: [mock-chronik-client] Improve path defs for typescript build for review.
Jan 16 2025, 04:42

Jan 15 2025

bytesofman updated the test plan for D17540: [Cashtab] Show token qty and cumulative qty in any given agora offer in a tooltip.
Jan 15 2025, 22:57
bytesofman updated the test plan for D17540: [Cashtab] Show token qty and cumulative qty in any given agora offer in a tooltip.
Jan 15 2025, 22:57
bytesofman updated the test plan for D17540: [Cashtab] Show token qty and cumulative qty in any given agora offer in a tooltip.
Jan 15 2025, 22:55
bytesofman retitled D17540: [Cashtab] Show token qty and cumulative qty in any given agora offer in a tooltip from [Cashtab] Show token qty in any given agora offer in a tooltip to [Cashtab] Show token qty and cumulative qty in any given agora offer in a tooltip.
Jan 15 2025, 22:54
bytesofman updated the diff for D17540: [Cashtab] Show token qty and cumulative qty in any given agora offer in a tooltip.

add cumulative, make sure tooltips are always on top

Jan 15 2025, 22:53
roqqit closed D17531: [test] Fix intermittent timeouts in various functional tests.
Jan 15 2025, 22:25
roqqit committed rABC18aa9533dcc9: [test] Fix intermittent timeouts in various functional tests (authored by MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>).
[test] Fix intermittent timeouts in various functional tests
Jan 15 2025, 22:25
roqqit committed rABC4b8c65801635: test: Fail if connect_nodes fails (authored by laanwj <126646+laanwj@users.noreply.github.com>).
test: Fail if connect_nodes fails
Jan 15 2025, 22:25
roqqit closed D17530: test: Fail if connect_nodes fails.
Jan 15 2025, 22:25
roqqit closed D17539: [test] Cleanup unnecessary sync_all in rpc_net.py.
Jan 15 2025, 22:24
roqqit committed rABCc801d8fc621a: [test] Cleanup unnecessary sync_all in rpc_net.py (authored by roqqit).
[test] Cleanup unnecessary sync_all in rpc_net.py
Jan 15 2025, 22:24
roqqit closed D17529: [test] clarify rpc_net & p2p_disconnect_ban functional tests.
Jan 15 2025, 22:24
roqqit committed rABC7878d95a0db2: [test] clarify rpc_net & p2p_disconnect_ban functional tests (authored by Wladimir J. van der Laan <laanwj@protonmail.com>).
[test] clarify rpc_net & p2p_disconnect_ban functional tests
Jan 15 2025, 22:24
Fabien accepted D17541: Cache block index entry corresponding to assumeutxo snapshot base blockhash.
Jan 15 2025, 22:12
Fabien added a comment to D17540: [Cashtab] Show token qty and cumulative qty in any given agora offer in a tooltip.

This is a rare case where I don't think it's worth doing 2 steps. It's easy enough to get the cumulative value (you can use D17449 if you want to) that it doesn't desserve a half step

Jan 15 2025, 22:10
Fabien requested changes to D17538: [test] Make test_getpeerinfo more robust by using mocktime.
Jan 15 2025, 22:03
Fabien accepted D17538: [test] Make test_getpeerinfo more robust by using mocktime.
Jan 15 2025, 22:03
Fabien accepted D17537: Move CheckBlockIndex() from Chainstate to ChainstateManager.
Jan 15 2025, 22:02
Fabien accepted D17536: Documentation improvements for assumeutxo.
Jan 15 2025, 21:57
Fabien accepted D17535: Fix initialization of setBlockIndexCandidates when working with multiple chainstates.
Jan 15 2025, 21:55
Fabien accepted D17534: Tighten requirements for adding elements to setBlockIndexCandidates.
Jan 15 2025, 21:49
Fabien requested changes to D17533: Move block-storage-related logic to ChainstateManager.
Jan 15 2025, 21:45
tobias_ruck added inline comments to D17527: [ecash-lib] Add toHex method to Script class.
Jan 15 2025, 21:38
Fabien accepted D17532: Add wrapper for adding entries to a chainstate's block index candidates.
Jan 15 2025, 21:34
Fabien accepted D17440: Update CheckBlockIndex invariants for chains based on an assumeutxo snapshot.
Jan 15 2025, 21:32
bytesofman closed D17527: [ecash-lib] Add toHex method to Script class.
Jan 15 2025, 21:29
bytesofman committed rABCe348c74a4fdd: [ecash-lib] Add toHex method to Script class (authored by bytesofman).
[ecash-lib] Add toHex method to Script class
Jan 15 2025, 21:29
Fabien accepted D17527: [ecash-lib] Add toHex method to Script class.
Jan 15 2025, 21:24
Fabien accepted D17529: [test] clarify rpc_net & p2p_disconnect_ban functional tests.
Jan 15 2025, 21:24
teamcity updated the summary of D17541: Cache block index entry corresponding to assumeutxo snapshot base blockhash.
Jan 15 2025, 20:55
PiRK requested review of D17541: Cache block index entry corresponding to assumeutxo snapshot base blockhash.
Jan 15 2025, 20:55
PiRK updated the diff for D17537: Move CheckBlockIndex() from Chainstate to ChainstateManager.

rebase

Jan 15 2025, 20:42
PiRK updated the diff for D17536: Documentation improvements for assumeutxo.

rebase

Jan 15 2025, 20:30
PiRK updated the diff for D17535: Fix initialization of setBlockIndexCandidates when working with multiple chainstates.

rebase

Jan 15 2025, 20:29
PiRK updated the diff for D17534: Tighten requirements for adding elements to setBlockIndexCandidates.

rebase

Jan 15 2025, 19:56
PiRK updated the diff for D17533: Move block-storage-related logic to ChainstateManager.

remove wrong negative lock annotation

Jan 15 2025, 19:54
PiRK accepted D17539: [test] Cleanup unnecessary sync_all in rpc_net.py.
Jan 15 2025, 19:47
PiRK accepted D17530: test: Fail if connect_nodes fails.
Jan 15 2025, 19:46
bytesofman published D17540: [Cashtab] Show token qty and cumulative qty in any given agora offer in a tooltip for review.
Jan 15 2025, 19:31
teamcity updated the summary of D17539: [test] Cleanup unnecessary sync_all in rpc_net.py.
Jan 15 2025, 18:23
roqqit requested review of D17539: [test] Cleanup unnecessary sync_all in rpc_net.py.
Jan 15 2025, 18:23
roqqit updated the diff for D17530: test: Fail if connect_nodes fails.

Fix wait_until_helper -> self.wait_until

Jan 15 2025, 17:29