Commit Graph

11438 Commits

Author SHA1 Message Date
Kyle Altendorf
a61c0961a7
@pytest.mark.limit_consensus_modes (#16148)
* `@pytest.mark.plain_consensus_only`

* add reasons

* tidy

* report them all

* remove unneeded usage

* not quite, but adjusting

* mark the test

* backup

* todos for fixtures for now

* maybe...

* limit_consensus_modes

* allow (and specify) multiple modes to limit to

* remove exploratory fixture implementation
2023-08-28 16:59:48 -05:00
xchdata.io
254f52f91f
Fix comment typo (#16175)
`time_taken` is computed using `time.time()`. `time.time()` returns a
timestamp in (fractional) seconds. Multiplying seconds by 1_000_000
results in microseconds, not nanoseconds.
2023-08-28 16:10:00 -05:00
Jeff
c85baab9f6
Add get_public_key and get_public_keys daemon RPCs (#16156) 2023-08-28 10:18:38 -05:00
Florin Chirica
3584b3ba7a
Improve testnet connectivity. (#16029)
* Improve testnet connectivity.

* Lint.
2023-08-25 20:24:16 -05:00
Matt Hauff
988d3bb968
Add flags to CR-CAT offer summary (#16131)
* Add flags to CR-CAT Offer Summary

* Fix typo
2023-08-25 15:13:47 -05:00
Kyle Altendorf
0c525f6169
create and upload individual and combined junit reports (#16149)
* create and upload individual and combined junit reports

* sudo

* debug

* fixup

* fixup

* data vs. results

* debug

* pretty format xml

* try again on formatting

* Update test.yml

* blah

* yq

* again

* swap

* Revert "debug"

This reverts commit ea6f7447c3.

* Revert "debug"

This reverts commit e0d1f64d33.

* tidy
2023-08-25 13:12:50 -05:00
William Allen
0dde80b89a
checkpoint: into main from release/2.0.0 @ dc46f46b9a (#16153)
Source hash: dc46f46b9a
Remaining commits: 0
2023-08-24 21:04:37 -05:00
Amine Khaldi
d5bc292c98
Merge commit 'dc46f46b9a30628b208d38fd7dd0ca085e820781' into checkpoint/main_from_release_2.0.0_dc46f46b9a30628b208d38fd7dd0ca085e820781 2023-08-24 21:17:52 +01:00
William Allen
8eb9a013bb
checkpoint: into main from release/2.0.0 @ 9c1d285091 (#16150)
Source hash: 9c1d285091
Remaining commits: 1
2023-08-24 15:16:20 -05:00
dustinface
22e4a5f9f3
full_node: Drop unused get_fork_point_no_validations (#16107) 2023-08-24 12:38:35 -05:00
dustinface
3b20b4a2f0
full_node: More use of FullNode.get_peers_with_peak (#16045) 2023-08-24 12:38:22 -05:00
dustinface
2e18f904dd
wallet: Fix comment in WalletNode.validate_received_state_from_peer (#16037) 2023-08-24 12:38:05 -05:00
Kyle Altendorf
b5ea010dd4
Fix black pre-commit config (#16143)
d9c249c25a/.pre-commit-hooks.yaml (L9)

https://pre-commit.com/#hooks-require_serial
2023-08-24 12:37:15 -05:00
Amine Khaldi
10cc56f7c9
Merge commit '9c1d28509179bac89fb6831803d939897acd47da' into checkpoint/main_from_release_2.0.0_9c1d28509179bac89fb6831803d939897acd47da 2023-08-24 18:21:01 +01:00
William Allen
bd9a0774d9
checkpoint: into main from release/2.0.0 @ 9093c4013b (#16146)
Source hash: 9093c4013b
Remaining commits: 2
2023-08-24 12:19:11 -05:00
William Allen
8e3efdd268
fix CHANGELOG.md 2023-08-24 12:07:55 -05:00
Amine Khaldi
f464293bb8
Merge commit '9093c4013b67ab7cae8d50493ff8fdeaf9ac712a' into checkpoint/main_from_release_2.0.0_9093c4013b67ab7cae8d50493ff8fdeaf9ac712a 2023-08-24 13:55:53 +01:00
William Allen
dc46f46b9a
bumping date (#16145)
Update CHANGELOG.md
2023-08-24 04:49:36 -05:00
Florin Chirica
0e5f9eceea
Print JSON for all DL commands. (#16119)
* Print JSON for all DL commands.

* Lint.

* Sort keys.
2023-08-24 02:30:02 -05:00
dependabot[bot]
cb9ad8241a
build(deps): bump aiofiles from 23.1.0 to 23.2.1 (#16056)
Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 23.1.0 to 23.2.1.
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Commits](https://github.com/Tinche/aiofiles/compare/v23.1.0...v23.2.1)

---
updated-dependencies:
- dependency-name: aiofiles
  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>
2023-08-23 23:06:26 -05:00
dependabot[bot]
b1a5b266c3
build(deps-dev): bump coverage from 7.2.7 to 7.3.0 (#16057)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.7 to 7.3.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.2.7...7.3.0)

---
updated-dependencies:
- dependency-name: coverage
  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>
2023-08-23 23:05:29 -05:00
Kyle Altendorf
538edfd6b8
Do not enable seeder signal handlers in tests (#16079) 2023-08-23 23:04:56 -05:00
Kyle Altendorf
39cf13288e
tidy the DataLayer._update_confirmation_status() usage pattern (#16094)
tidy the `DataLayer._update_confiration_status() usage pattern
2023-08-23 23:03:25 -05:00
Arvid Norberg
ccd715119e
try again a few times if the temporary DB file can't be removed (#16108)
try again a few times if the temporary DB file can't be removed, during simulation shutdown
2023-08-23 23:02:52 -05:00
github-actions[bot]
778203033a
CA Cert updates (#16129)
adding ca updates

Co-authored-by: ChiaAutomation <automation@chia.net>
2023-08-23 22:56:08 -05:00
Amine Khaldi
fa762fe945
Use pytest's monkeypatch fixture instead of unittest's MagicMock (#16130)
Use pytest's monkeypatch fixture instead of unittest's MagicMock.
2023-08-23 22:55:27 -05:00
Earle Lowe
9c1d285091
Make sure to sign all EXEs (#16141)
* Make sure to sign all EXEs

* type dev->dir

* Adjust code to sign all EXEs
2023-08-23 17:50:36 -05:00
William Allen
9093c4013b
Adding 2.0.0 changelog (#16133)
* Adding 2.0.0 changelog

* Update CHANGELOG.md

* For pre-commit

* remove links

* whitespace

* Remove chip13

* More removals

---------

Co-authored-by: Earle Lowe <30607889+emlowe@users.noreply.github.com>
2023-08-23 17:37:06 -05:00
Matt Hauff
8639a91fc5
Change NFT tests to cover bulk transfer/DID set of multiple NFTs at once (#16091)
* Change NFT tests to cover bulk transfer/DID set of multiple NFTs at once

* Fix flakiness
2023-08-21 23:30:41 -05:00
Matt Hauff
9a50b48f93
Make sure reuse_puzhash works for nft1 offers (#16116) 2023-08-21 17:31:44 -05:00
Kyle Altendorf
b75acc76f9
consolidate --fingerprint definitions (#16114) 2023-08-21 15:47:37 -05:00
William Allen
24120d31a1
Notify glue of completed prerelease, and fix permissions (#16122)
* Notify glue of completed prerelease

* fix permissions

* add prerelease endpoint

* adding prerelease to start-release
2023-08-21 15:46:42 -05:00
Chris Marslender
87b82dcd1e
Update codeowner for .github to a group (#16124) 2023-08-21 10:39:38 -05:00
William Allen
fa412ddf46
checkpoint: into main from release/2.0.0 @ 8c83d938db (#16125)
Source hash: 8c83d938db
Remaining commits: 0
2023-08-21 10:12:43 -05:00
Amine Khaldi
b53832c46a
Merge commit '8c83d938db9f6503445c442d9c293971acd54070' into checkpoint/main_from_release_2.0.0_8c83d938db9f6503445c442d9c293971acd54070 2023-08-21 14:02:00 +01:00
William Allen
5103130a23
checkpoint: into main from release/2.0.0 @ 493cc16659 (#16121)
Source hash: 493cc16659
Remaining commits: 1
2023-08-19 14:15:42 -05:00
Amine Khaldi
1802bbe6f0
Merge commit '493cc16659261a59c3d168f7166cfddcb7560d5b' into checkpoint/main_from_release_2.0.0_493cc16659261a59c3d168f7166cfddcb7560d5b 2023-08-19 17:44:57 +01:00
William Allen
6b48170b0c
checkpoint: into main from release/2.0.0 @ 10d09e6cd5 (#16115)
Source hash: 10d09e6cd5
Remaining commits: 2
2023-08-18 23:01:38 -05:00
Matt Hauff
d08eaa67d0
Fix VC mypy issues (#16117) 2023-08-18 15:35:23 -05:00
Jeff
29c4ce541d
Support calling get_routes via wss (#16103)
Rework get_routes to support being called via wss
2023-08-18 14:52:02 -05:00
Amine Khaldi
173f919fb7
Merge commit '10d09e6cd554a7f6a2b61b5373cdf5ac9cf82a21' into checkpoint/main_from_release_2.0.0_10d09e6cd554a7f6a2b61b5373cdf5ac9cf82a21 2023-08-18 20:17:31 +01:00
William Allen
1419002c2b
checkpoint: into main from release/2.0.0 @ b59315836d (#16112)
Source hash: b59315836d
Remaining commits: 3
2023-08-18 14:05:00 -05:00
Matt Hauff
000499484d
Add the option for arbitrary conditions to make_solution (#15888)
* Add the option for arbitrary conditions to make_solution

* Unknown conditions should come first

* Fix related VC driver bug
2023-08-18 14:04:27 -05:00
Matt Hauff
a545e6a8a7
Introduce TXConfig and CoinSelectionConfig (#15666)
* Explore TXConfig

* test fixes

* more test fixs

* more test fixs

* Make TXConfig a CoinSelectionConfig subclass

* Move RPC config loading into decorator

* Fix mempool performance test

* Fix wallet sync test

* Fix streamable

* Forgot send_transaction_multi

* Remove potentially_inside_lock change

* Add .override to config object

* A few fixes from review

* Get create_message_spend working with tx_config.reuse_puzhash

* pylint and rebase fixes

* Add tests for CMD loaders

* Add RPC client and tests for cancel_offers endpoint

* Add some coverage

* Fix did test

* Add DID test coverage

* add tests for TXConfig & CoinSelectionConfig

* Add reuse_puzhash to dl wallet test

* Add reuse puzhash to dl_wallet test

* Add test coverage to wallet sync test

* Add more tests for TXConfig

* Add tests for coin_funcs.py

* Add some wallet_funcs tests

* Bad merge

* Fix bad test

* condense cmd tests

* test coverage ignore

* merge fix

* Undo GUI change

* Remove a couple of unused tx_endpoints

* Changes due to (#15846)

* Merge fixes

* new=True

* Fix the coins tests

* Fix DID tests

* Fix NFT tests

* Fix VC tests

* Fix wallet tests

* Delete now uneccessary tests

* Fix bad change
2023-08-18 14:03:37 -05:00
Kyle Altendorf
a3236b9df9
Update conditions.py (#16082) 2023-08-18 14:03:05 -05:00
Kyle Altendorf
441d706681
remove cls parameter hinting from conditions classes (#16080)
* Update conditions.py

https://github.com/Chia-Network/chia-blockchain/pull/15883#discussion_r1296356524

* black
2023-08-18 14:02:22 -05:00
Amine Khaldi
936d1f9c89
Merge commit 'b59315836dd086e6506f10fd2bef3e620baabff0' into checkpoint/main_from_release_2.0.0_b59315836dd086e6506f10fd2bef3e620baabff0 2023-08-18 18:35:58 +01:00
William Allen
0ed396cb67
checkpoint: into main from release/2.0.0 @ 34314c1abb (#16109)
Source hash: 34314c1abb
Remaining commits: 4
2023-08-18 12:34:29 -05:00
Amine Khaldi
1766b697fd
Merge commit '34314c1abb36b1088898cd83b7809133b93eb834' into checkpoint/main_from_release_2.0.0_34314c1abb36b1088898cd83b7809133b93eb834 2023-08-18 11:24:34 +01:00
Jeff
8c83d938db
Bump chia-blockchain-gui to 2.0.0-rc6 (#16105)
Bump chia-blockchain-gui to 244a75631c343920389f839c4b0c391d441ded2c

* add emojis to address book; address book design updates; cleanup by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/2011

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/2.0.0-rc5...2.0.0-rc6
2023-08-18 00:05:54 -05:00