Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

almogdepaz

almogdepaz created a review on a pull request on Chia-Network/chia-blockchain

View on GitHub

almogdepaz opened a draft pull request on Chia-Network/chia-blockchain
Track weight proof tasks
<!-- Merging Requirements: - Please give your PR a title that is release-note friendly - In order to be merged, you must add the most appropriate category Label (Added, Changed, Fixed) to your PR...
almogdepaz created a branch on Chia-Network/chia-blockchain

track_wp_tasks - Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)

almogdepaz pushed 34 commits to fix_wallet_reorg_trusted_sync Chia-Network/chia-blockchain
  • CHIA-1716 Speedup get_header_blocks_in_range w.r.t. blocks with no transactions (#18829) Speedup get_header_blocks_i... 816462d
  • Await self_is_synced() (#18772) Update full_node_simulator.py 7dd1324
  • Update Managed Files (#18821) 315f4bf
  • CHIA-1697: Add new flag to support recursively scanning and following links (#18803) * Add new flag to support recur... 61cf266
  • Fix incorrect comment about default hidden puzzle (#18820) c7a7d4e
  • [CHIA-1562] move signature validation into `run_block_generator()` (#18812) * use run_block_generator() directly in ... 6ceaec4
  • build(deps): bump keyring from 25.2.1 to 25.5.0 (#18794) Bumps [keyring](https://github.com/jaraco/keyring) from 25.... 3d5752e
  • build(deps): bump clvm from 0.9.10 to 0.9.11 (#18827) Bumps [clvm](https://github.com/Chia-Network/clvm) from 0.9.10... 9eb1d5a
  • explicitly collect api methods instead of later using getattr (#18800) * explicitly collect api methods instead of l... ff3cf28
  • CHIA-1717 Handle index error on empty peers with peak in request_validate_wp (#18830) Handle index error on empty pe... 569a47c
  • [CHIA-1703] ignore ephemeral spends in mempool superset rule (#18834) ignore ephemeral spends in mempool superset rule 80911d4
  • the mempool thread pool should not set the process name (#18842) c4ac6c7
  • build(deps): bump pyyaml from 6.0.1 to 6.0.2 (#18793) Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6... 08730a2
  • [CHIA-1655] simplify pre_validate_blocks_multiprocessing() (#18836) simplify pre_validate_blocks_multiprocessing() b... 06b2447
  • Tighten up ruff ignore list (#18837) * Tighten up ruff ignore list * Okay that fix was indeed unsafe * enable ... 6c90a76
  • Logging changes for feeler connections (#18784) * Check if connections are classified as feelers and log connection ... 075adb2
  • CHIA-1685 Simplify return values for validate_block_body (#18790) Simplify return values for validate_block_body. d9f7108
  • CHIA-1645: Some daemon start cleanup (#18809) * Some daemon start cleanup * mypy fixes * Reduce scopy of chang... ecdf4f4
  • [CHIA-1236] Sort offers in CLI by `RELEVANCE` (#18824) Sort offers in CLI by `RELEVANCE` ac27835
  • build(deps): bump filelock from 3.15.4 to 3.16.1 (#18859) Bumps [filelock](https://github.com/tox-dev/py-filelock) f... c8707a1
  • and 14 more ...

View on GitHub

almogdepaz created a review on a pull request on Chia-Network/chia-blockchain
lgtm

View on GitHub

almogdepaz pushed 1 commit to fix_wallet_reorg_trusted_sync Chia-Network/chia-blockchain
  • revert add_blocks_in_batches 09b7737

View on GitHub

almogdepaz created a review on a pull request on Chia-Network/chia-blockchain
lgtm

View on GitHub

almogdepaz pushed 1 commit to fix_wallet_reorg_trusted_sync Chia-Network/chia-blockchain
  • fix long_sync test, update only on finish_sync() 8fd003b

View on GitHub

almogdepaz pushed 1 commit to fix_wallet_reorg_trusted_sync Chia-Network/chia-blockchain
  • reconnect only untrusted node in test 6c34608

View on GitHub

almogdepaz created a review on a pull request on Chia-Network/chia-blockchain
lgtm

View on GitHub

almogdepaz pushed 1 commit to fix_wallet_reorg_trusted_sync Chia-Network/chia-blockchain
  • fix test_long_sync_wallet 037956e

View on GitHub

almogdepaz created a review comment on a pull request on Chia-Network/chia-blockchain
we dont need the reconnect now for the reorg to work, now it makes the wallet fail the sync since the peer disconnects from the wallet

View on GitHub

almogdepaz created a review on a pull request on Chia-Network/chia-blockchain

View on GitHub

almogdepaz pushed 1 commit to fix_wallet_reorg_trusted_sync Chia-Network/chia-blockchain

View on GitHub

almogdepaz created a review on a pull request on Chia-Network/chia-blockchain

View on GitHub

almogdepaz pushed 1 commit to fix_wallet_reorg_trusted_sync Chia-Network/chia-blockchain
  • handle long sync exception case in finish sync 5cb98e8

View on GitHub

almogdepaz opened a draft pull request on Chia-Network/chia-blockchain
fix trusted wallet sync on deep reorg
<!-- Merging Requirements: - Please give your PR a title that is release-note friendly - In order to be merged, you must add the most appropriate category Label (Added, Changed, Fixed) to your PR...
almogdepaz created a review comment on a pull request on Chia-Network/chia-blockchain
this is a little confusing but the naming is important here, its actually not the current difficulty and sub slot iters but the difficulty and sub slot iters expected to be in the block, idk if may...

View on GitHub

almogdepaz created a review on a pull request on Chia-Network/chia-blockchain

View on GitHub

almogdepaz created a branch on Chia-Network/chia-blockchain

fix_wallet_reorg_trusted_sync - Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)

almogdepaz created a review on a pull request on Chia-Network/chia-blockchain

View on GitHub

almogdepaz created a review comment on a pull request on Chia-Network/chia-blockchain
do i understand correctly that we mesure from when the response came and not from when we sent the request ?

View on GitHub

almogdepaz created a review on a pull request on Chia-Network/chia-blockchain

View on GitHub

almogdepaz created a review comment on a pull request on Chia-Network/chia-blockchain
you can add a case for local host, i think that when we update the times inside the array its harder to debug/understand whats going on rather then just seeing the original time and the delta condi...

View on GitHub

almogdepaz created a review on a pull request on Chia-Network/chia-blockchain

View on GitHub

almogdepaz created a review on a pull request on Chia-Network/chia-blockchain

View on GitHub

almogdepaz created a review comment on a pull request on Chia-Network/chia-blockchain
just a suggestion i think that rather then setting the would be time for the next request maybe just keeping track of the time the last request was sent and then using if now > sent_time + secon...

View on GitHub

almogdepaz created a review on a pull request on Chia-Network/chia-blockchain

View on GitHub

almogdepaz created a review on a pull request on Chia-Network/chia-blockchain

View on GitHub

almogdepaz created a review on a pull request on Chia-Network/chia-blockchain

View on GitHub

Load more