forked from Chia-Network/chia-blockchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
catchup: into main from long_lived/post_1.5.0 @ 916ccee (Chia-Network…
…#12629) * updated wallet name * deprecated series * swap to cat2 * updating .gitmodule to point to defender-gui * Remove break (its preventing other sockets from getting data when earlier ones have an error) (Chia-Network#12241) * Convert DID Wallet to use the new coin selection algorithm that the normal wallet and the CAT wallet already use (Chia-Network#12063) * small type change * use coin_selection.py with DID Wallet use more efficient coin selection methods. * Add special DID edgecase + fix int type * Ms.fix coin selection (Chia-Network#12261) * Fix coin selection bug * Fix properly * Fallback in cases of too many coins selected * Also check for num coins * Lint issues. * Add another test * No sorting, and faster knapsack * Lint fix * Remove comment and useless check * Lint line * Tx submission idempotance, and prioritize wallet (Chia-Network#12282) * Tx submission idempotance, and prioritize wallet * TODO comment * Updating gui modules * extend min_coin to rpc calls & cli for coin selection (Chia-Network#12274) * add tests to test if min_coin is working they are passing, but no harm in being safe * expand min coin amount across wallet.py * extend to trade_manager * add new options to rpc's almost done lol. * add min_coin_amount to wallet send * make param non optional alleviate None errors * add cat wallet changes, rpc and all + fix a bug i accidentally made oops * Fix offer compression backwards compatibility * bumping gui pin to head of release/1.5.0 * Calculate NFT royalty amount * Create NFT wallet after the DID created (Chia-Network#12175) * Bumping gui * Show total amount to be paid for NFT offers * Fix for NFT0 and NFT+Royalty detection suggested by quex * Linter fix and formatting change * Add RPCs for getting/extending the current derivation path index (Chia-Network#12472) * Sleep to allow neworking layer to execute (Chia-Network#12463) * Sleep to allow neworking layer to execute * Add comment * Added param to indicate how many additional phs create_more_puzzle_hashes should create. (Chia-Network#12493) Account for range() not including last_index when `up_to_index` is provided. * Fixed the wallet db rename from v2/v1 to v2_r1. Removed vestigial code for dealing with the lite wallet db now that we're syncing v2_r1 from scratch. * When extending the derivation index, make sure we don't mark previously (Chia-Network#12513) unused indices as used. This helps minimize gaps in the address space. * Updating SBX asset ID * Adding 1.5.0 changelog (Chia-Network#56) * Adding 1.5.0 changelog * Adding CVE fix * Updating gitmodules (Chia-Network#57) * Updating gitmodules * Pinning gui * black fixes * mypy fixes * xfail some run_block tests that need CAT2 update * fix test * Fix test based on series<->edition changes * Drop EOL impish and hirsute (Chia-Network#12559) (cherry picked from commit 189790c) * Expand select_coins rpc (Chia-Network#12360) * change type to uint64, 128 is too big anyway * add new options to select_coins endpoint * oops * add tests and finalize * oops (cherry picked from commit d5bf4d8) * .resolve() for wallet db path tests in windows * followup to actually fix the wallet db path tests * Update .gitmodules * Update wallet_node.py * Update trade_manager.py Co-authored-by: Sebastjan <[email protected]> Co-authored-by: matt <[email protected]> Co-authored-by: William Allen <[email protected]> Co-authored-by: wallentx <[email protected]> Co-authored-by: Chris Marslender <[email protected]> Co-authored-by: Jack Nelson <[email protected]> Co-authored-by: Mariano Sorgente <[email protected]> Co-authored-by: Matt Hauff <[email protected]> Co-authored-by: Jeff Cruikshank <[email protected]> Co-authored-by: Kronus91 <[email protected]> Co-authored-by: Justin England <[email protected]> Co-authored-by: Earle Lowe <[email protected]> Co-authored-by: Earle Lowe <[email protected]>
- Loading branch information
1 parent
4b8130e
commit e5bc89e
Showing
24 changed files
with
646 additions
and
481 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule chia-blockchain-gui
updated
187 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.