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 created a review comment on a pull request on Chia-Network/chia-blockchain
what was the purpose of moving this here ?

View on GitHub

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

View on GitHub

almogdepaz pushed 1 commit to remove_redundant_conversion Chia-Network/chia-blockchain
  • revert changes to pytest.ini 120e4b8

View on GitHub

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

View on GitHub

almogdepaz pushed 9 commits to short_sync_backtrack_fix Chia-Network/chia-blockchain
  • build(deps): bump types-aiofiles from 23.2.0.20240311 to 24.1.0.20240626 (#18321) Bumps [types-aiofiles](https://git... 0516e83
  • build(deps): bump typing-extensions from 4.11.0 to 4.12.2 (#18322) Bumps [typing-extensions](https://github.com/pyth... f7897a6
  • [CHIA-1830] in deep-reorg tests, ensure the resulting coin set is correct (#18925) in deep-reorg tests, ensure the r... 57048e3
  • build(deps): bump types-pyyaml from 6.0.12.20240311 to 6.0.12.20240917 (#18597) Bumps [types-pyyaml](https://github.... 252c54e
  • show cli defaults by default (#18927) 7fe2373
  • squash emoji-suppressing typo (#18911) bcf5a65
  • `**/*.lock linguist-generated=false` (#18939) 4ea37f2
  • build(deps): bump importlib-resources from 6.4.0 to 6.4.5 (#18942) Bumps [importlib-resources](https://github.com/py... e5bf80e
  • Merge branch 'main' into short_sync_backtrack_fix f29edc1

View on GitHub

almogdepaz pushed 9 commits to remove_redundant_conversion Chia-Network/chia-blockchain
  • build(deps): bump types-aiofiles from 23.2.0.20240311 to 24.1.0.20240626 (#18321) Bumps [types-aiofiles](https://git... 0516e83
  • build(deps): bump typing-extensions from 4.11.0 to 4.12.2 (#18322) Bumps [typing-extensions](https://github.com/pyth... f7897a6
  • [CHIA-1830] in deep-reorg tests, ensure the resulting coin set is correct (#18925) in deep-reorg tests, ensure the r... 57048e3
  • build(deps): bump types-pyyaml from 6.0.12.20240311 to 6.0.12.20240917 (#18597) Bumps [types-pyyaml](https://github.... 252c54e
  • show cli defaults by default (#18927) 7fe2373
  • squash emoji-suppressing typo (#18911) bcf5a65
  • `**/*.lock linguist-generated=false` (#18939) 4ea37f2
  • build(deps): bump importlib-resources from 6.4.0 to 6.4.5 (#18942) Bumps [importlib-resources](https://github.com/py... e5bf80e
  • Merge branch 'main' into remove_redundant_conversion 4f4dff4

View on GitHub

almogdepaz pushed 1 commit to remove-contains_height Chia-Network/chia-blockchain

View on GitHub

almogdepaz pushed 1 commit to remove-contains_height 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 remove-contains_height Chia-Network/chia-blockchain
  • fix in augmented remove block 7deca59

View on GitHub

almogdepaz pushed 1 commit to remove-contains_height Chia-Network/chia-blockchain

View on GitHub

almogdepaz created a review comment on a pull request on Chia-Network/chia-blockchain
@arvidn lmk know what you think about this, i think that enforcing that we only ever remove the top and not remove blocks in the middle of the chain makes sense

View on GitHub

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

View on GitHub

almogdepaz pushed 205 commits to remove-contains_height Chia-Network/chia-blockchain
  • [CHIA-1357] Correctly set `start_index` in `create_more_puzzle_hashes` (#18571) Correctly set `start_index` in `crea... 6a11898
  • `AugmentedBlockchain` (#18535) * remove dead code * introduce AugmentedBlockchain, implementing the BlocksProtoco... ef4f526
  • clean add block and prevalidation (#18569) * add_block ssi not optional * pass ses block to prevalidaiton * fi... b6faed8
  • optimize datalayer hashing (#18510) a6a27bf
  • [CHIA-1346] Add a full node RPC client to `WalletTestFramework` (#18580) * Add a full node RPC client to `WalletTest... ac8b96d
  • [CHIA-1069] Use smarter coin selection algorithm for DAO wallet `select_coins_for_asset_type` (#18579) Use smarter c... 1945126
  • build(deps): bump flake8 from 7.0.0 to 7.1.1 (#18463) Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to ... 9ecba6d
  • [CHIA-1175] Add TXConfig args to coin commands (#18583) Add TXConfig args to coin commands c256c8c
  • [CHIA-1204] Add missing client endpoints for corresponding Wallet RPC endpoints (#18578) * Add client endpoints for ... 810f0bf
  • [CHIA-1359] Fix action scope callbacks across multiple `.use` calls (#18572) Fix action scope callbacks across multi... ab21776
  • [CHIA-1211] Use better key resolution logic in derivation commands (#18516) * Resolve root secret key always during ... d611c7e
  • chore: fix some comments (#18452) Signed-off-by: murongshaozong <[email protected]> b6b1808
  • chore: fix some comments (#18485) Signed-off-by: pengbanban <[email protected]> 3d916bd
  • chore: fix some comments (#18487) Signed-off-by: linchizhen <[email protected]> f82e9b4
  • build(deps): bump aiohttp from 3.9.5 to 3.10.2 (#18440) * build(deps): bump aiohttp from 3.9.5 to 3.10.2 Bumps [a... 2ef2d41
  • Fix new pool url detection (#18521) * Fix new pool url detection * Make flake8 happy * Make black happy a617ed5
  • Fixed logging for fast bluebox timelord and added Visual Studio (.vs)… (#18558) * Fixed logging for fast bluebox tim... 1b4b8e8
  • CHIA-1387 Simplify fetching TX data in create_bundle_from_mempool_items (#18586) Simplify fetching TX data in create... 0b68fd9
  • build(deps): bump py3createtorrent from 1.1.0 to 1.2.1 (#18377) Bumps [py3createtorrent](https://github.com/rsnitsch... d3971c1
  • build(deps): bump pytest from 8.1.1 to 8.3.3 (#18598) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.... 9eb07b1
  • and 185 more ...

View on GitHub

almogdepaz opened a draft pull request on Chia-Network/chia-blockchain
fix short_sync_backtrack
<!-- 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

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

almogdepaz pushed 1 commit to unconfirmed_tx_cache Chia-Network/chia-blockchain
  • fix already included check a506ce3

View on GitHub

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

View on GitHub

almogdepaz closed a pull request on Chia-Network/chia-blockchain
fix wp error on failed sync
<!-- 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
i dont undestand the finish_sync() on failure at all actually i think we can do that better, anyway now that i have a better understanding of the DB corruption issue i dont think we need this change

View on GitHub

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
remove redundant block record conversion
<!-- 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

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

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

View on GitHub

almogdepaz created a review comment on a pull request on Chia-Network/chia-blockchain
we call finish_sync in the finally clause even if we fail sync_from_fork_point, i needed the fork_point outside of sync_from_fork_point so i can pass it to finish_sync even if we throw while syncin...

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
right, this was because we are doing some manipulation inside finish sync that could result in -1 and use the same var, we later use max(fork,o) to make sure we put a uint32 inside StateChangeSumma...

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
this is the node part of the core fix, the changes in the wallet_node support this, making only this change would not have worked

View on GitHub

Load more