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

catchup: into long_lived/vault from main @ 646c416622b4512097bdee7a9d48259136d41f1a #17978

Conversation

Quexington
Copy link
Contributor

@Quexington Quexington commented May 6, 2024

altendky and others added 30 commits April 5, 2024 12:28
* make junit collection optional

* disable junit collection

* prettier

* no env

* no env

* one more
…nt/main_from_release_2.3.0_6c9636b2ad2c74d40aef265d85ed67758af4f749
* Remove unused files

* Remove chialisp test

* mypy exclusion
* DL migrate DB.

* Add test.

* Add get_keys to the test.

* Skip mypy for dynamic classmember.

* Mypy.

* Black.

* Update data_store.py

* Add unknown version test.
* improve legibility of source vs. installed test checks

* group for diff as well

* just >

* debug

* fixup

* dedebug

* else
Make generate_test_spend_bundle accept a named wallet param.
…Breaking Change) (#17844)

Remove (undocumented) no longer needed farm_block from WalletRpcApi.
…17846)

* Read from 'transactions' instead of 'tx_records'

* Remove tx_records from dl_update_multiple
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v5...v6)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.2 to 8.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.0.2...8.1.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  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>
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.12.0 to 3.14.0.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.12.0...v3.14.0)

---
updated-dependencies:
- dependency-name: pytest-mock
  dependency-type: direct:development
  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>
Bumps [keyring](https://github.com/jaraco/keyring) from 24.3.1 to 25.1.0.
- [Release notes](https://github.com/jaraco/keyring/releases)
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst)
- [Commits](jaraco/keyring@v24.3.1...v25.1.0)

---
updated-dependencies:
- dependency-name: keyring
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.5.0 to 2.6.1.
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst)
- [Commits](rthalley/dnspython@v2.5.0...v2.6.1)

---
updated-dependencies:
- dependency-name: dnspython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [build](https://github.com/pypa/build) from 1.0.3 to 1.2.1.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.0.3...1.2.1)

---
updated-dependencies:
- dependency-name: build
  dependency-type: direct:development
  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>
* debug

* exclude `config.py` from diff-cover as well

* actually pass the config path...

* Revert "debug"

This reverts commit 863989f.

* just `*`

* Revert "Revert "debug""

This reverts commit 0855bc7.

* leading `*/`?

* Revert "leading `*/`?"

This reverts commit 5067869.

* Revert "Revert "leading `*/`?""

This reverts commit 5f09e62.

* Revert "Revert "Revert "debug"""

This reverts commit a788ec1.
Co-authored-by: Earle Lowe <30607889+emlowe@users.noreply.github.com>
…r_spend and construct return values with proper types (#17847)

Use as_iter instead of as_python in get_delayed_puz_info_from_launcher_spend and construct return values with proper types.
…nt/main_from_release_2.3.0_a441eb1db77e879be34a444ebb8b5eb5b28e335e
…nt/main_from_release_2.3.0_9da7fd2980c8d9263881f8837b2166271658eb64
* Added `--skip-keyring` option to `chia start daemon` command

* Fixed a lint error and adopted review comments

* Fixed a lint error

* Fixed a test

* Fixed a test

* Added mocks to test

* Fixed a test

* Removed `bt: BlockTools` from the test case because it seemed to cause config file dead lock

* Removed unused mock method

* Set `parallel=False` to chia/_tests/cmds/config.py

* Set `parallel=False` to chia/_tests/core/util/config.py

* Added missing coverage

* Fixed mypy error
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.0.3...v3.1.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  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>
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.10.0 to 4.11.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.10.0...4.11.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>
Move SimulatorFullNodeService type alias to start_simulator.
pmaslana and others added 11 commits May 2, 2024 16:04
…nt/main_from_release_2.3.0_11a2e29426a42d692075fe90cf6bdc0bacecd5d3
…nt/main_from_release_2.3.0_083e4824e1a4a784a2c09f97554935b90f93d7b7
remove unused current_inner from PoolState. We generate this puzzle regularly, it's expensive, and we don't use it
)

* fix confusion between prompt and don't prompt in the plotnft CLI

* use cli_confirm in plotnft CLI
* introduce early exit to dedent for-loop

* remove deprecated authentication_public_key from pool-config
…long_lived_vault_from_main_646c416622b4512097bdee7a9d48259136d41f1a
@Quexington Quexington changed the base branch from main to long_lived/vault May 6, 2024 17:24
@Quexington Quexington closed this May 6, 2024
@Quexington Quexington reopened this May 6, 2024
@Quexington Quexington added Changed Required label for PR that categorizes merge commit message as "Changed" for changelog Exclude_Notes Use this label if the changes in the PR should be excluded from the release notes VC vault and removed VC labels May 6, 2024
@Quexington Quexington marked this pull request as ready for review May 6, 2024 19:09
@Quexington Quexington requested a review from a team as a code owner May 6, 2024 19:09
@Quexington Quexington requested a review from geoffwalmsley May 6, 2024 19:09
Copy link
Contributor

github-actions bot commented May 6, 2024

Copy link
Contributor

@wjblanke wjblanke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aok

@Quexington Quexington merged commit ff0b92f into long_lived/vault May 7, 2024
358 of 359 checks passed
@Quexington Quexington deleted the catchup/long_lived_vault_from_main_646c416622b4512097bdee7a9d48259136d41f1a branch May 7, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changed Required label for PR that categorizes merge commit message as "Changed" for changelog coverage-diff Exclude_Notes Use this label if the changes in the PR should be excluded from the release notes vault
Projects
None yet
Development

Successfully merging this pull request may close these issues.