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

GUI: Add option to Emoji picker to clear or not set an emoji #1666

Merged
merged 1 commit into from
Apr 7, 2023

Conversation

rifeljm
Copy link
Contributor

@rifeljm rifeljm commented Apr 4, 2023

No description provided.

@rifeljm rifeljm requested a review from paninaro April 4, 2023 15:22
@rifeljm rifeljm force-pushed the rifeljm/#1665-emoji-picker-clear-or-not-set branch from f414970 to 0a46ffa Compare April 6, 2023 09:00
@paninaro paninaro merged commit 1660000 into main Apr 7, 2023
@paninaro paninaro deleted the rifeljm/#1665-emoji-picker-clear-or-not-set branch April 7, 2023 16:38
@paninaro paninaro linked an issue Apr 7, 2023 that may be closed by this pull request
paninaro added a commit to Chia-Network/chia-blockchain that referenced this pull request Apr 7, 2023
* update decode-uri-component transitive dep to 0.2.2 by @paninaro in Chia-Network/chia-blockchain-gui#1662
* bump webpack to 5.77.0 to address a dependabot alert by @paninaro in Chia-Network/chia-blockchain-gui#1660
* NFT Provider - refactored NFTs by @seeden in Chia-Network/chia-blockchain-gui#1651
* GUI: Add option to Emoji picker to clear or not set an emoji by @rifeljm in Chia-Network/chia-blockchain-gui#1666
* GUI: Make URL values in NFTProperties clickable by @rifeljm in Chia-Network/chia-blockchain-gui#1668
* Temporary workaround issue using openDialog() on WalletConnect dialogs. by @paninaro in Chia-Network/chia-blockchain-gui#1670

**Full Changelog**: Chia-Network/chia-blockchain-gui@1.8.0-b4...1.8.0-b5
justinengland pushed a commit to Chia-Network/chia-blockchain that referenced this pull request Apr 7, 2023
…15002)

* update decode-uri-component transitive dep to 0.2.2 by @paninaro in Chia-Network/chia-blockchain-gui#1662
* bump webpack to 5.77.0 to address a dependabot alert by @paninaro in Chia-Network/chia-blockchain-gui#1660
* NFT Provider - refactored NFTs by @seeden in Chia-Network/chia-blockchain-gui#1651
* GUI: Add option to Emoji picker to clear or not set an emoji by @rifeljm in Chia-Network/chia-blockchain-gui#1666
* GUI: Make URL values in NFTProperties clickable by @rifeljm in Chia-Network/chia-blockchain-gui#1668
* Temporary workaround issue using openDialog() on WalletConnect dialogs. by @paninaro in Chia-Network/chia-blockchain-gui#1670

