Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repeat_full_node_a420d8ea #16726

Closed

Commits on Sep 25, 2023

  1. Fix chia farm summary aborting early if no local full node present (#…

    …16387)
    
    * Fix `chia farm summary` aborting early if no local full node present
    
    Before 2.0, even if no local full node was present, `chia farm summary`
    would still show useful information:
    
    	$ chia farm summary
    	Farming status: Not available
    	Local Harvester
    	   1 plots of size: 101.320 GiB on-disk, 101.400 GiBe (effective)
    	Plot count for all harvesters: 1
    	Total size of plots: 101.320 GiB, 101.400 GiBe (effective)
    	Estimated network space: Unknown
    	Expected time to win: Unknown
    	For details on farmed rewards and fees you should run 'chia start wallet' and 'chia wallet show'
    
    However, since 2.0, that is no longer the case. `chia farm summary`
    simply aborts with an exception:
    
    	$ chia farm summary
    	Error: Connection error: ClientConnectorError: Cannot connect to host localhost:8555 ssl:<ssl.SSLContext object at 0x7fe0edd533c0> [Connect call failed ('127.0.0.1', 8555)]
    	Check if full node rpc is running at 8555
    	This is normal if full node is still starting up
    
    This fixes this particular regression which is rather annoying for
    farmers farming to a remote node.
    
    Fixes #16164. Related to issue #9615, but that issue is wider in scope.
    
    * Improve exception reporting for `chia farm summary`
    
    With this change, only the exceptions when failing to connect to a local
    full node and/or wallet are suppressed, as these cases are already
    properly handled by adjusted command output. Any other exception is
    printed to stderr.
    xearl4 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d293468 View commit details
    Browse the repository at this point in the history
  2. fix typo in PendingTxCache (#16417)

    fix typo in PendingTxCache when evicting the last MempoolItem of an assert-height level. add test coverage
    arvidn committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    fb2a939 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Update chiapos (#16419)

    wallentx committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d298d6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee09892 View commit details
    Browse the repository at this point in the history
  3. Wallet workaround for python issue 97641 and update anyio for issue 5…

    …89 (#16408)
    
    * add arvid's fix to wallet as well
    
    * update anyio to 4.0.0
    wjblanke committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    07e2a0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    867b550 View commit details
    Browse the repository at this point in the history
  5. Bump chia-blockchain-gui to ef10761cc0f60d275dbd0895c59729eed081aad1 (#…

    …16422)
    
    * Refactor out LogoutButton and match style of other header buttons by @paninaro in Chia-Network/chia-blockchain-gui#2131
    * Cosmetic fixes for the Harvester settings screen by @paninaro in Chia-Network/chia-blockchain-gui#2139
    * Cosmetic fix to the tooltip background color by @paninaro in Chia-Network/chia-blockchain-gui#2140
    * Fixed farm page crash by @ChiaMineJP in Chia-Network/chia-blockchain-gui#2143
    * skip_ref_checkout: true for crowdin so we can work on branches other than main by @cmmarslender in Chia-Network/chia-blockchain-gui#2146
    * Hide hybrid disk 16G option by @ChiaMineJP in Chia-Network/chia-blockchain-gui#2154
    * Added a warning dialog appeared when selecting hybrid 128G mode by @ChiaMineJP in Chia-Network/chia-blockchain-gui#2158
    * Emoji hover state fix by @rifeljm in Chia-Network/chia-blockchain-gui#2165
    * Fix addVCProofs WalletConnect call by @paninaro in Chia-Network/chia-blockchain-gui#2166
    * expiring offers ui fixes by @lipalong in Chia-Network/chia-blockchain-gui#2167
    * Additional emoji picker hover state fix by @paninaro in Chia-Network/chia-blockchain-gui#2168
    
    **Full Changelog**: Chia-Network/chia-blockchain-gui@2.1.0-rc2...2.1.0-rc3
    paninaro committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e48649c View commit details
    Browse the repository at this point in the history
  6. Fix CAT --> CR-CAT wallet conversion (#16423)

    * Fix CAT --> CR-CAT wallet conversion
    
    * Placate a grumpy mypy
    paninaro committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    58ad8b8 View commit details
    Browse the repository at this point in the history
  7. Update install-gui.sh to use check Node 18 and npm 9 (#16424)

    * Update to use node 18 and npm 9
    
    * `$(npm bin)` -> `$(npm prefix)/bin`
    
    * `$(npm bin)` -> `$(npm prefix)/node_modules/.bin`
    
    * Upgraded package-lock version
    
    * `start-gui.sh` now requires npm >= 9
    
    * Reverted `package-lock.json` version for old NodeJS/npm
    
    ---------
    
    Co-authored-by: ChiaMineJP <admin@chiamine.jp>
    paninaro and ChiaMineJP committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8b4b2ca View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Fix glitch NFT wallet test (#16434)

    * Fix nft transfer tests
    
    * Fix pre-commit
    
    * Add wait wallet sync
    ytx1991 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    04fa3b3 View commit details
    Browse the repository at this point in the history
  2. Merge commit 'd2934682ecc4a96c6b4641e8a68f48d5446787ea' into checkpoi…

    …nt/main_from_release_2.1.0_d2934682ecc4a96c6b4641e8a68f48d5446787ea
    altendky committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4cdcce0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ffd471 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Bump chia-blockchain-gui to 2.1.0-rc4 (#16444)

    Bump chia-blockchain-gui to 642650aab61e132bc14c828140ac6dbd0f92e1d7
    
    * Fix crash when viewing a counterable offer by @paninaro in Chia-Network/chia-blockchain-gui#2177
    
    **Full Changelog**: Chia-Network/chia-blockchain-gui@2.1.0-rc3...2.1.0-rc4
    paninaro committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    fc4f7f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ebb31e View commit details
    Browse the repository at this point in the history
  3. checkpoint: into main from release/2.1.0 @ d293468 (#16446)

    Source hash: d293468
    Remaining commits: 9
    wallentx committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0730e2e View commit details
    Browse the repository at this point in the history
  4. Merge commit 'fb2a939606f85c27d31c2ae1fad60789f158984d' into checkpoi…

    …nt/main_from_release_2.1.0_fb2a939606f85c27d31c2ae1fad60789f158984d
    AmineKhaldi committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    1690e62 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Bump cryptography from 41.0.3 to 41.0.4 (#16390)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@41.0.3...41.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    9dea04d View commit details
    Browse the repository at this point in the history
  2. checkpoint: into main from release/2.1.0 @ fb2a939 (#16455)

    Source hash: fb2a939
    Remaining commits: 10
    wallentx committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    9f79769 View commit details
    Browse the repository at this point in the history
  3. Merge commit 'd298d6b8c680df4f59a172e64cb6c929989770ca' into checkpoi…

    …nt/main_from_release_2.1.0_d298d6b8c680df4f59a172e64cb6c929989770ca
    altendky committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7862136 View commit details
    Browse the repository at this point in the history
  4. Bump typing-extensions from 4.7.1 to 4.8.0 (#16437)

    Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.7.1 to 4.8.0.
    - [Release notes](https://github.com/python/typing_extensions/releases)
    - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
    - [Commits](python/typing_extensions@4.7.1...4.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: typing-extensions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    061ae61 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump bitstring from 4.0.2 to 4.1.2 (#16316)

    Bumps [bitstring](https://github.com/scott-griffiths/bitstring) from 4.0.2 to 4.1.2.
    - [Release notes](https://github.com/scott-griffiths/bitstring/releases)
    - [Changelog](https://github.com/scott-griffiths/bitstring/blob/main/release_notes.txt)
    - [Commits](scott-griffiths/bitstring@bitstring-4.0.2...bitstring-4.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: bitstring
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    789df90 View commit details
    Browse the repository at this point in the history
  6. checkpoint: into main from release/2.1.0 @ d298d6b (#16460)

    Source hash: d298d6b
    Remaining commits: 9
    wallentx committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3eb25ca View commit details
    Browse the repository at this point in the history
  7. Merge commit 'ee09892f06e5ff697afde22ec667e6ecad52e888' into checkpoi…

    …nt/main_from_release_2.1.0_ee09892f06e5ff697afde22ec667e6ecad52e888
    altendky committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    275a19c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Dao wallet (#15559)

    Co-authored-by: Adam Kelly <338792+aqk@users.noreply.github.com>
    Co-authored-by: Geoff Walmsley <geoffwalmsley@gmail.com>
    Co-authored-by: Geoff Walmsley <5695735+geoffwalmsley@users.noreply.github.com>
    Co-authored-by: Karlkim Suwanmongkol <karlkim@gmail.com>
    Co-authored-by: Sebastjan Trepca <trepca@gmail.com>
    Co-authored-by: Amine Khaldi <amine.khaldi@reactos.org>
    Co-authored-by: Kyle Altendorf <sda@fstab.net>
    8 people committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    810df50 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. checkpoint: into main from release/2.1.0 @ ee09892 (#16462)

    Source hash: ee09892
    Remaining commits: 8
    wallentx committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    ce9713d View commit details
    Browse the repository at this point in the history
  2. full_sync flake test. (#16452)

    * full_sync flake test.
    
    * Run less.
    
    * Try with path.
    
    * Update test.yml
    
    * Try with 20.
    
    * Try with bigger timeout.
    
    * Rerun.
    
    * try lower limit again..
    
    * lower number?
    
    * rerun.
    
    * 3
    
    * rerun
    
    * Remove stress test.
    fchirica committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    a1b17be View commit details
    Browse the repository at this point in the history
  3. Add new RPC to get block spends with conditions (#16435)

    * add new RPC to get block spends with conditions
    
    * return type
    
    * lint fixes
    
    * chia-blockchain-gui inline with main
    
    * add back check for SOFT_FORK2_HEIGHT
    
    * CoinSpendWithConditions type
    
    * validate all fields in test
    
    * same param type as get_block_spends
    
    * remove unused imports
    
    * use conditions_for_solution to display conditions
    
    * python rpc client returns list of CoinSpendWithConditions
    
    * lint fixes
    
    * code formatting issues
    
    * remove files added by tool
    freddiecoleman committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    7a81606 View commit details
    Browse the repository at this point in the history
  4. Merge commit '07e2a0b8bb75d72a4db689289109c69eb8e81234' into checkpoi…

    …nt/main_from_release_2.1.0_07e2a0b8bb75d72a4db689289109c69eb8e81234
    altendky committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    b049167 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51d3bf0 View commit details
    Browse the repository at this point in the history
  6. checkpoint: into main from release/2.1.0 @ 07e2a0b (#16466)

    Source hash: 07e2a0b
    Remaining commits: 7
    
    Needs #16465 or for
    the issues to otherwise be fixed.
    wallentx committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    abbf29b View commit details
    Browse the repository at this point in the history
  7. Merge commit '867b55097e53de52f052aab9fcb1f4ec9c7422de' into checkpoi…

    …nt/main_from_release_2.1.0_867b55097e53de52f052aab9fcb1f4ec9c7422de
    altendky committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    c19f766 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    5a77a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7effa29 View commit details
    Browse the repository at this point in the history
  3. Merge commit 'e48649c91a840018da69ba065f2f0b895507df5e' into checkpoi…

    …nt/main_from_release_2.1.0_e48649c91a840018da69ba065f2f0b895507df5e
    AmineKhaldi committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    5bbe8b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5990f10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7889f51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02033d1 View commit details
    Browse the repository at this point in the history
  7. Merge commit '58ad8b8f0923b7cce09c5d04d9a543ac8af8ed2a' into checkpoi…

    …nt/main_from_release_2.1.0_58ad8b8f0923b7cce09c5d04d9a543ac8af8ed2a
    AmineKhaldi committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    d7ab76f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3c1d15 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8ecb500 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    00c60cb View commit details
    Browse the repository at this point in the history
  11. Merge commit '8b4b2ca86916d66ae6cc4a6fa9046b44b81172fa' into checkpoi…

    …nt/main_from_release_2.1.0_8b4b2ca86916d66ae6cc4a6fa9046b44b81172fa
    AmineKhaldi committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6628a81 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    67cd94c View commit details
    Browse the repository at this point in the history
  13. Merge commit '04fa3b3780e34b735cadc66e8a2f2782579c189c' into checkpoi…

    …nt/main_from_release_2.1.0_04fa3b3780e34b735cadc66e8a2f2782579c189c
    AmineKhaldi committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    1285b29 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    9ed789e View commit details
    Browse the repository at this point in the history
  2. Merge commit '2ffd471f99b3a57ea0cb4fc9996e9aedbcbb2110' into checkpoi…

    …nt/main_from_release_2.1.0_2ffd471f99b3a57ea0cb4fc9996e9aedbcbb2110
    AmineKhaldi committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    5e7054b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e9e744 View commit details
    Browse the repository at this point in the history
  4. Merge commit 'fc4f7f8f0696b691ee25e460dee883ce1fbb369d' into checkpoi…

    …nt/main_from_release_2.1.0_fc4f7f8f0696b691ee25e460dee883ce1fbb369d
    AmineKhaldi committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0ca779a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df56098 View commit details
    Browse the repository at this point in the history
  6. Merge commit 'f3c1d152602313a0651238ee506988ccea2821a4' into checkpoi…

    …nt/main_from_release_2.1.0_f3c1d152602313a0651238ee506988ccea2821a4
    AmineKhaldi committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    63db08b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fcd119 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1059bc View commit details
    Browse the repository at this point in the history
  9. @dataclass RpcClient (#16385)

    altendky committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    13b7410 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e81bfe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0606c23 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. merge listen into advertised_port as None (#15024)

    Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com>
    altendky and xdustinface committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    88e2761 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    debeb1b View commit details
    Browse the repository at this point in the history
  3. Merge commit 'debeb1b5500f9aaed6d13c37ef6ce5e0c297dada' into checkpoi…

    …nt/main_from_release_2.1.0_debeb1b5500f9aaed6d13c37ef6ce5e0c297dada
    AmineKhaldi committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a2ad0fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    991afb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b96f16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ea1432 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f65d5a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1654de1 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    2f41a8c View commit details
    Browse the repository at this point in the history
  2. Merge commit '2f41a8cfaa82a61702d92fefa3e5c0d9d6a5ae8f' into checkpoi…

    …nt/main_from_release_2.1.0_2f41a8cfaa82a61702d92fefa3e5c0d9d6a5ae8f
    altendky committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    d6fd69d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b03dfc6 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md (#16512)

    emlowe committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    f2cc5db View commit details
    Browse the repository at this point in the history
  5. Merge commit 'f2cc5dbd94e5a13cc0b76ca05aec801d7d18d8a5' into checkpoi…

    …nt/main_from_release_2.1.0_f2cc5dbd94e5a13cc0b76ca05aec801d7d18d8a5
    altendky committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7966aaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f3c786 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1249938 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d13189 View commit details
    Browse the repository at this point in the history
  9. Fix DID resync (#15675)

    Co-authored-by: wjblanke <wjb98672@gmail.com>
    Co-authored-by: Kyle Altendorf <sda@fstab.net>
    3 people committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ad267b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    0a53976 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ba74c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. build(deps): bump aws-actions/configure-aws-credentials from 2 to 4 (#…

    …16317)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    277d7b4 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/checkout from 3 to 4 (#16258)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    aeeced6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2abc99 View commit details
    Browse the repository at this point in the history
  4. Bump chia-blockchain-gui to 2.1.1-rc1 (#16546)

    Co-authored-by: Chris Marslender <chrismarslender@gmail.com>
    paninaro and cmmarslender committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1b66df3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ada945 View commit details
    Browse the repository at this point in the history
  6. Get block spends (#16451)

    arvidn committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fe8ae58 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump clvm from 0.9.7 to 0.9.8 (#16193)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Kyle Altendorf <sda@fstab.net>
    dependabot[bot] and altendky committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    63c1ed6 View commit details
    Browse the repository at this point in the history
  8. Merge commit '1b66df3a77fb7c5b331a57e7397cc57dbd94858c' into checkpoi…

    …nt/main_from_release_2.1.1_1b66df3a77fb7c5b331a57e7397cc57dbd94858c
    AmineKhaldi committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1afcbb9 View commit details
    Browse the repository at this point in the history
  9. build(deps-dev): bump types-aiofiles from 23.1.0.5 to 23.2.0.0 (#16514)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c5dfbf4 View commit details
    Browse the repository at this point in the history
  10. build(deps-dev): bump pre-commit from 3.3.3 to 3.4.0 (#16515)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f187b51 View commit details
    Browse the repository at this point in the history
  11. unpin astroid (#16560)

    altendky committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ddfdc7a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3d728c2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a153d34 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    33edfa8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d82876d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    21f0ee0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fa6ce4a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cda2b09 View commit details
    Browse the repository at this point in the history
  19. Changelog for 2.1.1 (#16581)

    emlowe committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    10a5f75 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8484ffb View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge commit '10a5f7559ee9b0f4c9e2f78f087dad51cb6168e9' into checkpoi…

    …nt/main_from_release_2.1.1_10a5f7559ee9b0f4c9e2f78f087dad51cb6168e9
    AmineKhaldi committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ac1dfa1 View commit details
    Browse the repository at this point in the history
  2. Merge commit '10a5f7559ee9b0f4c9e2f78f087dad51cb6168e9' into checkpoi…

    …nt/release_2.1.2_from_release_2.1.1_10a5f7559ee9b0f4c9e2f78f087dad51cb6168e9
    AmineKhaldi committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d8efdc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    290698d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6630a2b View commit details
    Browse the repository at this point in the history
  5. Merge commit '0ada9453ae3c2ce589039aaf6633cdfd13e01959' into checkpoi…

    …nt/main_from_release_2.1.2_0ada9453ae3c2ce589039aaf6633cdfd13e01959
    AmineKhaldi committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    07d713e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5923cd View commit details
    Browse the repository at this point in the history
  7. Merge commit 'fe8ae5865099aca446fb446057b8e6c320402839' into checkpoi…

    …nt/main_from_release_2.1.2_fe8ae5865099aca446fb446057b8e6c320402839
    AmineKhaldi committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d980714 View commit details
    Browse the repository at this point in the history
  8. separate installer build and publish to separate jobs (#16552)

    Co-authored-by: Chris Marslender <chrismarslender@gmail.com>
    altendky and cmmarslender committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6966fe0 View commit details
    Browse the repository at this point in the history
  9. drop max-parallel (#16591)

    altendky committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    52fff14 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c58c5a View commit details
    Browse the repository at this point in the history
  11. Dao wallet (#16500)

    Co-authored-by: Adam Kelly <338792+aqk@users.noreply.github.com>
    Co-authored-by: Matthew Howard <m.o.howard97@gmail.com>
    Co-authored-by: matt-o-how <48453825+matt-o-how@users.noreply.github.com>
    Co-authored-by: Karlkim Suwanmongkol <karlkim@gmail.com>
    Co-authored-by: Sebastjan Trepca <trepca@gmail.com>
    Co-authored-by: Amine Khaldi <amine.khaldi@reactos.org>
    Co-authored-by: Kyle Altendorf <sda@fstab.net>
    8 people committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    75af6a9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1195281 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1fbf6b0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5d0c9c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    2305b05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ac6f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f47cd46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc0f7f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f455667 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    d387716 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e26867 View commit details
    Browse the repository at this point in the history
  3. Merge commit '21f0ee077f356aab7736f2fca49323224916a2c8' into checkpoi…

    …nt/main_from_release_2.1.2_21f0ee077f356aab7736f2fca49323224916a2c8
    AmineKhaldi committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    7dbcc12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de536a1 View commit details
    Browse the repository at this point in the history
  5. Merge commit '290698d4fe1bb222dee02a5d81e86fc54c1f8af4' into checkpoi…

    …nt/main_from_release_2.1.2_290698d4fe1bb222dee02a5d81e86fc54c1f8af4
    AmineKhaldi committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    04804cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71fe930 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    957f8d1 View commit details
    Browse the repository at this point in the history
  8. Merge commit '6c58c5ac00bce66d70f6dbbf01abf5d7c004c543' into checkpoi…

    …nt/main_from_release_2.1.2_6c58c5ac00bce66d70f6dbbf01abf5d7c004c543
    AmineKhaldi committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    69c251f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0aa215 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b003ea View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7de5256 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f2586f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    c21c2d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3707aa4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    2a34249 View commit details
    Browse the repository at this point in the history
  2. Merge commit 'c21c2d673400b9b88206c7ba89fd9abf25da1d14' into checkpoi…

    …nt/main_from_release_2.1.2_c21c2d673400b9b88206c7ba89fd9abf25da1d14
    altendky committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    acaedd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d312ce0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a612995 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05716c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    e15b9a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52cc1dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ed99c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da10f65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    133ea18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e32a8ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff59bc3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    368f8b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    5a28f3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e9142a View commit details
    Browse the repository at this point in the history
  3. build(deps): bump boto3 from 1.28.25 to 1.28.65 (#16646)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ef3dda7 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump build from 0.10.0 to 1.0.3 (#16579)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    eadecd5 View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump pylint from 2.17.5 to 3.0.1 (#16574)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d819b21 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump clvm-tools-rs from 0.1.34 to 0.1.38 (#16561)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1779433 View commit details
    Browse the repository at this point in the history
  7. Swap the benchmark job to the same container we use for installers wi…

    …th some things preinstalled (#16663)
    cmmarslender committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    81e487f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    1a05888 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    c158330 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. build(deps-dev): bump types-pyyaml from 6.0.12.11 to 6.0.12.12 (#16578)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4a35d74 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump diff-cover from 7.7.0 to 8.0.0 (#16647)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    74c5f60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3650ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95078d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    493d36b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90c1441 View commit details
    Browse the repository at this point in the history
  7. Add support for lists of peers in the config (#16376)

    Co-authored-by: Kyle Altendorf <sda@fstab.net>
    felixbrucker and altendky committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ef98949 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca59c50 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. add -force to hdiutil detach (#16690)

    altendky committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    79f876e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    311d014 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e29d71f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    a420d8e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. repeats

    altendky committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    54c9cd8 View commit details
    Browse the repository at this point in the history
  2. 50x

    altendky committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    c4d727f View commit details
    Browse the repository at this point in the history