chia-blockchain
chia-blockchain copied to clipboard
Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Fixes the issues with the wallet not syncing in untrusted mode, if connected to a trusted peer that is not synced. Also some other important sycing fixes. This should be...
I was getting a close signal from the keychain while validating weight proof: ``` 2022-08-11T12:19:18.856 wallet chia.full_node.weight_proof: INFO validating 6206 sub epochs 2022-08-11T12:19:18.857 wallet chia.full_node.weight_proof: INFO validate weight proof peak...
These three methods in `wallet_node`: `fetch_puzzle_solution`, `get_coin_state`, and `fetch_children`, are all called during sync, by the different wallets (and WSM). If any of them fail, the whole sync will stop....
Draft for: - [x] Hook the take offer route up to the wallet - [x] Figure out the missing proof of inclusion layers https://github.com/Chia-Network/chia-blockchain/pull/12411/files#r939597791 - [ ] Add fee support...
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Draft for: - [x] This is presently an experiment with the [reusable workflows feature](https://docs.github.com/en/actions/using-workflows/reusing-workflows). - [ ] How does this affect IPS automation?
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.3 to 3.0.0. Release notes Sourced from pre-commit/action's releases. pre-commit/[email protected] Breaking remove pushing behaviour. PR #164 by @asottile. see README for alternatives Commits 646c83f v3.0.0 7a7fccb Merge...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. Release notes Sourced from actions/setup-python's releases. v4.0.0 What's Changed Support for python-version-file input: #336 Example of usage: - uses: actions/setup-python@v4 with: python-version-file: '.python-version' #...