**Full Changelog**: Chia-Network/chia-blockchain-gui@1.8.0-b4...1.8.0-b5
nvjoshi2 added a commit to irulast/chia-blockchain that referenced this pull request May 23, 2023
* Bump pyinstaller from 5.6.2 to 5.8.0 (#14707)

Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.6.2 to 5.8.0.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](https://github.com/pyinstaller/pyinstaller/compare/v5.6.2...v5.8.0)

---
updated-dependencies:
- dependency-name: pyinstaller
  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>

* hint chia.cmds.passphrase, passphrase_funcs

* Listen on ::0 so we can respond to both ipv4 and ipv6 (#14731)

* Listen on ::0 so we can respond to both ipv4 and ipv6

* Move the initial sleep to the end of the first attempt to load reliable peers, so that if we already have a database, it doesn't take 60 seconds to start responding

* Bump chia-blockchain-gui to 831f176c73e70e826af6a1952c3abfa10560302b (#14732)

Bump chia-blockchaing-gui to 831f176c73e70e826af6a1952c3abfa10560302b

* NFT gallery allow sensitive_content to be "false" (string) by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1503
* remove exit prompt in wallet mode by @lipalong in https://github.com/Chia-Network/chia-blockchain-gui/pull/1504
* add RPC hook for nft_count_nfts by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1501
* fix showing offer details from a wallet txn row by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1500
* Rifeljm/#240 cat2 removal by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1505
* fix merge conflict by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1506
* bugfix in NFT gallery - disappearing when scrolling to the bottom by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1466
* skip prompt on quit only if in wallet mode and other services aren't running by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1507
* update json5 dependency via an update to babel-loader by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1513
* wallet connect improvements by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1508
* assorted fixes and simplification by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1517
* temporary workaround to load > 50 NFTs at a time by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1516
* Reverting status icon changes as they caused breakage in the app header by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1518
* Rifeljm/#1480 first screen redesign by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1511
* fix nft selection when creating nft for nft offer notification by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1509
* quick fix to show the New Wallet button when no keys are present by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1519

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.8.0-b2...1.8.0-b3

* parameterize Timelock and compute_assert_height tests (#14729)

* parameterize test_compute_assert_height

* parameterize tests in TestCheckTimelocks

* correct Announcement.__str__() to present hex (#14740)

A hash is quite unlikely to be valid UTF-8 data and even if it does decode it seems unlikely to be a useful representation.

* hint chia.cmds.farm_funcs (#14734)

* hint chia.cmds.keys, keys_funcs (#14735)

* hint chia.cmds.plotnft, plotnft_funcs (#14737)

* hint_benchmarks (#14738)

* hint build_scripts (#14739)

* ignore pkg_resources deprecation warning (#14750)

https://github.com/Chia-Network/chia-blockchain/actions/runs/4339058595/jobs/7576307782#step:16:23

* fix DataStore.get_tree_generation() detection of no generations (#14721)

* fix DataStore.get_tree_generation() detection of no generations

* revert unwanted change

* simplify and improve daemon connection handling (#14662)

* simplify daemon connection handling

* Add tests

* return list of service names during removal

* set remove raises KeyError

* Better test type hints

* Add types and code refactor

* fix test typos

* small type adjustments

* test code improvements

* Better error handling for bad json

* handle proper but unexpected JSON values

* Update chia/daemon/server.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* test improvements

* check for empty thing equivalence

* Improved logging for ConnectionReset

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Move startup / shutdown logging to INFO (#14546)

* server: Drop outdated config update (#14592)

* hint most chia.types (#14741)

* hint various chia.types

* hmm

* ints

* test todo

* switching more API calls to gh cli (#14701)

* switching more API calls to gh cli

* removing commented line

* Switch to my branch for debugging

* Adding env to setjobenv

* Fix installers to account for diff in ghcli

* Fix typos

* Fixing var escape for madmax on osx

* Fixing bladebit macos installer

* facepalm centos

* Switching setjobenv action back to main

* update mypy.ini (#14760)

* update mypy.ini

* add a type:ignore

* catch up with mypy 1.1.1 (#14767)

* Bump aws-actions/configure-aws-credentials from 1 to 2

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1 to 2.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v1...v2)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Adding Changed label to dependabot updates (#14765)

* Bump chia rs 0.2.4 (#14758)

* fix bug in make_test_conds() test utility

* bump chia_rs to 0.2.4, which preserves assert_seconds_relative 0 in parsing conditions. This allows for the 1.8.0 soft-fork to make the existing time-lock conditions stricter, > instead of >=. This is to match the existing ASSERT_HEIGHT_RELATIVE, which already is >

* fixup separating ENABLE_ASSERT_BEFORE from MEMPOOL_MODE

* Use a low value for SOFT_FORK2_HEIGHT during tests and cover the case before soft-fork2

---------

Co-authored-by: Adam Kelly <338792+aqk@users.noreply.github.com>

* fixup the last few

* Don't create a coin for 0 amount royalty payments (#14769)

* Don't create a coin for 0 amount royalty payments

* Tweak tests

* mypy

* Adding md exclusion (#14778)

* hint chia.pools.pool_wallet (#14694)

* Cleanup tests (#14776)

* clarify test with unknown condition opcode

* fix bug in mempool_manager test_ephemeral_timelock

* simplify test_blockchain test_ephemeral_timelock by factoring out the with_garbage parameter

* full_node: Drop cache logs in `BlockStore` (#14777)

* remove unused self.new_subslot_end

* remove unused self.new_subslot_end

* hint chia.plotting.create_plots (#14692)

* hint chia.plotting.create_plots

* correct the import

* fixup

* imports

* get final from typing_extensions

* Create __main__.py

* Update __main__.py

* Update __main__.py

* avoid AttributeError when shutting down plotting (#3954)

* Remove valid # type: ignore

A user ran into an exception on this line that mypy should have caught.  Let's see what it says.

```python-traceback
2021-05-06T07:31:41.595 full_node full_node_server        : ERROR    Exception , exception Stack: Traceback (most recent call last):
  File "chia\server\server.py", line 356, in start_client
  File "aiohttp\client.py", line 763, in _ws_connect
  File "aiohttp\client.py", line 521, in _request
  File "aiohttp\connector.py", line 535, in connect
  File "aiohttp\connector.py", line 892, in _create_connection
  File "aiohttp\connector.py", line 1032, in _create_direct_connection
  File "aiohttp\connector.py", line 969, in _wrap_create_connection
  File "asyncio\base_events.py", line 949, in create_connection
  File "asyncio\selector_events.py", line 473, in sock_connect
concurrent.futures._base.CancelledError

2021-05-06T07:31:45.016 daemon asyncio                    : ERROR    Task exception was never retrieved
future: <Task finished coro=<kill_service() done, defined at chia\daemon\server.py:833> exception=AttributeError("'list' object has no attribute 'pid'")>
Traceback (most recent call last):
  File "chia\daemon\server.py", line 841, in kill_service
  File "chia\daemon\server.py", line 805, in kill_process
AttributeError: 'list' object has no attribute 'pid'
2021-05-06T07:32:09.965 full_node full_node_server        : ERROR    Exception:  <class 'concurrent.futures._base.CancelledError'>, closing connection None. Traceback (most recent call last):
  File "chia\server\server.py", line 531, in api_call
  File "asyncio\tasks.py", line 435, in wait_for
concurrent.futures._base.CancelledError

2021-05-06T07:33:20.573 full_node full_node_server        : ERROR    Exception , exception Stack: Traceback (most recent call last):
  File "chia\server\server.py", line 356, in start_client
  File "aiohttp\client.py", line 763, in _ws_connect
  File "aiohttp\client.py", line 521, in _request
  File "aiohttp\connector.py", line 535, in connect
  File "aiohttp\connector.py", line 892, in _create_connection
  File "aiohttp\connector.py", line 1032, in _create_direct_connection
  File "aiohttp\connector.py", line 969, in _wrap_create_connection
```

* fix plotter service killing

* just make it always be a list of processes for all services

* catch up tests

* Update chia/daemon/server.py

* fine...  just assert

* cast

* the future!

* Add unit tests for create_bundle_from_mempool (#14700)

* Add unit tests for create_bundle_from_mempool().

* Factor out some shared code into a function.

* Add a variation for sending transactions in reverse order.

* Split some logic into functions.

* Refactor setting up the mempool with coins as well as big cost spend bundle handling.

* Stop sending change to a new address (#14422)

* Stop sending change to a new address

* Fix bug

* Add config & unit tests

* Resolve comments

* Refine based on the requirements

* Change config to str

* Disable addr reuse for unit test since the hardcode offer doesn't compatible with it

* Cover offer trade

* Add unit test and RPC support

* Add reuse option for cli

* Enhance unit test

* Fix unit test

* disable soft-fork 2 (for now) (#14786)

disable soft-fork 2 (for now) until we properly think-through and settle on how to handle ephemeral coins

* in mempool, support sqlite without generated columns (#14788)

* Bump chia-blockchain-gui to 078cc5976a991ea5a8b2b261deeb71da994d246c (#14794)

Includes:
* special case for one-sided offers where '0' XCH is allowed by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1522
* show NFT title and preview in offer rows by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1521
* tweak testnet button styling by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1520
* Fixing status icons styling (first page & status header) by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1525
* update profiles settings tab and support naming a DID at creation by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1526
* add default fee of zero to fee estimator by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1538
* First screen - edit wallet name (design fixes) by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1529
* Run existing jest tests in CI by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1534
* add default fee to fee estimator by @lipalong in https://github.com/Chia-Network/chia-blockchain-gui/pull/1527
* Do not show version mismatch dialog in development by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1535
* Prompt to cancel existing offers by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1512
* Add pre commit git hook for eslint and prettier by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1536
* update profile settings width and other small changes by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1537
* disabled counter offer button tooltip by @lipalong in https://github.com/Chia-Network/chia-blockchain-gui/pull/1544
* First screen NEW WALLET => ADD WALLET by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1543
* Emoji and color picker cosmetic fixes by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1542
* Sortable wallets bugfixes (+ saving to prefs instead of localStorage) by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1540
* dark mode support by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1546
* Zero state for wallet key home screen by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1545
* add burn icon by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1547
* Changed the Burn NFT icon to a burning/flame icon by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1532
* added support for reset bypass by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1549
* Randomizing the color and emoji for existing keys the first time use … by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1531
* Rifeljm/#1128 show please wait when accepting offer wallet not synced by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1533
* Fixed an issue where canceled offer in the cancel prompt dialog did n… by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1550
* fix countering offer flow and allow countering from viewing an offer from a notification by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1548
* minor text/emoji sizing and padding tweaks to the wallet key home screen by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1551

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.8.0-b3...1.8.0-b4

* Update the README to link to the Chia website (#14801)

Mention and link to the Chia website in the README

* avoid FullNode.fetch_block_batches() from putting two `None`s into the batch queue

* Bump Apple-Actions/import-codesign-certs from 1 to 2

Bumps [Apple-Actions/import-codesign-certs](https://github.com/Apple-Actions/import-codesign-certs) from 1 to 2.
- [Release notes](https://github.com/Apple-Actions/import-codesign-certs/releases)
- [Commits](https://github.com/Apple-Actions/import-codesign-certs/compare/v1...v2)

---
updated-dependencies:
- dependency-name: Apple-Actions/import-codesign-certs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* nft royalty edge cases (#14789)

* nft royalty edge cases

* making tests faster

* Update tests/wallet/nft_wallet/test_nft_1_offers.py

Co-authored-by: Matt Hauff <quexington@gmail.com>

* flake

---------

Co-authored-by: Matt Hauff <quexington@gmail.com>

* Bump chia-blockchain-gui to 91234eedaa3fd515699f4d7e38910b5314306cb4 (#14824)

Includes:
* Emoji and color picker positioning fix (did not work at the bottom) by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1555
* Rifeljm/#328 emoji and color picker wallet view (#1553) by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1560
* increase emoji size on the select key screen by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1573
* fix copying of the didid from the signing dialog by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1574
* Remove empty dialog after all blocking offers are canceled by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1554
* Color and emoticon picker - cosmetic fixes by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1579
* NFT detail navigation buttons to center, validation status to top right by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1576
* Moved wallet connect icon to the right (next to notification and exit icon) by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1577
* Fixed emoticon size inside emoji picker on retina displays by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1578
* increase timeouts when fetching content/metadata by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1580

* wallet: Don't just subscribe to all coin ids from the DB (#14813)

* better handling of offer status and failed txs (#14812)

* better handling of offer status and failed txs

* 5 retries before tx is marked failed

* increase test timeouts

* fixed test

* require only difference vs whole fee

* polish + fee coins kick in only if we're missing fee

* wallet: Handle trade coins in the `try` block of `new_coin_state` (#14833)

* Added `chia completion` command (#14782)

* adding 'chia completion' command

* fixing lint

* Fixing isort

* Update chia/cmds/completion.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update chia/cmds/completion.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Cleanup completions command

* formatting with black

* Update chia/cmds/completion.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update chia/cmds/completion.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update chia/cmds/completion.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update chia/cmds/completion.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update chia/cmds/completion.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* fixup my mistakes

* just ["chia"]

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Test cleanups (#14841)

* remove redundant test cases in test_blockchain.py test_ephemeral_timelock

* reorganize some test cases

* wallet: Disconnect untrusted peers if we find a trusted synced one (#14640)

* Move `request_time` creation into `is_peer_synced`

* Pass in `height: uint32` instead of `header_block: HeaderBlock`

* Disconnect untrusted peers as soon as we have a synced trusted

* Add `test_long_sync_untrusted_break`

* Ignore already disconnected peers

* tests: Fix flaky RPC related tests in `test_nft_bulk_mint.py` (#14834)

* `assert spend_bundle is not None`, required after hinting in next commit

* Don't start duplicated RPC servers, use the already started ones

* Wait for wallet sync before minting

* Only compile CLVM if source newer than hex (#14840)

* Only compile CLVM is source newer than hex

* lint

* fix renaming of respond_block -> add_block (#14846)

* add benchmark that tests the mempool over a long time (#14728)

add benchmark that tests the mempool over a long time, churning transactions

* full_node: Avoid some list copying in `FullNode.update_wallets` (#14827)

* full_node: Just add `new_states` since the entries can't be `None`

* Drop list creation, `lookup_coin_ids` is already a list

* wallet: Return a dict in `WalletCoinStore.get_coin_records` (#14828)

* fixup tests that do not close all event loops (#14851)

* remove event loop fixture from `test_dl_wallet`

* stop importing unused `Iterator`

* fixup more

* pin pytest-asyncio just for release branch (#14859)

* Bump chia-blockchain-gui to cecb432b8eb0dd4e867ecd7f1124b712bbeb0d13 (#14845)

Includes:
* First screen - wrong emoji font and icon padding by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1583
* prevent entering wallet from emoji picker space key pressed by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1585
* fix issue where custom fees were being zeroed out when refreshing fee estimates by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1597
* change "Let's Farm!" -> "Get Started" on the windows installer by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1599
* unknown cat amount fix2 by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1598
* smaller screens 2 wallets per row by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1586
* add refresh nft data option to the offer nft preview context menu by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1612
* First screen BUGFIX - there should be no empty div - solved it with b… by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1604
* theme picker same color by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1587
* updated localization link by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1621
* update Windows app icon by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1620
* suppress offer conflict dialog if there are no conflicts by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1623
* fix delay when determining if send notification is an option on the offer sharing dialog by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1624

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.7.1-rc2...1.7.1-rc3

* Bump chia-blockchain-gui to 5702b3f60c92aa68c30676179b79c94e2192247c (#14861)

Includes:
* [BUGFIX] limiting the number of rows to show in the conflicting offers screen doesn't work by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1625
* fixed navigation back for counter offer by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1627

* 1.7.1 fixes (#14860)

* Zstdwjb (#80)

* limit decompression output size

* added test

---------

Co-authored-by: William Blanke <wjb98672@gmail.com>

* check MAX_GENERATOR_REF_LIST_SIZE earlier (#68)

* make INFINITE_COST more reasonable (#69)

---------

Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: William Blanke <wjb98672@gmail.com>

* exclude CompressorArg.generator from repr() due to size (#14849)

* util: Drop outdated comments (#14787)

* added wallet_removed to allowed changes (#14855)

* close daemon client even for a BaseException in acquire_connection_to_daemon()

* Add support to cat_spend RPC for running TAIL (#14730)

* Revert the change as it was only meant for the release branch.

* Update NFT wallet test timeout to 55m (#14872)

* `can_replace()` tests (#14864)

* mempool min fee increase is a constant

* make can_replace() a free function rather than a member of mempool. It doesn't need to be a member, and a free function is easier to test

* simplify can_replace by passing in MempoolItem

* slightly simplify handling of conflicting mempool items in mempool_manager, to avoid double lookups

* simplify can_replace() by just passing removal_names instead of the whole dict

* add unit test for can_replace()

* Add placeholders for DAO Wallet directories (#14858)

* Update the anchor to reflect the checkpoint.

* Staging changelog for updates (#14799)

* Staging changelog for updates

* Update changelog.md 

Preliminary update of the changelog based on the changelist between 1.7.0 and 1.7.1

* Cleanup Added items

cleaned up a few added items

* Updated Changed items

* Updates

* More updates

* fix typos

* minor update

* fix trailing whitespace

* Update CHANGELOG.md

* Typo

Co-authored-by: Jeff <jeff@chia.net>

* Update CHANGELOG.md

Co-authored-by: Jeff <jeff@chia.net>

---------

Co-authored-by: Earle Lowe <30607889+emlowe@users.noreply.github.com>
Co-authored-by: Jeff <jeff@chia.net>

* change self peer connection error to info, remove traceback

* enable soft-fork2 conditions (incl. ASSERT_BEFORE) (#14733)

* enable soft-fork2

* add blockchain (consensus) test for time-lock conditions (non-ephemeral spend)

* introduce new soft-fork rule to compare ASSERT_SECONDS_* conditions against the previous transaction block's timestamp (to be consistent with ASSERT_HEIGHT_* conditions)

* bump chia_rs. This updates the mempool rules to disallow relative height- and time conditions on ephemeral coin spends

* implement assert_before in mempool_check_time_locks. Extend ephemeral coin test in blockchain with assert_before conditions

* implement support for assert_before conditions in compute_assert_height()

* support assert-before in mempool

* add timelock rule

* address review comments

* increase wallet.nft_wallet test job timeout to 70 minutes (#14881)

from https://github.com/Chia-Network/chia-blockchain/actions/runs/4455716184/usage i see macos with nominal low 40s runtime and outliers into the low 50s, windows has a wider variance with highs in the low 50s and 8'ish hung runs that timed out at the 75 minute timeout, linux looks like 30'ish with a high of maybe 36.

* remove traceback from LockQueue._run() cancellation debug logging (#14805)

* wallet: Cleanup `get_timestamp_for_height` + Drop `height_to_time` (#14885)

* wallet: Simplify `WalletStateManager.coin_added` (#14852)

* Simplify coinbase/tx_type logic

* Confirm transactions immediately, don't create a list first

* Move transaction confirmation logic

* Combine `TransactionRecord` creation cases since they are equal

* Drop `timestamp`

* Drop redundant parentheses

* Just assign to `change`

* Rename `coin_record_1` -> `coin_record`

* `break` after transaction was confirmed

* Harden `coinbase` condition

* wallet: Drop some unused members of `WalletNode` (#14876)

* Remove no longer needed cost_per_byte cases (#14850)

Remove no longer needed cost_per_byte cases.

* Fixed windows issues with passphrase prompt on CLI by flushing prompt (#14904)

flush prompt on windows

* daemon: Fix removal while iterating over connections set (#14887)

* server: Rename `respond_peers` to `add_peers` in `node_dicovery.py` (#14461)

server: `respond_peers` to `add_peers` `node_dicovery.py`

* wallet: Drop `WalletCoinStore.get_multiple_coin_records` (#14862)

* wallet: Rename `WalletNode.untrusted_caches` -> `WalletNode.peer_caches` (#14886)

* wallet: Add `WalletProtocol.wallet_info` (#14895)

* wallet: Some `WalletType` cleanup (#14897)

* Return `WalletTye` in `WalletProtocol.type`

* Compare to `WalletType` in `WalletStateManager.create`

* wallet: Drop unused code in `wallet_state_manager.py` (#14898)

* wallet: Enable and fix more `mypy` in `wallet_weight_proof_handler.py` (#14912)

* Adding py version exclusion (#14906)

* Adding py version exclusion

* adding workflow dispatch override

* consensus: Rename add block method/enum (#14459)

* `ReceiveBlockResult` -> `AddBlockResult`

* `Blockchain.receive_block` -> `Blockchain.add_block`

* wallet: Some tweaks and rename of `WalletStateManager.new_coin_state` (#14863)

* Rename `new_coin_state` -> `add_coin_states` in `WalletStateManager

* Avoid redundant coin id calculations

* Don't `max`, just use `derivation_index` since its max by the condition

* Just get the children in the begining since we anyway always fetch them

* Don't pre-hint `existing`

* Adjust some logging

* Minor simplification to the mempool conflicts check (#14918)

Minor simplification to the mempool conflicts check.

* update condition codes constants in clvm include file (#14723)

* Improve core mempool test runs (#14914)

Improve mempool test runs.

* wallet: Drop some parameters from `WalletStateManager.add_new_wallet` (#14919)

* Add unit tests for replace by fee dynamics (#14815)

* Add unit tests for replace by fee dynamics.

* Separate scenarios into their own tests.

* Remove the TestReplaceByFee class.

* slightly faster nft complex offer tests (#14847)

* slightly faster nft complex offer tests

* cached bundle, faster offer matching

* nft metadata test fix

* more optimizations

* use get_nft_count method in tests

* use counts in bulk minting, avoid sleep

* flake

* offer cache fix

* forward compat param, max int16

* only parse programs with pairs

* cache offer data on method call, not init

* black

* remove unused Service(server_listen_ports=) parameter

* add explicit listen option for Service() and ChiaServer.start_server()

* Fix the mempool fee rate calculation (#14926)

* Fix the mempool fee per cost calculation.

It's currently performing integer division instead of float division, resulting in incorrect sorting of mempool items by fee rate. Items with x.y FPC get all treated as items of x.0 FPC.

* Add unit tests for mempool's spends_by_feerate.

* more passing arguments by name in `ChiaServer`

* not private...

* just ChiaServer.start() since it sometimes doesn't really start serving

* avoid consuming exceptions while closing the daemon

* move it

* assert_before_height, assert_before_seconds fields in MempoolItem (#14931)

fix issue where assert_before_height and assert_before_seconds fields in MempoolItem would not be populated

* Make sql pre-commit check work when pre-commit hooks are in non-standard locations (#14955)

* make sql pre-commit check work with git worktrees

* Comment reasoning in script file

Co-authored-by: Kyle Altendorf <sda@fstab.net>

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* just return

* util: Drop unused `chia.util.pip_import` (#14965)

* wallet: Remove unused transaction getter (#14923)

* wallet: Improve coin state retry wait logic and retry store test (#14911)

* wallet: Improve coin state retry wait logic and improve retry store test

* Avoid sleeping after uncatched exceptions

* Sleep only at the beginning since we have reduced timeout now in tests

* wallet: Improve balance caching (#14631)

* wallet: Improve balance caching

* Fix missing entries in `get_balance` RPC and add a test for it

* Fix comment

* wallet: Rename add block/state methods  (#14460)

* `WalletBlockchain.receive_block` -> `WalletBlockchain.add_block`

* `receive_state_from_peer` -> `add_states_from_peer`

* `receive_and_validate` -> `validate_and_add`

* wallet: Raise in `WalletNode.get_full_node_peer` and move some of its calls (#14842)

wallet: Raise in `WalletNode.get_full_node_peer` + move some calls of it

* skip empty directories pre-commit (#14973)

* Correct SQLite logging when using db_wrapper.manage_connection() (#14866)

* Correct SQLite log file handling in db_wrapper.manage_connection()

* simplify and fixup

* black

* fix/simplify

* just try/finally

* seeder: case-insensitive DNS label matching to support bit 0x20 use (#14933)

Some DNS resolvers (notably 8.8.8.8) have implemented the use of bit 0x20 in
DNS labels to make cache poisoning attacks more difficult.

See https://datatracker.ietf.org/doc/html/draft-vixie-dnsext-dns0x20-00 for
more details.

Without this patch, resolution though Google public DNS fails:

$ dig dns-introducer.chia.net @8.8.8.8 +short | wc -l
       0

Whereas it works as expected on a seeder which already deployed this patch:

$ dig chia.ctrlaltdel.ch @8.8.8.8 +short | wc -l
      32

* remove synced status check from wallet rpc `/push_transactions` endpoint (#14974)

This is causing trouble around creating transactions and then submitting them as the creation triggers the wallet to consider itself unsynced when creating a new address for change while building a transaction.  This creates a race between syncing and the calling code submitting the generated transaction.

* expose NFT coin info's latest_height to RPCs requesting NFT info (#14954)

* Check hint length in notficication manager to avoid raise (#14972)

* wallet: Introduce `WalletIdentifier` (#14964)

* Bump chia-blockchain-gui to 3f97a37ec5e409d46500ec42c8f8abd63fee7df4 (#14978)

* Update @babel/core to 7.21.2 by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1556
* update http-cache-semantics dependency to 4.1.1 to address dependabot alert by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1557
* Rifeljm/#328 emoji and color picker wallet view by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1553
* refactor and add test coverage for OfferBuilder's createDefaultValues by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1562
* update @walletconnect packages to 2.4.9 by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1558
* remove unused useNFTMetadata hook in api-react by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1563
* spend_type param by @lipalong in https://github.com/Chia-Network/chia-blockchain-gui/pull/1595
* fixed navigation back for counter offer by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1627
* [BUGFIX] limiting the number of rows to show in the conflicting offers screen doesn't work by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1625
* Fixed broken `useThrottleQuery` by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1633
* update playwright to 1.31.2 by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1646
* Nft search dropdown is now available "Settings/Sign Message" by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1629
* Refactor styled components to sx prop in core package by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1645
* Add react and redux devtools to electron by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1649
* Add absent libgbm1 dependency by @Elentary in https://github.com/Chia-Network/chia-blockchain-gui/pull/1648
* fix acceptance of one-sided offers by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1652
* Nft transfer cosmetic fixes for showing fee mojos on a new line by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1654
* update electron to 22.3.5 by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1655
* update getWallets api/hook to set includeData to false by default by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1656
* add getCATWalletInfo query to call cat_asset_id_to_name RPC by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1657
* make playwright optional to allow CI to pass on Ubuntu ARM64 by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1661

* @Elentary made their first contribution in https://github.com/Chia-Network/chia-blockchain-gui/pull/1648

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.7.1-rc3...1.8.0-b4

* update black to 23.3.0 (#14537)

* unpin black

* Update setup.py

* Update .pre-commit-config.yaml

* black

* black

* 23.3.0

* cleanup

* Mempool insertion order (#14971)

* prepare mempool spends_by_feerate test for more test cases, move it to test_mempool.py (since it's testing the Mempool class)

* use insertion order as tie-breaker in mempool

* wallet: Drop leaking weight proof validation cache (#14574)

* Make `wp_valid_cache` a LRU cache

* Drop `wp_valid_cache`

* data_layer: Simplify wallet get and create code  (#14878)

* Apply `final` decorator to `DataLayerWallet`

* Simplify `DataLayerWallet.create_new_dl_wallet`

* Simplify `DataLayerWallet.create`

* Improve `WalletStateManager.get_dl_wallet`

* More use of `WalletStateManager.get_dl_wallet`

* Only try `get_dl_wallet`

* Simplify creating a spend bundle from mempool items and move this logic to the mempool (#14934)

Simplify creating a spend bundle from mempool items and move this logic to the mempool.

* windows fix of memory profiler (#14987)

when enabling memory profiler, use a directory name compatible with windows' filesystems

* Update Wallet command line help for key fingerprints (#14982)

* wallet: Drop `chia.wallet.user_settings` (#14899)

* wallet: Handle some peer closed cases better (#14642)

* Move some logs to `DEBUG` for disconnected peers

* Introduce `_add_coin_states` to log and cleanup cache in one place only

* Bail out early for disconnected peers in some places

* Consider renaming from #14460

* wallet: Enable and fix more `mypy` in `wallet_node.py` (#14913)

* correct broken exit codes from `manage_clvm.py`

* optimize Mempool.add_to_pool() (#14988)

* optimize at-capacity check in mempool.add_to_pool() by only computing the total cost once and remove all items in a single call

* use sqlite logic

* add test for Mempool.add_to_pool() when it's full

* Update tools/manage_clvm.py

Co-authored-by: Matt Hauff <quexington@gmail.com>

* Bump chia-blockchain-gui to 69b15a42328199eecbe714302070bfd05b098031 (#15002)

* update decode-uri-component transitive dep to 0.2.2 by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1662
* bump webpack to 5.77.0 to address a dependabot alert by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1660
* NFT Provider - refactored NFTs by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1651
* GUI: Add option to Emoji picker to clear or not set an emoji by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1666
* GUI: Make URL values in NFTProperties clickable by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1668
* Temporary workaround issue using openDialog() on WalletConnect dialogs. by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1670

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.8.0-b4...1.8.0-b5

* Print mypy version

* Remove redundant create_tandem_xch_tx

* Fix conflicts

* add new peak and tidy new compact vdf limited semaphore full logging (#14831)

* add new peak and tidy new compact vdf limited semaphore full logging

* log the peer as well

* delayed formatting for debug logging

* -f

* server:  `peer_host` + `peer_port` -> `peer_info` in `WSChiaConnection` (#14151)

* Add new coin_type & metadata to coin_records (#15013)

* Add new coin_type & metadata to coin_records

* Remove unrelated changes

* Fix pre-commit

* Remove unrelated changes

* Fix pre-commit

* Add get_coin_records_between

* Fix field data type

* Resolve comments

* Fix unit test

* Remove unrelated changes

* Remove unrelated changes

* tests: Reuse `puzzle_utils.make_create_coin_condition` in `test_puzzles` (#15018)

* Dl plugin service (#14883)

* generic downloader

* add s3 Downloader

* tests

* pre commit

* create uploader protocol, factor out upload code

* fix pre commit

* add s3 uploader

* add add helper for testing with real bucket

* typing

* lint

* logs

* start service separation

* working aiohttp s3 service

* lint

* multiple instances config

* break if failed to write

* better error handling

* update from conf before checking

* lint

* redundant config

* also update bucket

* improve exception handling

* remove old tests

* uae multiple uploaders

* Update chia/data_layer/data_layer.py

pr comments

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* pr comments

* Apply typos fixes from code review

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update chia/data_layer/s3_plugin_service.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* scheme in conf

* use byte32 for store_ids list

* use dataclass instead of tuple for return value

* initial config handling for uploaders and downloaders

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>
Co-authored-by: Earle Lowe <30607889+emlowe@users.noreply.github.com>
Co-authored-by: Earle Lowe <e.lowe@chia.net>

* Rename singleton helper functions (#14983)

* Rename singleton helper functions

* Amend abbreviation in Singleton Puzzle creation functions

* wallet: Some rework/cleanup of weight proof validation (#14572)

* Drop unused `List[SubEpochSummary]` return

* Drop unused `SubEpochSummary` return

* Raise in `WalletWeightProofHandler.validate_weight_proof`

* Move validation logs

* Set the new weight proof inside `fetch_and_update_weight_proof`

Which was `fetch_and_validate_the_weight_proof` before.

* Drop `WalletWeightProofHandler._weight_proof_tasks`, just await them

Doesn't seem to make a lot sense to have a list of tasks where we always 
just add a task, await it and remove it after. This happens in the long 
sync so to parent task will cancel the awaited task anyway.

* cleanup connection removal from `ChiaServer.all_connections` (#15026)

* wallet: Reduce DB lookups in `handle_did` and `handle_nft` (#14969)

* Use the cached wallets in `handle_did`

* Use the cached wallets in `handle_nft`

* util: Cleanup `Tuple[Optional[Err], ..]` returns in `condition_tools.py` (#15009)

* server: Rework config peer resolving and connection handling (#14997)

merging as the snyk issue is confirmed a false positive

* wallet: Drop unused `Wallet.create_spend_bundle_relative_chia` (#15017)

* limit expiring transactions (#14993)

limit the mempool size used for transactions with short expiration times. This makes it so transactions that expire in the next 15 minutes may not take more than one block worth of cost in the mempool

* S3 plugin config and endpoint updates (#15037)

* Addition logging for datalayer wrt plugins

* some plugin modifications to config and endpoints

* Add entry point and some minor config checking

* Improved config file reading for store_ids

* Changed to upload_bucket and download_url

* Apply suggestions from code review

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Code review suggestions

* uploaders and downloaders are now URLs and this was missed earlier

* Update pyinstaller.spec to include plugin binary

* updates based on code review

* Update chia/data_layer/s3_plugin_service.py

Co-authored-by: Almog De Paz <almogdepaz@gmail.com>

* minor updates

* Add boto3 to setup for s3 plugin

* Add None check

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>
Co-authored-by: Almog De Paz <almogdepaz@gmail.com>

* Return fee estimates as integer mojos (#15020)

* Add very basic logging support to S3 plugin (#15031)

* Add very basic logging support to plugin

* Address review comments

* wallet: Select enough XCH to cover the fee when creating an offer (#15051)

* Partially revert 6d09a06

* Include fee amount when selecting XCH coins for offers

* Rename `get_coin_amount` -> `amount_to_select`

* Adjust comment

* No need to create a list first

* Introduce and use the ability to honor spends IDs in make_test_conds (#15060)

Introduce and use the ability to honor spends IDs in make_test_conds.

* extend mempool-benchmark (#15038)

* Simplify create_bundle_from_mempool's handling of removals (#15056)

Simplify create_bundle_from_mempool's handling of removals.

They're already taken care of by aggregation.

* Bump chia-blockchain-gui to 3bac0590c5fe8514eaf35b9b054ee6dca8c2c1aa (#15064)

* added walletconnect app permissions gui by @Gaerax in https://github.com/Chia-Network/chia-blockchain-gui/pull/1561
* Add TS types for api, api-react and refactor parameters to object by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1664
* preview an offer being created via WC using createOfferForIds by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1669
* Update eslint rules to allow for-of loops by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1673
* added walletconnect app permissions gui by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1659
* adds a global notification toggle by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1658
* Fixed broken code by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1674
* invalidate some RTK caches when logging into a key by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1663

* @Gaerax made their first contribution in https://github.com/Chia-Network/chia-blockchain-gui/pull/1561

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.8.0-b5...1.8.0-b6

* Added some sanity checks to upload and download for S3 plugin (#15057)

* Added some sanity checks to upload and download

* Add server files path to config

* small fix

* send filenames and not paths now

* minor tweaks

* Update chia/data_layer/s3_plugin_service.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* use bytes32.fromhex and other fixes

* set host to "localhost"

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* wallet: Some cleanup of `WalletNode.fetch_puzzle_solution` (#14896)

* wallet: Introduce `WalletNode.get_coin_spend_for_coin_state`

* Rename `fetch_puzzle_solution` and `get_coin_spend_for_coin_state`

* Free `fetch_coin_spend` and `fetch_coin_spend_for_coin_state`

* Chialisp file extensions (#14996)

* Rename chialisp file extensions

* Add pre-commit check for .clvm files

* Delete sha256tree files

* remove hash files in favor of central dictionary

* Add check for missing files like hex and hash entries

* Enhance clsp pre-commit check

* Actually check hash matches

* Update tools/manage_clvm.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update tools/manage_clvm.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Fix Windows file writing

* Fix setup.py package_data fields

* Load hash dict at runtime

* Move away from exception pattern

* Bad equality check

* Minor fixes

* remove trailing whitespace fix

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* server: Try to convert in `known_active_capabilities` (#15046)

* tests: Drop some unused code in `test_puzzle_store.py` (#15047)

* wallet: Fix, simplify and test `TransactionRecord.is_valid` (#15048)

* Add `minimum_send_attempts`

* Fix `MempoolInclusionStatus` check

* Fix error access

* Fix error check

* Simplify

* Test `TransactionRecord.is_valid`

* Generator mod cleanup and simplification (#15055)

* remove unused run_generator_mempool() function

* move run_generator_unsafe() into the tests, which is the only place it's used

* remove (somewhat meaningless) setup_generator_args() and create_generator_args()

* remove unused GENERATOR_MOD in mempool_check_conditions.py

* remove redundant get_generator() function

* transition analyze-chain.py to use run_block_generator() and drop dependency on GENERATOR_MOD

* fixup type hints in test_rom.py

* fixup type hints in test_compression.py

* fixup type hints in test_generator_types.py

* Add plugin_info and healthz endpoints to s3 plugin service, add `chia data plugins check` cli (#15028)

* Add plugin_id and healthz endpoints to s3 plugin service

* Add `chia data plugins check` cli

* plugin_id -> plugin_info

* updates based on reviews

* Use gather to run the lookups

* Update chia/data_layer/data_layer.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Fix typo

* short_help -> help

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* DL plugin Add missing files (#15062)

* add_missing_files

* lint

* dont error on fail to write

* use resource

* remove prints

* use dl folder and file names

* rearrange loop

* remove redundant str conversion

* dont break on failed upload

* bump chia_rs dependency to 0.2.6 (#15077)

* activate the soft-fork and soft-fork2 earlier on testnet10 (#14921)

* Check for directory existence before creating offer (#14990)

Check for dir existence before creating offer

* Removed "failed to write files" log spam from data layer (#15082)

remove log spam for datalayer

* Fix manage_clvm.py hash building and std libraries (#15075)

* manage_clvm.py edge cases

* @trepca suggestion fix

* Add timestamp and formatting to S3 plugin log (#15083)

* add date/time to log output

* minor comment fix

* configurable log_level

* New S3 plugin endpoints for add_store_id and remove_store_id (#15030)

* add_store_id and remove_store_id endpoints

* handle bucket info during add/remove

* Updated add and remove store id endpoints

* fix typo

* Adding daily full matrix test (#14927)

* Adding daily full matrix test

* Adjust indentation

* fix end of file

* Add Chia Simulator tools directly Into Chia Blockchain  (#15005)

* add simulator tool + tests into chia blockchain

add chia dev ...

* isort

* make sim chia root use normal chia root as a part of it

* fix starting path for tests

* cleanup start and stop + cli

* add extra env message

* fix cmds

* update test

* add existing_plots arg

* change to consume_errors

* fix tests

* cleanup cmds_util.py

* cleanup click

* clean up block_tools

dataclass + logic cleanup & tests

* isort block_tools.py

* server: Resolve introducer right before the connection attempt (#14998)

* Bump chia-blockchain-gui to c2707c8aa27093cf5f1deab4a4c68ce9ff5adb23 (#15085)

* Check latest GUI version on http://chia.net/downloads by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1607
* added compareAppVersions function with tests by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1677
* Enable MintGarden offer sharing on mainnet by @greimela in https://github.com/Chia-Network/chia-blockchain-gui/pull/1676
* add checkbox to toggle launching Chia when installer exits by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1678
* nft improvements by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1672

* @greimela made their first contribution in https://github.com/Chia-Network/chia-blockchain-gui/pull/1676

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.8.0-b6...1.8.0-b7

* bump chia_rs to 0.2.7 (#15110)

* lower MAX_FUTURE_TIME to 2 minutes with the 1.8.0 soft-fork activation (#15035)

* Bump chia-blockchain-gui to 8c1817c14c053b13158622af9550315f3e25003f (#15111)

* set progress to 100% when there are no NFTs by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1679
* wallet connect upgrade by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1680
* fix skip version logic and allow localStorage overrides for testing by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1685
* fix broken calls to getOfferSummary by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1689
* fix callers of RTK mutations to pass params properly by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1691
* Update PlotAddNFT.tsx by @Voodoo-Chia in https://github.com/Chia-Network/chia-blockchain-gui/pull/1671
* fix cat_spend to use 'inner_address' instead of 'address' by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1692
* Fixed an issue where creating an offer with NFT failed by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1704

* @Voodoo-Chia made their first contribution in https://github.com/Chia-Network/chia-blockchain-gui/pull/1671

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.8.0-b7...1.8.0-rc2

* util: Async DNS lookups (#14999)

* Rename `get_host_addr` to `resolve`

* Async DNS lookups in `resolve`

* Drop not needed `str` conversions

* wallet: Move assignments of `WalletStateManager._sync_target` (#15148)

* wallet: Lock `WalletStateManager.lock` while populating balances initially (#15149)

Lock `WalletStateManager.lock` while populating balances initially

* 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

* 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 a998ea48d856234b5d7b79c5dbf1fa0c6c93e084.

* wallet: List the columns for `INSERT` into `coin_record` (#15159)

* 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

* 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>

* Fix soft fork to 60 days (#15191)

* 60 days

* testnet changes

* Additional entry to changelog (#15194)

* integrate get_puzzle_and_solution_for_coin change into enhanced endpoints

* use renamed method

* update use of get_puzzle_and_solution_for_coin

* improve code reuse between paginated endpoints, fix error

* fix hint paginated fetch

* remove logging

* add new paginated hints method

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kyle Altendorf <sda@fstab.net>
Co-authored-by: Chris Marslender <chrismarslender@gmail.com>
Co-authored-by: Jeff <jeff@chia.net>
Co-authored-by: Arvid Norberg <arvid@libtorrent.org>
Co-authored-by: Earle Lowe <30607889+emlowe@users.noreply.github.com>
Co-authored-by: Adam Kelly <338792+aqk@users.noreply.github.com>
Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: Matt Hauff <quexington@gmail.com>
Co-authored-by: William Blanke <wjb98672@gmail.com>
Co-authored-by: Adam J. Weigold <adam@adamweigold.com>
Co-authored-by: Amine Khaldi <amine.khaldi@reactos.org>
Co-authored-by: Kronus91 <t.yu@chia.net>
Co-authored-by: Zachary Brown <z.brown@chia.net>
Co-authored-by: Sebastjan Trepca <trepca@gmail.com>
Co-authored-by: François Deppierraz <francois-github@ctrlaltdel.ch>
Co-authored-by: Justin England <justin@chia.net>
Co-authored-by: Almog De Paz <almogdepaz@gmail.com>
Co-authored-by: Earle Lowe <e.lowe@chia.net>
Co-authored-by: Jack Nelson <j.nelson@chia.net>
Apetree100122 added a commit to Apetree100122/Chia-Network-chia-blockchain.g that referenced this pull request Oct 23, 2023
* Bump chia-blockchain-gui to 69b15a42328199eecbe714302070bfd05b098031 (#15002)

* update decode-uri-component transitive dep to 0.2.2 by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1662
* bump webpack to 5.77.0 to address a dependabot alert by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1660
* NFT Provider - refactored NFTs by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1651
* GUI: Add option to Emoji picker to clear or not set an emoji by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1666
* GUI: Make URL values in NFTProperties clickable by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1668
* Temporary workaround issue using openDialog() on WalletConnect dialogs. by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1670

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.8.0-b4...1.8.0-b5

* Print mypy version

* Remove redundant create_tandem_xch_tx

* Fix conflicts

* add new peak and tidy new compact vdf limited semaphore full logging (#14831)

* add new peak and tidy new compact vdf limited semaphore full logging

* log the peer as well

* delayed formatting for debug logging

* -f

* server:  `peer_host` + `peer_port` -> `peer_info` in `WSChiaConnection` (#14151)

* Add new coin_type & metadata to coin_records (#15013)

* Add new coin_type & metadata to coin_records

* Remove unrelated changes

* Fix pre-commit

* Remove unrelated changes

* Fix pre-commit

* Add get_coin_records_between

* Fix field data type

* Resolve comments

* Fix unit test

* Remove unrelated changes

* Remove unrelated changes

* tests: Reuse `puzzle_utils.make_create_coin_condition` in `test_puzzles` (#15018)

* Dl plugin service (#14883)

* generic downloader

* add s3 Downloader

* tests

* pre commit

* create uploader protocol, factor out upload code

* fix pre commit

* add s3 uploader

* add add helper for testing with real bucket

* typing

* lint

* logs

* start service separation

* working aiohttp s3 service

* lint

* multiple instances config

* break if failed to write

* better error handling

* update from conf before checking

* lint

* redundant config

* also update bucket

* improve exception handling

* remove old tests

* uae multiple uploaders

* Update chia/data_layer/data_layer.py

pr comments

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* pr comments

* Apply typos fixes from code review

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update chia/data_layer/s3_plugin_service.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* scheme in conf

* use byte32 for store_ids list

* use dataclass instead of tuple for return value

* initial config handling for uploaders and downloaders

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>
Co-authored-by: Earle Lowe <30607889+emlowe@users.noreply.github.com>
Co-authored-by: Earle Lowe <e.lowe@chia.net>

* Rename singleton helper functions (#14983)

* Rename singleton helper functions

* Amend abbreviation in Singleton Puzzle creation functions

* wallet: Some rework/cleanup of weight proof validation (#14572)

* Drop unused `List[SubEpochSummary]` return

* Drop unused `SubEpochSummary` return

* Raise in `WalletWeightProofHandler.validate_weight_proof`

* Move validation logs

* Set the new weight proof inside `fetch_and_update_weight_proof`

Which was `fetch_and_validate_the_weight_proof` before.

* Drop `WalletWeightProofHandler._weight_proof_tasks`, just await them

Doesn't seem to make a lot sense to have a list of tasks where we always 
just add a task, await it and remove it after. This happens in the long 
sync so to parent task will cancel the awaited task anyway.

* cleanup connection removal from `ChiaServer.all_connections` (#15026)

* wallet: Reduce DB lookups in `handle_did` and `handle_nft` (#14969)

* Use the cached wallets in `handle_did`

* Use the cached wallets in `handle_nft`

* util: Cleanup `Tuple[Optional[Err], ..]` returns in `condition_tools.py` (#15009)

* server: Rework config peer resolving and connection handling (#14997)

merging as the snyk issue is confirmed a false positive

* wallet: Drop unused `Wallet.create_spend_bundle_relative_chia` (#15017)

* limit expiring transactions (#14993)

limit the mempool size used for transactions with short expiration times. This makes it so transactions that expire in the next 15 minutes may not take more than one block worth of cost in the mempool

* S3 plugin config and endpoint updates (#15037)

* Addition logging for datalayer wrt plugins

* some plugin modifications to config and endpoints

* Add entry point and some minor config checking

* Improved config file reading for store_ids

* Changed to upload_bucket and download_url

* Apply suggestions from code review

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Code review suggestions

* uploaders and downloaders are now URLs and this was missed earlier

* Update pyinstaller.spec to include plugin binary

* updates based on code review

* Update chia/data_layer/s3_plugin_service.py

Co-authored-by: Almog De Paz <almogdepaz@gmail.com>

* minor updates

* Add boto3 to setup for s3 plugin

* Add None check

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>
Co-authored-by: Almog De Paz <almogdepaz@gmail.com>

* Return fee estimates as integer mojos (#15020)

* Add very basic logging support to S3 plugin (#15031)

* Add very basic logging support to plugin

* Address review comments

* wallet: Select enough XCH to cover the fee when creating an offer (#15051)

* Partially revert 6d09a06

* Include fee amount when selecting XCH coins for offers

* Rename `get_coin_amount` -> `amount_to_select`

* Adjust comment

* No need to create a list first

* Introduce and use the ability to honor spends IDs in make_test_conds (#15060)

Introduce and use the ability to honor spends IDs in make_test_conds.

* extend mempool-benchmark (#15038)

* Simplify create_bundle_from_mempool's handling of removals (#15056)

Simplify create_bundle_from_mempool's handling of removals.

They're already taken care of by aggregation.

* Bump chia-blockchain-gui to 3bac0590c5fe8514eaf35b9b054ee6dca8c2c1aa (#15064)

* added walletconnect app permissions gui by @Gaerax in https://github.com/Chia-Network/chia-blockchain-gui/pull/1561
* Add TS types for api, api-react and refactor parameters to object by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1664
* preview an offer being created via WC using createOfferForIds by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1669
* Update eslint rules to allow for-of loops by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1673
* added walletconnect app permissions gui by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1659
* adds a global notification toggle by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1658
* Fixed broken code by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1674
* invalidate some RTK caches when logging into a key by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1663

* @Gaerax made their first contribution in https://github.com/Chia-Network/chia-blockchain-gui/pull/1561

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.8.0-b5...1.8.0-b6

* Added some sanity checks to upload and download for S3 plugin (#15057)

* Added some sanity checks to upload and download

* Add server files path to config

* small fix

* send filenames and not paths now

* minor tweaks

* Update chia/data_layer/s3_plugin_service.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* use bytes32.fromhex and other fixes

* set host to "localhost"

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* wallet: Some cleanup of `WalletNode.fetch_puzzle_solution` (#14896)

* wallet: Introduce `WalletNode.get_coin_spend_for_coin_state`

* Rename `fetch_puzzle_solution` and `get_coin_spend_for_coin_state`

* Free `fetch_coin_spend` and `fetch_coin_spend_for_coin_state`

* Chialisp file extensions (#14996)

* Rename chialisp file extensions

* Add pre-commit check for .clvm files

* Delete sha256tree files

* remove hash files in favor of central dictionary

* Add check for missing files like hex and hash entries

* Enhance clsp pre-commit check

* Actually check hash matches

* Update tools/manage_clvm.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update tools/manage_clvm.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Fix Windows file writing

* Fix setup.py package_data fields

* Load hash dict at runtime

* Move away from exception pattern

* Bad equality check

* Minor fixes

* remove trailing whitespace fix

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* server: Try to convert in `known_active_capabilities` (#15046)

* tests: Drop some unused code in `test_puzzle_store.py` (#15047)

* wallet: Fix, simplify and test `TransactionRecord.is_valid` (#15048)

* Add `minimum_send_attempts`

* Fix `MempoolInclusionStatus` check

* Fix error access

* Fix error check

* Simplify

* Test `TransactionRecord.is_valid`

* Generator mod cleanup and simplification (#15055)

* remove unused run_generator_mempool() function

* move run_generator_unsafe() into the tests, which is the only place it's used

* remove (somewhat meaningless) setup_generator_args() and create_generator_args()

* remove unused GENERATOR_MOD in mempool_check_conditions.py

* remove redundant get_generator() function

* transition analyze-chain.py to use run_block_generator() and drop dependency on GENERATOR_MOD

* fixup type hints in test_rom.py

* fixup type hints in test_compression.py

* fixup type hints in test_generator_types.py

* Add plugin_info and healthz endpoints to s3 plugin service, add `chia data plugins check` cli (#15028)

* Add plugin_id and healthz endpoints to s3 plugin service

* Add `chia data plugins check` cli

* plugin_id -> plugin_info

* updates based on reviews

* Use gather to run the lookups

* Update chia/data_layer/data_layer.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Fix typo

* short_help -> help

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* DL plugin Add missing files (#15062)

* add_missing_files

* lint

* dont error on fail to write

* use resource

* remove prints

* use dl folder and file names

* rearrange loop

* remove redundant str conversion

* dont break on failed upload

* bump chia_rs dependency to 0.2.6 (#15077)

* activate the soft-fork and soft-fork2 earlier on testnet10 (#14921)

* Check for directory existence before creating offer (#14990)

Check for dir existence before creating offer

* Removed "failed to write files" log spam from data layer (#15082)

remove log spam for datalayer

* Fix manage_clvm.py hash building and std libraries (#15075)

* manage_clvm.py edge cases

* @trepca suggestion fix

* Add timestamp and formatting to S3 plugin log (#15083)

* add date/time to log output

* minor comment fix

* configurable log_level

* New S3 plugin endpoints for add_store_id and remove_store_id (#15030)

* add_store_id and remove_store_id endpoints

* handle bucket info during add/remove

* Updated add and remove store id endpoints

* fix typo

* Adding daily full matrix test (#14927)

* Adding daily full matrix test

* Adjust indentation

* fix end of file

* Add Chia Simulator tools directly Into Chia Blockchain  (#15005)

* add simulator tool + tests into chia blockchain

add chia dev ...

* isort

* make sim chia root use normal chia root as a part of it

* fix starting path for tests

* cleanup start and stop + cli

* add extra env message

* fix cmds

* update test

* add existing_plots arg

* change to consume_errors

* fix tests

* cleanup cmds_util.py

* cleanup click

* clean up block_tools

dataclass + logic cleanup & tests

* isort block_tools.py

* server: Resolve introducer right before the connection attempt (#14998)

* Bump chia-blockchain-gui to c2707c8aa27093cf5f1deab4a4c68ce9ff5adb23 (#15085)

* Check latest GUI version on http://chia.net/downloads by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1607
* added compareAppVersions function with tests by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1677
* Enable MintGarden offer sharing on mainnet by @greimela in https://github.com/Chia-Network/chia-blockchain-gui/pull/1676
* add checkbox to toggle launching Chia when installer exits by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1678
* nft improvements by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1672

* @greimela made their first contribution in https://github.com/Chia-Network/chia-blockchain-gui/pull/1676

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.8.0-b6...1.8.0-b7

* bump chia_rs to 0.2.7 (#15110)

* Add DID CLI (#15065)

* Add DID CLI

* minor fixes

* build fix

* resolving comments

---------

Co-authored-by: Sebastjan Trepca <trepca@gmail.com>

* Annotate test_blockchain_transactions.py (#15061)

Annotate test_blockchain_transactions.py.

* Use "item" instead of "spend" in mempool's items functions names (#15103)

Use "item" instead of "spend" in mempool's items functions names.

With this we're consistent with mempool's internal items map (_items) and _row_to_item as well as the return types.

* hint chia.rpc.full_node_rpc_client (#14705)

hint chia.rpc.rull_node_rpc_client

* Bump filelock from 3.9.0 to 3.12.0 (#15073)

Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.9.0 to 3.12.0.
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/py-filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.9.0...3.12.0)

---
updated-dependencies:
- dependency-name: filelock
  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>

* Bump pyinstaller from 5.8.0 to 5.10.1 (#15071)

Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.8.0 to 5.10.1.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](https://github.com/pyinstaller/pyinstaller/compare/v5.8.0...v5.10.1)

---
updated-dependencies:
- dependency-name: pyinstaller
  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>

* Bump github/super-linter from 4 to 5 (#15070)

Bumps [github/super-linter](https://github.com/github/super-linter) from 4 to 5.
- [Release notes](https://github.com/github/super-linter/releases)
- [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md)
- [Commits](https://github.com/github/super-linter/compare/v4...v5)

---
updated-dependencies:
- dependency-name: github/super-linter
  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>

* build(deps): bump peter-evans/create-pull-request from 4 to 5 (#15022)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5)

---
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>

* build(deps): bump mheap/github-action-required-labels from 3 to 4 (#14985)

Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 3 to 4.
- [Release notes](https://github.com/mheap/github-action-required-labels/releases)
- [Commits](https://github.com/mheap/github-action-required-labels/compare/v3...v4)

---
updated-dependencies:
- dependency-name: mheap/github-action-required-labels
  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>

* tests: Fix flaky `test_long_sync_untrusted_break` (#15088)

* extract wallet specific behavior from get any service client (#15086)

* extract wallet behavior from get_any_service_client()

* another

* style

* be more careful about deleting temporary plots (#15084)

* Bump aiosqlite from 0.17.0 to 0.19.0 (#15074)

Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.17.0 to 0.19.0.
- [Release notes](https://github.com/omnilib/aiosqlite/releases)
- [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md)
- [Commits](https://github.com/omnilib/aiosqlite/compare/v0.17.0...v0.19.0)

---
updated-dependencies:
- dependency-name: aiosqlite
  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>

* fail for under 100% diff coverage (#15080)

* lower MAX_FUTURE_TIME to 2 minutes with the 1.8.0 soft-fork activation (#15035)

* improve ignore handling in `__init__.py` creation script (#15093)

improve ignore handling

* Bump chia-blockchain-gui to 8c1817c14c053b13158622af9550315f3e25003f (#15111)

* set progress to 100% when there are no NFTs by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1679
* wallet connect upgrade by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1680
* fix skip version logic and allow localStorage overrides for testing by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1685
* fix broken calls to getOfferSummary by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1689
* fix callers of RTK mutations to pass params properly by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1691
* Update PlotAddNFT.tsx by @Voodoo-Chia in https://github.com/Chia-Network/chia-blockchain-gui/pull/1671
* fix cat_spend to use 'inner_address' instead of 'address' by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1692
* Fixed an issue where creating an offer with NFT failed by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1704

* @Voodoo-Chia made their first contribution in https://github.com/Chia-Network/chia-blockchain-gui/pull/1671

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.8.0-b7...1.8.0-rc2

* wallet: Implement `WalletCoinRecord.to_json_dict_parsed_metadata` (#15108)

* more mypy platforms in ci (#12299)

* more mypy platforms in ci

* check not checks

* oh yeah, activate...

* add 3.11

* adjust job names

* actually use the right python version for install

* adjust for 3.7 hinting support

* exclude macos 3.7 and macos arm 3.8

* back to 3.8 for now

* major_dot_minor

* oops

* move ignore comments for 3.7

* and more

* wallet: Enable and fix more `mypy` for `wallet_state_manager.py` (#14900)

mypy: Hint `WalletStateManager`

* wallet: Drop `AmountWithPuzzlehHash`, use `Payment` instead (#15019)

* Simplify MempoolItem's cost property (#15058)

Simplify MempoolItem cost property.

* Implement get_items_by_coin_ids() for the mempool (#15069)

Implement get_items_by_coin_ids() for the mempool.

* wallet: Implement `WalletNFTStore.delete_wallet` (#15128)

* Simplify handling additions and removals in validate_spend_bundle() (#15131)

Simplify handling additions and removals in validate_spend_bundle().

* rework class protocol check pattern (#15134)

* util: Async DNS lookups (#14999)

* Rename `get_host_addr` to `resolve`

* Async DNS lookups in `resolve`

* Drop not needed `str` conversions

* wallet: Move assignments of `WalletStateManager._sync_target` (#15148)

* wallet: Lock `WalletStateManager.lock` while populating balances initially (#15149)

Lock `WalletStateManager.lock` while populating balances initially

* 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

* 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 a998ea48d856234b5d7b79c5dbf1fa0c6c93e084.

* wallet: List the columns for `INSERT` into `coin_record` (#15159)

* 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 7cbd7f79a6a329e54b770347214eb1dba79bd64a.

* drop work around

* 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

* add generator2 to the repository (#15152)

add generator2 to the repository. This is intended to be used in the 2.0 hard fork

* 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 86ffbf7c7aa6d17785ca388666331df1a22aa976.

* Revert "debug - just linux"

This reverts commit f9a32bcbda2c72b17229e9875b848913399f0d32.

* Revert "debug - only run clvm"

This reverts commit 42604268e639298c6b59fa6d60c8dbc217e213ba.

* always run coveralls upload

* help= not short_help= (#15076)

* help= not short_help=

* oops

* more

* more

* 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 b359ec806b76a32693036ee9b7bbc8ce596b398f.

* use type name in `Pulled from queue:` log messages (#15003)

* 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

* wallet: Give `Payment.memos` a default value (#15172)

* wallet: Improve `WalletCoinStore.get_coin_records` (#15099)

Improve `WalletCoinStore.get_coin_records`

* Update the anchor.

* 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>

* Fix soft fork to 60 days (#15191)

* 60 days

* testnet changes

* Additional entry to changelog (#15194)

* wallet: Cleanup `wallet_protocol` imports (#15185)

* 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`

* Fix typo and duplicate options (#15177)

* Hint to CAT change (#15179)

* Hint to change

* Change cat test

* fix test_cat_spend test memo check

* Fix memos assertion again

* 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>

* Move to Discord in docs and install scripts (#15193)

* Annotate tests/util/blockchain.py (#15117)

Annotate tests/util/blockchain.py.

* fix GENEARATOR_MOD2 to have the same cost as GENERATOR_MOD (#15184)

* Comment chialisp assert macro (#15189)

Comment assert macro

* 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>

* 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.

* Softfork2 testing (#15204)

* update tests to use the new softfork2 height

* activate both softforks immediately on testnet

* 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

* 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

* Move to Discord in docs and install scripts (#15193) (#15210)

Co-authored-by: Gene Hoffman <30377676+hoffmang9@users.noreply.github.com>

* wallet: Avoid dict changes while iterating in `handle_nft` (#15216)

* Remove unused function from daemon service (#15209)

Daemon doesn't use this function

* data_layer: Avoid redundant coin state fetching (#15212)

* Always pass the height into `new_launcher_spend`

* Drop `new_launcher_spend`

* Subscribe to the change children of CATs (#15176)

* Subscribe to the change children of CATs

* Address comments by @xdustinface

* capitalization

* type: ignore specific

* spin up only one wallet

* wallet: Use `fetch_coin_spend_for_coin_state` in  `DIDWallet.coin_added` (#15174)

* full_node: Drop `peers_with_peak` removals (#15165)

* Add Chialisp pretty printer to pre-commit (#15008)

* Add chialispp port to pre-commit

* Lint files

* Increase test_create_coin_duplicates to 1 second (#15229)

* Make Simulator CLI Tests Less Flaky (#15163)

* make less flaky by adding finally

* add different path for each test

in case path delete fails

* add comment to reconsider_peak (#15164)

comment

* remove unused parts of test_rom.py (#15151)

* remove unused parts of test_rom.py

* remove unused code in test_compression.py

* tests: Simplify block generation in `test_did.py` (#15122)

* wallet: Drop unused `chia.wallet.wallet_action` (#15116)

* tests: Fix `assert_tx_amounts` in `test_wallet_rpc.py` (#15113)

* Fix `assert_tx_amounts`'s change condition

* Add a test case with `select_coin=True` without change

* server: Don't pass the host to `WSChiaConnection` (#14152)

Use the one from the connection data like we do it with the port. The
result there is slightly different since its resolved so `localhost`
becomes an IP in `peer_info` but i anyway will open a PR soon to
transition from `str` to `IPAddress` in there.

* Don't leverage SQLite's generated column feature for fee_per_cost. We'll hopefully reintroduce it again in the future (#15243)

* Don't leverage SQLite's generated column feature for fee_per_cost. We'll hopefully reintroduce it again in the future.

* Lint.

* Add basic test for `get_farmed_amount` wallet RPC (#15208)

* Add basic test for get_farmed_amount RPC

* remove unused line

* simplified test

* add a tx with a fee for get_farmed_amount test

* minor cleanup

* Apply suggestions from code review

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Some updates from PR comments

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* build(deps): bump zstd from 1.5.4.0 to 1.5.5.1 (#15247)

Bumps [zstd](https://github.com/sergey-dryabzhinsky/python-zstd) from 1.5.4.0 to 1.5.5.1.
- [Release notes](https://github.com/sergey-dryabzhinsky/python-zstd/releases)
- [Commits](https://github.com/sergey-dryabzhinsky/python-zstd/compare/v1.5.4.0...v1.5.5.1)

---
updated-dependencies:
- dependency-name: zstd
  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>

* build(deps): bump bitstring from 4.0.1 to 4.0.2 (#15244)

Bumps [bitstring](https://github.com/scott-griffiths/bitstring) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/scott-griffiths/bitstring/releases)
- [Changelog](https://github.com/scott-griffiths/bitstring/blob/main/release_notes.txt)
- [Commits](https://github.com/scott-griffiths/bitstring/compare/bitstring-4.0.1...bitstring-4.0.2)

---
updated-dependencies:
- dependency-name: bitstring
  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>

* Fix #13393 offer shows network's XCH like TXCH on testnet10 (#15224)

* a naive first-pass at resolving #13393

- attempts to use `AddressType` with `config` already being loaded
- assumptions made of internal structures being built where the asset type and lookups with literal `XCH`|`xch` can be swapped out 
- value of `txch`|`xch` is set to `network_xch` calling `AddressType.XCH.hrp(config)` 1x

* fix roughing-in typos

* remove most assumptions except literal in format str

* whoops - using the wrong lookup enum

* revert literal "xch"

* trying a signature change of `print_offer_summary`

* fmt: blacken

* tests: Drop `run-py-tests.sh` (#15144)

* wallet: Implement `WalletCoinStore.delete_wallet` (#15127)

* wallet: Implement `WalletPoolStore.delete_wallet` (#15126)

* wallet: Implement `WalletPuzzleStore.delete_wallet` (#15125)

* wallet: Move `WalletPeers` init to the end of `_start_with_fingerprint` (#15150)

* wallet: Fix coin state sorting (#15124)

* Refactor mutiproc prevalidation (#15166)

* remove redundant code

* remove redundant code

* lint

* remove

* rename recent_blocks

* convert to bytes outside of loop

* lint

* Changed: output plotid when we find an invalid proof of space (#15257)

* output plotid when we find an invalid proof of space

* fix

* Introduce Verifiable Credentials Primitive (#15059)

* First crack at VC puzzles

* Add p2_puzzle_or_hidden_puzzle

* First crack at drivers

* Basic test infra

* compile clsp and test covenant layer

* lint

* Add test for match_covenant_layer

* Add tests for DID TP

* Add tests for DID backdoor

* Add tests for p2_puzzle_or_hidden_puzzle

* Change DID backdoor -> p2_puzzle_w_auth + did_puzzle_authorizer

* Add a VerifiedCredential class

* Make p2_puz_or_hidden_puz viral

* Add morpher solution to covenant layer

* Add capability to update the proofs of a VC

* update_proofs -> do_spend

* Finish lifecycle of VC

* Make backdoor puzzle, remove p2_puzzle_w_auth from stack

* Extract p2_puzzle_w_auth to its own files

* lint

* rework launch process so it works after revocation

* Add some extra tests for the final state after revocation

* Add cost logging

* slight opimizations

* python comments and ergonomic improvements

* Comments for chialisp

* Add VC wallet and store infra

* Add a negative test for updating proofs w/o DID

* First crack at CR CAT

* Turn two hashes into one

* Extract some shatrees out of puzzle hash creation

* Add a stager function

* Precalculate initial_singleton_inner_puzhash_hash

* Add another stager

* Refine stagers

* Add cost logging and assert provider is authorized

* Add sketched out CRCAT class

* black

* Test most of CRCAT drivers

* lint

* Remove an unnecessary param

* Don't commit to singleton ID in parent morpher

* Extract DID to ownership layer

* lint

* use intitial puzzle hash for covenant as proof to morpher

* Collapse hash of parent morhper

* Remove stagers

* Rename some params

* Use SELF_HASH construct

* remove dependency on shatree

* Minor optimization of curried hashes

* Balance tree

* hint -> remark

* Make a v2 ownership layer for cost-sake

* (WIP) Migrate to tp hash at ownership layer

* (WIP) Return tp_hash from tp

* use a stager again

* use constants for ints

* use more constants

* inline a function, get rid of constant

* Switch to tree metadata on ownership layer

* Impelement wallet launch vc

* Minor fixes and rename a bunch of stuff

* lint

* Fix tests

* First crack at proof checking

* Remove unused imports

* Merge tests to get better coverageg

* Fix is_vc methods

* pre-commit

* pre-commit again

* Implement VC spend

* make sql pre-commit check work with git worktrees

* CRCATWallet

* Comment reasoning in script file

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Add a concept of VCProofs

* Show proofs in vc_get_vc_list as well

* Implememnt CRCAT wallet

* Extend lineage store

* Make tests pass

* WalletIdentifier fix

* Add revocation RPC

* forgotten bytes32

* Return coin name with vc record

* First crack at adding VC authorizations to offers

* Add CROuterPuzzle

* Fix wallet_funcs.py

* VCWallet changes only

* Fix wallet db schema test

* Add RPC client methods and tests

* Allow a path for user to clear VC

* Mint VC command

* Get VCs command

* Forgotten hex compilation

* Automatically fetch DID when we have it

* Update Proofs command

* Add Proof Reveal command

* Get Proofs For Root command

* Revoke VC command

* Chialisp pre-commit cleanup

* Deprecate as_python()

* Add a limit to some sql queries

* Fix some bad imports

* Fix changed wallet sync function

* Check for tail condition amounts in CAT spending

* Add RPC docs

* only need one mojo for a singleton

* Fix comment

* remove create_puzhash from add_new_wallet

* Remove create_tandam_xch_tx

* fix wallet_state_manager hinting

* Rename RPCs

* Use streamable classes for RPC request parsing

* add back accidentally deleted method call

* Remove unnecessary copy() call

* Add negative test for using wrong DID to update proofs/revoke vc

* Add negative test for making sure invalid proofs can't be proven

* Add negative test for trying to piggyback on top an unrelated VC spend

* Make output_amount a uint64

* some chialisp bug fixes

* chialisp readability improvements

* Force same provider on provider update of DID

* typo in EML

* Add vc_wallet folders to package list

* mypy

* Increase test coverage a bit

* Add a bit more coverage

* rework wallet creation

* Delete is_addition_relevant

* Coveralls ignores

* remove brick reference

* coveralls-ignore --> pragma: no cover

* Couple more ignores

* typo corrections

---------

Co-authored-by: ytx1991 <t.yu@chia.net>
Co-authored-by: Kyle Altendorf <sda@fstab.net>

* build(deps): bump boto3 from 1.26.111 to 1.26.131 (#15246)

Bumps [boto3](https://github.com/boto/boto3) from 1.26.111 to 1.26.131.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.26.111...1.26.131)

---
updated-dependencies:
- dependency-name: boto3
  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>

* Remove unused alert server test code and support files (#15249)

* Remove unused test code

* Remove remainder of defunct alert code

* don't add transactions to the mempool before it has a valid peak (#15264)

* Identical spend aggregation (#13799)

* Exploring identical spend aggregation.

* Attempt to address review.

* Revert this.

* Explore spend-based processing instead of the bundle-based one.

* Attempt to address reviews.

* Update against chia_rs and add some improvements.

* Leverage the fact that we're in a function now to perform early exits.

* Explore propagating exceptions.

* Relax the exception handling.

* Add unit tests.

* Add some comments and perform some renames for more readability.

* Refactor tests and split them by scenario.

* Take Arvid's suggestion to simplify the check.

* Improve test readability.

* Make the set explicit instead of computing it with union().

* Run in MEMPOOL_MODE for cost and additions.

* Use int_from_bytes() instead of int.from_bytes().

* Add more unit tests for run_for_cost_and_additions (to cover coin amount 0 as well as a negative amount).

* Don't use as_python() for created coins.

* Account for the cost of create coin conditions and extract additions from the NPCResult.

* Rely on NPCResult for the maximum allowed cost.

* Stop looking for the relevant spend at the first occurrence (then process its created coins).

* Add a unit test for spending a coin in different ways then finding it spent in new peak.

This makes sure all mempool items that would spend that coin get removed.

* Parameterize the test for spending a coin in different ways then finding it spent in new peak, to account for both the optimized and the reorg code paths.

* Keep track of coin spends cost and additions in mempool items in case they won't make it into the block, so we don't rerun that again next time.

* Extend replace by fee tests with eligibility scenarios.

* Refactor find_duplicate_spends into get_deduplication_info and process_mempool_items into create_bundle_from_mempool_items.
Slightly refactor check_removals and create_bundle_from_mempool.

* Cast to uint64 in the return statement.

* Adapt to the recent addition of seq.

* Add unit tests for mempool items' bundle_coin_spends.

* Leverage the recently added make_test_conds when creating this npc_result.

* Pass in bundle_coin_spends and max_cost instead of InternalMempoolItem so that it remains internal.

* Add a test for the scenario where we pick a sub-optimal aggregation by deduplicating on solution A, seen in a relatively higher FPC item, then receiving better cost saving items on solution B after that one.

* Add some end-to-end tests for identical spend aggregation.

* Add a comment documenting why eligible_coin_spends map is ephemeral.

* add `datacases()` and `named_datacases()` (#15265)

* add `datacases()` and `named_datacases()`

* correct DataCasesProtocol

* add back the tests for testing the test utilities

* Bump chia-blockchain-gui to a59286e4eaacafca3b7fe9cee0d99ff3e5f9ed13 (#15267)

Includes:
Fix for joining a pool
Fix for creating a DID
Removal of a hardcoded default NFT limit (doesn't impact anything)
Fixes for WalletConnect pairing
madmax plotting fix when tmpdir2 isn't specified

* Add some more daemon "rpc" tests (#15215)

* Add some more daemon "rpc" tests

* fixes due to some platform differences

* Add unlock_keyring tests and some experiments with monkeypatch

* rewrote simpler tests into single paramterized test

* add parameters to patch function

* Use monkeypatch.context for better isolation

* remove monkeypatch and test by deleting the keyring file

* remove now unused monkeypatch function

* changes from PR suggestions

* more readable parameterization per suggestions

* datacases

* description and id property

* swap description and route order

* *cases

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Add type filter for get_transactions (#15196)

* Add type filter for get_transactions

* Resolve comments

* Improve unit test

* Resolve comments

* Resolve comments

* Pass VC fee parameter all the way through and check balances in tests (#15286)

Pass fee all the way through and check balances in tests

* Decorrelate forwards_compat and reuse_puzhash from trade test params (#15287)

Decorrelate forwards compat and reuse_puzhash from trade test params

* hardcode `num` param when listing NFTs from CLI (#15293)

* Bump chia-blockchain-gui 1.8.1-rc3 (#15294)

Bump chia-blockchain-gui to 1096c76d664b6455744f846cb76d4b07a1fba431

* adds the WalletConnect command getNFTWalletsWithDIDs to return a listing of NFT wallets that have an associated DID that the user possesses by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1770

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.8.1-rc2...1.8.1-rc3

* Improve help text for deprecated 'chia show' commands. (#15297)

* optimize compact proofs (#15304)

* Bump chia-blockchain-gui 1.8.1-rc4 (#15302)

Bump chia-blockchain-gui to e8265277fc4a0953fe78732cdc0e75e3fdca52d9

* update Electron 22.3.5 to 22.3.7 to address security advisories by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1773

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.8.1-rc3...1.8.1-rc4

* Fix flaky VC test (#15289)

* Fix flaky VC test

* mypy

* fix coverage

* Adding signed commit requirment info (#15313)

* use isort from the venv when running from pre-commit (#15310)

* use isort from the venv when running from pre-commit

* remove old isort pre-commit entries

* Have simulator not rely on chia_root as originally implemented. & fix simulator tests (#15157)

* fix parent path issue

* Update default_root.py

* remove fstring

* Update test-single.yml

* allow for multiple parallel runs

* Bump minimatch and electron-builder in /build_scripts/npm_windows (#14763)

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

Updates `electron-builder` from 23.5.1 to 24.0.0
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.0.0/packages/electron-builder)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: electron-builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump json5 from 1.0.1 to 1.0.2 in /build_scripts/npm_linux (#14762)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump json5 from 1.0.1 to 1.0.2 in /build_scripts/npm_macos (#14761)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump http-cache-semantics from 4.1.0 to 4.1.1 in /build_scripts/npm_linux (#14489)

Bump http-cache-semantics in /build_scripts/npm_linux

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump http-cache-semantics from 4.1.0 to 4.1.1 in /build_scripts/npm_windows (#14486)

Bump http-cache-semantics in /build_scripts/npm_windows

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump http-cache-semantics from 4.1.0 to 4.1.1 in /build_scripts/npm_macos (#14485)

Bump http-cache-semantics in /build_scripts/npm_macos

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* wallet: Introduce `CHIA_DEV_COMPILE_CLVM_DISABLED` environment variable (#15319)

* 1.8.1 changelog  (#15311)

* Adding 1.8.1 changelog

* Update CHANGELOG.md

* removing extra draft info

* spelling

---------

Co-authored-by: Earle Lowe <30607889+emlowe@users.noreply.github.com>

* build(deps): bump minimatch and electron-builder in /build_scripts/npm_macos (#15322)

build(deps): bump minimatch and electron-builder

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.1.2
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

Updates `electron-builder` from 23.5.1 to 24.4.0
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.4.0/packages/electron-builder)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: electron-builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump minimatch and electron-builder in /build_scripts/npm_linux (#15321)

build(deps): bump minimatch and electron-builder

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.1.2
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

Updates `electron-builder` from 23.5.1 to 24.4.0
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.4.0/packages/electron-builder)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: electron-builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump json5 from 1.0.1 to 1.0.2 in /build_scripts/npm_windows (#14747)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* full_node: Refactor `get_puzzle_and_solution_for_coin` (#15323)

* Enable signing for PRs that have secret access (#15331)

* Enable signing for PRs that have secret access

* Add CSC_FOR_PULL_REQUEST var as well

* wallet: Fix filter imports (#15325)

* Fork infrastructure (#15299)

* remove softfork-logic for 1.7 softfork (which has already activated)

* add new constants for soft-fork3, hard-fork and the other plot-filter adjustments

* server: Store `Version` objects instead of `str` in `WSChiaConnection` (#15330)

* server: Store `Version` objects instead of `str` in `WSChiaConnection`

* Test connection versions

* Update --fee options to indicate units are in XCH (#15327)

* Bump watchdog from 2.2.0 to 3.0.0

Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](https://github.com/gorakhargosh/watchdog/compare/v2.2.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump typing-extensions from 4.5.0 to 4.7.1

Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.5.0 to 4.7.1.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.5.0...4.7.1)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump dnspython from 2.3.0 to 2.4.2

Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.3.0 to 2.4.2.
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst)
- [Commits](https://github.com/rthalley/dnspython/compare/v2.3.0...v2.4.2)

---
updated-dependencies:
- dependency-name: dnspython
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump blspy from 1.0.16 to 2.0.2

Bumps [blspy](https://github.com/Chia-Network/bls-signatures) from 1.0.16 to 2.0.2.
- [Release notes](https://github.com/Chia-Network/bls-signatures/releases)
- [Commits](https://github.com/Chia-Network/bls-signatures/compare/1.0.16...2.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump aws-actions/configure-aws-credentials from 2 to 4

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 2 to 4.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v2...v4)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump aiohttp from 3.8.4 to 3.8.6 (#31)

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.6.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.8.6)

---
updated-dependencies:
- dependency-name: aiohttp
  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>

* Bump chiapos from 1.0.11 to 2.0.3 (#30)

Bumps [chiapos](https://github.com/Chia-Network/chiapos) from 1.0.11 to 2.0.3.
- [Release notes](https://github.com/Chia-Network/chiapos/releases)
- [Commits](https://github.com/Chia-Network/chiapos/compare/1.0.11...2.0.3)

---
updated-dependencies:
- dependency-name: chiapos
  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>

* Bump chia-rs from 0.2.7 to 0.2.11 (#29)

Bumps [chia-rs](https://github.com/Chia-Network/chia_rs) from 0.2.7 to 0.2.11.
- [Release notes](https://github.com/Chia-Network/chia_rs/releases)
- [Commits](https://github.com/Chia-Network/chia_rs/compare/0.2.7...0.2.11)

---
updated-dependencies:
- dependency-name: chia-rs
  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>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jeff <jeff@chia.net>
Co-authored-by: Kyle Altendorf <sda@fstab.net>
Co-authored-by: Adam Kelly <338792+aqk@users.noreply.github.com>
Co-authored-by: ytx1991 <t.yu@chia.net>
Co-authored-by: Justin England <justin@chia.net>
Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com>
Co-authored-by: Almog De Paz <almogdepaz@gmail.com>
Co-authored-by: Earle Lowe <30607889+emlowe@users.noreply.github.com>
Co-authored-by: Earle Lowe <e.lowe@chia.net>
Co-authored-by: Arvid Norberg <arvid@libtorrent.org>
Co-authored-by: Amine Khaldi <amine.khaldi@reactos.org>
Co-authored-by: Matt Hauff <quexington@gmail.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: Jack Nelson <j.nelson@chia.net>
Co-authored-by: Sebastjan Trepca <trepca@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wjblanke <wjb98672@gmail.com>
Co-authored-by: Gene Hoffman <30377676+hoffmang9@users.noreply.github.com>
Co-authored-by: Joseph Chiocchi <input.output@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: Joseph Chiocchi <joe@yolk.cc>
Co-authored-by: Peter Tripp <petertripp@gmail.com>
Co-authored-by: Chris Marslender <chrismarslender@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GUI: Add option to Emoji picker to clear or not set an emoji
2 participants