Commit Graph

10883 Commits

Author SHA1 Message Date
William Allen
71f0452907
checkpoint: into main from release/1.8.0 @ 1a3047a9bc (#15221)
Source hash: 1a3047a9bc
Remaining commits: 6
2023-05-07 13:40:36 -05:00
Amine Khaldi
1eb04e180c
Merge commit '1a3047a9bcdc46110b7b4aaaa6d96fe58af0a78a' into checkpoint/main_from_release_1.8.0_1a3047a9bcdc46110b7b4aaaa6d96fe58af0a78a 2023-05-07 17:36:12 +01:00
William Allen
76491ddc3e
checkpoint: into main from release/1.8.0 @ b0cc1bebdb (#15219)
Source hash: b0cc1bebdb
Remaining commits: 7
2023-05-07 11:32:45 -05:00
Amine Khaldi
9ba94a6cbc
Merge commit 'b0cc1bebdb1990b0dafb369fef699d5ba6a34c77' into checkpoint/main_from_release_1.8.0_b0cc1bebdb1990b0dafb369fef699d5ba6a34c77 2023-05-07 10:57:20 +01:00
William Allen
6adf0a54a8
checkpoint: into main from release/1.8.0 @ ae5f23e51c (#15211)
Source hash: ae5f23e51c
Remaining commits: 8
2023-05-07 00:53:11 -05:00
wallentx
99be454161
Merge commit 'ae5f23e51c2aa4bbf4bac1bc7be197cab48c5d8e' into checkpoint/main_from_release_1.8.0_ae5f23e51c2aa4bbf4bac1bc7be197cab48c5d8e 2023-05-05 00:58:41 -05:00
William Allen
0d4ea244db
Move to Discord in docs and install scripts (#15193) (#15210)
Co-authored-by: Gene Hoffman <30377676+hoffmang9@users.noreply.github.com>
2023-05-04 23:12:13 -05:00
William Allen
16a204ccd0
checkpoint: into main from release/1.8.0 @ 1f8fc6410c (#15205)
Source hash: 1f8fc6410c
Remaining commits: 9
2023-05-04 21:19:58 -05:00
Joseph Chiocchi
0b07370e81
Fix chia wallet make_offer short-option collision on -r (#15182)
a potential solution to #14874

with feedback from #15182
- drop short option, `-r`, everywhere where `--reuse` is an option to `chia wallet` commands
2023-05-04 21:19:08 -05:00
Jeff
dfb467b18f
Bump chia-blockchain-gui to 91b27835179dfec399657d9945ff85b1cdcafb65 (#15206)
* Change links and menu items to Discord (#1741) by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1742
* nft improvements 2 by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1730

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.8.0...1.8.1-rc1
2023-05-04 21:10:26 -05:00
Arvid Norberg
f100cd2cdf
Softfork2 testing (#15204)
* update tests to use the new softfork2 height

* activate both softforks immediately on testnet
2023-05-04 16:14:15 -05:00
Amine Khaldi
45c30c9a5e
Merge commit '1f8fc6410c795406aedb27e550c7376e027a7c02' into checkpoint/main_from_release_1.8.0_1f8fc6410c795406aedb27e550c7376e027a7c02 2023-05-04 19:34:11 +01:00
Amine Khaldi
ab999d6192
Optimize check_removals() by checking for mempool conflicts all at once (#15202)
* Make conflicting_items a list instead of a set as we're only iterating over it, we're not leveraging set ownership.

This simplifies using can_replace() and also prepares ground to simplify check_removals() next.

* Optimize check_removals by checking for mempool conflicts all at once.
2023-05-04 13:21:18 -05:00
dependabot[bot]
a663472400
Bump concurrent-log-handler from 0.9.20 to 0.9.23 (#15181)
Bumps [concurrent-log-handler](https://github.com/Preston-Landers/concurrent-log-handler) from 0.9.20 to 0.9.23.
- [Release notes](https://github.com/Preston-Landers/concurrent-log-handler/releases)
- [Changelog](https://github.com/Preston-Landers/concurrent-log-handler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Preston-Landers/concurrent-log-handler/compare/0.9.20...0.9.23)

---
updated-dependencies:
- dependency-name: concurrent-log-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-04 13:20:54 -05:00
William Allen
1cf57a6d59
checkpoint: into main from release/1.8.0 @ 21031b927a (#15188)
Source hash: 21031b927a
Remaining commits: 7
2023-05-04 13:20:31 -05:00
Matt Hauff
2308503dd2
Comment chialisp assert macro (#15189)
Comment assert macro
2023-05-04 13:20:03 -05:00
Arvid Norberg
18ec6d761d
fix GENEARATOR_MOD2 to have the same cost as GENERATOR_MOD (#15184) 2023-05-04 13:19:45 -05:00
Amine Khaldi
c9ce62c368
Annotate tests/util/blockchain.py (#15117)
Annotate tests/util/blockchain.py.
2023-05-04 13:19:27 -05:00
Gene Hoffman
b0072fdce0
Move to Discord in docs and install scripts (#15193) 2023-05-04 13:18:33 -05:00
dependabot[bot]
097debb77e
Bump packaging from 23.0 to 23.1 (#15121)
Bumps [packaging](https://github.com/pypa/packaging) from 23.0 to 23.1.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/packaging/compare/23.0...23.1)

---
updated-dependencies:
- dependency-name: packaging
  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-05-04 13:18:04 -05:00
Matt Hauff
0346bddebe
Hint to CAT change (#15179)
* Hint to change

* Change cat test

* fix test_cat_spend test memo check

* Fix memos assertion again
2023-05-04 13:17:20 -05:00
Kronus91
b0f65a1539
Fix typo and duplicate options (#15177) 2023-05-04 13:17:00 -05:00
dustinface
9a81cb36b6
protocols: Give rust wallet types an alias, don't use __all__ (#15186)
* protocols: Give rust wallet types an alias, don't use `__all__`

* Refactor `types_in_module` in `test_network_protocol_test.py`
2023-05-04 13:16:33 -05:00
dustinface
5b93bd320c
wallet: Cleanup wallet_protocol imports (#15185) 2023-05-03 16:37:32 -05:00
William Allen
d6f62d121b
Additional entry to changelog (#15194) 2023-05-03 16:27:52 -05:00
wjblanke
70fd5e0fac
Fix soft fork to 60 days (#15191)
* 60 days

* testnet changes
2023-05-03 16:09:17 -05:00
William Allen
889c389949
1.8.0 changelog (#15169)
* Drafting 1.8.0 changelog

* Update CHANGELOG.md

* Cleanup extra bits from new changelog entry

---------

Co-authored-by: Earle Lowe <30607889+emlowe@users.noreply.github.com>
2023-05-03 12:29:18 -05:00
Amine Khaldi
af589221b8
Update the anchor. 2023-05-03 15:53:50 +01:00
Amine Khaldi
842dd0cc3b
Merge commit '21031b927a8f07e3a89d3c3855dcb0a716e6a425' into checkpoint/main_from_release_1.8.0_21031b927a8f07e3a89d3c3855dcb0a716e6a425 2023-05-03 15:49:14 +01:00
dustinface
67910197eb
wallet: Improve WalletCoinStore.get_coin_records (#15099)
Improve `WalletCoinStore.get_coin_records`
2023-05-03 00:31:52 -05:00
dustinface
994aa24e44
wallet: Give Payment.memos a default value (#15172) 2023-05-03 00:30:53 -05:00
Kyle Altendorf
7cfa68139e
Add flexibility to log_exceptions() (#14992)
* Add flexibility to `log_exceptions()`

Allows configuration of the exception or exceptions to be caught, whether or not to show the traceback, the log level, and also adds the exception type to aid readability of errors like `KeyError` where the only text is the value of the key requested.

* add `log_exceptions(message=)`

* add tests for `chia.util.log_exceptions()`

* Update test_log_exceptions.py

* Update test_log_exceptions.py

* back to parametrize
2023-05-03 00:30:09 -05:00
Kyle Altendorf
cf6a529265
use type name in Pulled from queue: log messages (#15003) 2023-05-03 00:29:52 -05:00
Kyle Altendorf
1228892c43
force \n/lf line endings in pre-commit (#15036)
* force \n/lf line endings in pre-commit

* more

* set -o pipefail

* Revert "set -o pipefail"

This reverts commit b359ec806b.
2023-05-03 00:29:31 -05:00
Kyle Altendorf
7f7bce8677
help= not short_help= (#15076)
* help= not short_help=

* oops

* more

* more
2023-05-03 00:29:13 -05:00
William Allen
8b8f77a28f
checkpoint: into main from release/1.8.0 @ 4e71529422 (#15178)
Source hash: 4e71529422
Remaining commits: 8
2023-05-02 17:49:52 -05:00
Kyle Altendorf
619b68ffb3
upload to coveralls (#15175)
* upload to coveralls

* debug - only run clvm

* debug - just linux

* debug - just linux (again)

* Revert "debug - just linux (again)"

This reverts commit 86ffbf7c7a.

* Revert "debug - just linux"

This reverts commit f9a32bcbda.

* Revert "debug - only run clvm"

This reverts commit 42604268e6.

* always run coveralls upload
2023-05-02 17:34:47 -05:00
Amine Khaldi
fc1e734b92
Merge commit '4e71529422039ff76d6b3af064f8d7653ccead5f' into checkpoint/main_from_release_1.8.0_4e71529422039ff76d6b3af064f8d7653ccead5f 2023-05-02 19:22:13 +01:00
Arvid Norberg
7dc99095d0
add generator2 to the repository (#15152)
add generator2 to the repository. This is intended to be used in the 2.0 hard fork
2023-05-02 12:14:44 -05:00
Jeff
0ce1373860
Bump chia-blockchain-gui to 1e1f85a918d63be26d96a3cbac2e0dd365175382 (#15170)
* fix regression that prevented accepting offers with unknown CATs by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1738

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.8.0-rc4...1.8.0-rc5
2023-05-01 23:42:35 -05:00
William Allen
dcebabab30
checkpoint: into main from release/1.8.0 @ fd8b85eb61 (#15167)
Source hash: fd8b85eb61
Remaining commits: 6
2023-05-01 17:04:59 -05:00
Kyle Altendorf
30975854ac
fixup coverage reporting and checking (#15114)
* set -o pipefail

* --only clvm for exploration

* always print coverage reports

* more consistency around use of ='s

* account for https://github.com/nedbat/coveragepy/issues/1604

* Revert "--only clvm for exploration"

This reverts commit 7cbd7f79a6.

* drop work around
2023-05-01 15:28:54 -05:00
dustinface
138154d5cd
wallet: List the columns for INSERT into coin_record (#15159) 2023-05-01 14:09:28 -05:00
dustinface
96cacc8a24
wallet: Revert "Add new coin_type & metadata to coin_records (#15013)" (#15154)
Revert "Add new coin_type & metadata to coin_records (#15013)"

This reverts commit a998ea48d8.
2023-05-01 09:56:48 -05:00
Amine Khaldi
801a3be95e
Merge commit 'fd8b85eb61a158c7d6a3e1d0af9c8a163052a73e' into checkpoint/main_from_release_1.8.0_fd8b85eb61a158c7d6a3e1d0af9c8a163052a73e 2023-05-01 15:42:01 +01:00
Jeff
1a3047a9bc
Bump chia-blockchain-gui to e5daa7d8f601b5bd7dd25a119339508b56deab19 (#15155)
* fix offer creation when requesting NFTs. driver_dict was being passed incorrectly by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1709
* Downgrade WalletConnect SDK to 2.6.0 as versions > 2.6.0 introduce a breaking change by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1723
* OfferBin --> 🗑 by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1727
* fix issue with "Check for Updates" dialog stacking on top of itself by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1725

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.8.0-rc2...1.8.0-rc4
2023-04-28 16:38:17 -05:00
dustinface
b0cc1bebdb
wallet: Lock WalletStateManager.lock while populating balances initially (#15149)
Lock `WalletStateManager.lock` while populating balances initially
2023-04-28 14:55:15 -05:00
dustinface
ae5f23e51c
wallet: Move assignments of WalletStateManager._sync_target (#15148) 2023-04-28 14:34:44 -05:00
dustinface
1f8fc6410c
util: Async DNS lookups (#14999)
* Rename `get_host_addr` to `resolve`

* Async DNS lookups in `resolve`

* Drop not needed `str` conversions
2023-04-28 13:37:28 -05:00
Kyle Altendorf
322c54f6e3
rework class protocol check pattern (#15134) 2023-04-27 09:56:37 -05:00