Commit Graph

9682 Commits

Author SHA1 Message Date
William Allen
4e13d7b12f
Merge pull request #13352 from Chia-Network/checkpoint/main_from_release_1.6.0_93354f7ed095285aefbfb54203c4b6f4f520c736
checkpoint: into main from release/1.6.0  @ 93354f7ed0
2022-09-07 00:46:07 -05:00
Kyle Altendorf
6f26ef8c20
Merge commit '93354f7ed095285aefbfb54203c4b6f4f520c736' into checkpoint/main_from_release_1.6.0_93354f7ed095285aefbfb54203c4b6f4f520c736 2022-09-06 20:43:44 -04:00
William Allen
af31d0e8ec
Merge pull request #13351 from Chia-Network/checkpoint/main_from_release_1.6.0_8b1a27b5ebb5fc9e584de3588199253f1da55df4
checkpoint: into main from release/1.6.0  @ 8b1a27b5eb
2022-09-06 19:39:00 -05:00
Kyle Altendorf
2165ec7f7e
Merge commit '8b1a27b5ebb5fc9e584de3588199253f1da55df4' into checkpoint/main_from_release_1.6.0_8b1a27b5ebb5fc9e584de3588199253f1da55df4 2022-09-06 20:19:29 -04:00
William Allen
f42079b9fe
Merge pull request #13349 from Chia-Network/checkpoint/main_from_release_1.6.0_48a9e53610086d7128304b6e2183c3a2083c6356
checkpoint: into main from release/1.6.0  @ 48a9e53610
2022-09-06 19:18:05 -05:00
Kyle Altendorf
157aa93c48
Merge commit '48a9e53610086d7128304b6e2183c3a2083c6356' into checkpoint/main_from_release_1.6.0_48a9e53610086d7128304b6e2183c3a2083c6356 2022-09-06 17:29:46 -04:00
William Allen
1fb7f49a0c
Merge pull request #13348 from Chia-Network/checkpoint/main_from_release_1.6.0_fc943f61113620c2ab8cc784308ce32f718138cd
checkpoint: into main from release/1.6.0  @ fc943f6111
2022-09-06 16:28:40 -05:00
Kyle Altendorf
3af23f3176
Merge commit 'fc943f61113620c2ab8cc784308ce32f718138cd' into checkpoint/main_from_release_1.6.0_fc943f61113620c2ab8cc784308ce32f718138cd 2022-09-06 16:09:43 -04:00
William Allen
6fabb96c49
Merge pull request #13312 from Chia-Network/checkpoint/main_from_release_1.6.0_8bc1cc41a5f532765c09c975c515d649ee89ac0e
checkpoint: into main from release/1.6.0  @ 8bc1cc41a5
2022-09-06 15:04:17 -05:00
William Allen
d51d74a63c
Bumping codeQL actions to v2 (#13344) 2022-09-06 14:41:27 -05:00
Gene Hoffman
7948374278
Remove "Total iterations since start" from chia show -s (#13196) 2022-09-06 14:37:36 -05:00
Kyle Altendorf
57351ba195
Avoid creating a list and enable short circuit behavior in bundle_suitable_for_compression() (#13331)
This avoids the creation of the list entirely.  In so doing it also allows `all()` to return `False` on the first uncompressable spend it finds instead of analyzing all of them first.
2022-09-06 13:05:48 -05:00
joshpainter
29643d1feb
Fix bug in remove_plot_directory (#13332)
Revert commit c400d816af
2022-09-06 13:04:49 -05:00
Mariano Sorgente
8ef4c980b3
Ms.mempool simplify (#13314)
* Remove mempool.additions

* Don't re run the program, and remove program from mempool item

* Removals only stores item ids, and stores a list

* Move pending cache down to prevent cache dos

* Separate validation from adding to pool, and remove mypy exceptions

* Fix bug with replacing

* Add to mypy

* Revert cbgui

* precommit fail

* Properly update the seen dict

* lint error

* Fix mempool bug

* Update after merge with main

* Address comments
2022-09-06 12:32:03 -05:00
Kronus91
dda347e09c
Load NFT off-chain metadata on backend (#13018)
* Fix NFT wallet naming

* Resolve comments

* Resolve comment

* Add tests

* Load off-chain metadata & nft_get_nfts pagination

* Fix pre-commit

* Resolve comments

* Resolve comments

* Fix precommit

* Resolve comments

* Resolve comment

* Fix pre-commit

* Fix unit test

* Add tests for pagination

* Resolve comments

* Fix pre-commit

* Resolve comments
2022-09-06 12:31:02 -05:00
Matt Hauff
09933f55c3
Fix complex NFT offer flakiness (#13337) 2022-09-06 11:18:14 -05:00
Almog De Paz
d612567ef2
fix wallet rpc flakes (#13336)
* fix flakes and lower timeouts

* lint
2022-09-06 10:53:22 -05:00
Kyle Altendorf
740211b460
data layer - wait for creation tx (#13240) (#13335)
(cherry picked from commit 8b1a27b5eb)
2022-09-06 10:52:44 -05:00
Kyle Altendorf
ec056f59b3
Replace localhost with 127.0.0.1 for tests (#13324)
* Replace localhost with 127.0.0.1 in block tools config

* also make self_hostname fixture be 127.0.0.1

* Move config rewrite inside `automated_testing` conditional
2022-09-06 10:51:05 -05:00
Kyle Altendorf
4fecc3f6c1
astroid!=2.12.6, !=2.12.7 (#13338)
https://github.com/PyCQA/pylint/issues/7425
2022-09-06 10:50:30 -05:00
Arvid Norberg
0d78058daa
optimize get_block_store (#13263)
* optimize the block_store for the get_puzzle_and_solution_for_coin to not parse the full block. We just need the block generator and generator regs.

* optimize analyze-block

* address review comments
2022-09-03 01:34:05 -05:00
Kronus91
3250a13a26
Display minter DID in CLI (#13311)
* Get minter DID for offer

* Fetch minter did for all NFTs

* Resolve comments

* Fix issues

* Fix pre-commit

* Fix unit test

* Display minter did
2022-09-02 17:10:41 -05:00
dustinface
1b7c18654e
cmds: Key label support for CLI - chia keys label (#12917) 2022-09-02 17:09:31 -05:00
Almog De Paz
a8b54f9b67
fix flakey test (#12925)
* fix flakey test

* unused import

* testing flakeyness

* fix and test 200 times

* use mock to avoid running _sync

* lint

* remove unused import
2022-09-02 17:09:04 -05:00
Jack Nelson
9c0e236a3b
remove an insane amount of imports & add support for edge case (#13195)
add support for edge case
2022-09-02 17:08:48 -05:00
Arvid Norberg
0a433b3368
minor fixes for Serialized program (#13229)
* use bytearray to build a binary blob, convert it to bytes once it's done

* load the bootstrap generator rom in binary form directly, avoid conversions
2022-09-02 17:08:20 -05:00
Arvid Norberg
f8e20793ed
now when optimizations have landed, tighten the expected timing for the offer parsing benchmark (#13236) 2022-09-02 17:08:01 -05:00
Snyk bot
d0a51ea0e8
fix: build_scripts/npm_linux/package.json & build_scripts/npm_linux/package-lock.json to reduce vulnerabilities (#13286)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-GOT-2932019
2022-09-02 17:06:41 -05:00
Arvid Norberg
98c44fdd15
add benchmark for get_puzzle_and_solution_for_coin (#13301) 2022-09-02 15:28:08 -05:00
Sebastjan Trepca
19c693ccd4
treehash optimization for DID wallet (#13253)
* only calculate treehash of constants once

* missed one treehash calc
2022-09-02 13:12:00 -05:00
Amine Khaldi
0f4f2dda57
Merge commit '8bc1cc41a5f532765c09c975c515d649ee89ac0e' into checkpoint/main_from_release_1.6.0_8bc1cc41a5f532765c09c975c515d649ee89ac0e 2022-09-02 18:28:57 +01:00
William Allen
9660637d55
Merge pull request #13309 from Chia-Network/checkpoint/main_from_release_1.6.0_a16e4cae52684c7814f1cf56d79ef0ec5161f057
checkpoint: into main from release/1.6.0  @ a16e4cae52
2022-09-02 12:06:14 -05:00
Amine Khaldi
5737aad8e7
Merge commit 'a16e4cae52684c7814f1cf56d79ef0ec5161f057' into checkpoint/main_from_release_1.6.0_a16e4cae52684c7814f1cf56d79ef0ec5161f057 2022-09-02 16:37:19 +01:00
William Allen
0f51cec052
Merge pull request #13308 from Chia-Network/checkpoint/main_from_release_1.6.0_b2a553bbe8aa3432db362b236319d1fa7a006398
checkpoint: into main from release/1.6.0  @ b2a553bbe8
2022-09-02 10:33:59 -05:00
Amine Khaldi
897c71894c
Merge commit 'b2a553bbe8aa3432db362b236319d1fa7a006398' into checkpoint/main_from_release_1.6.0_b2a553bbe8aa3432db362b236319d1fa7a006398 2022-09-02 16:30:16 +01:00
William Allen
2cc2d6290c
Merge pull request #13300 from Chia-Network/checkpoint/main_from_release_1.6.0_303c7e0eb0b9631007ddd76a705eab992a3bee66
checkpoint: into main from release/1.6.0  @ 303c7e0eb0
2022-09-02 10:29:31 -05:00
Amine Khaldi
bc41cd72e6
Merge commit '303c7e0eb0b9631007ddd76a705eab992a3bee66' into checkpoint/main_from_release_1.6.0_303c7e0eb0b9631007ddd76a705eab992a3bee66 2022-09-02 11:28:49 +01:00
William Allen
c0849bb617
Merge pull request #13299 from Chia-Network/checkpoint/main_from_release_1.6.0_6272033abb0b2f6f0e737714b03611908eb35903
checkpoint: into main from release/1.6.0  @ 6272033abb
2022-09-02 02:35:41 -05:00
Kyle Altendorf
3cc5ff9971
Merge commit '6272033abb0b2f6f0e737714b03611908eb35903' into checkpoint/main_from_release_1.6.0_6272033abb0b2f6f0e737714b03611908eb35903 2022-09-01 22:51:53 -04:00
Kyle Altendorf
d8b4eb13d6
when defaulting a service config attempt to use existing logging and selected network (#13287) 2022-09-01 19:05:22 -05:00
Kyle Altendorf
e73f6ddb56
fill_missing_services=True for data layer server https ps mirror (#13283) 2022-09-01 19:05:02 -05:00
Florin Chirica
1adc4d36b0
Add explicit timeout for atari client. (#13273) 2022-09-01 19:04:43 -05:00
Kyle Altendorf
4deaa28aeb
set data layer test timeout to 30 minutes (#13270) 2022-09-01 19:04:27 -05:00
Florin Chirica
484f232c39
Catch exception while tracking singleton. (#13266)
* Catch exception while tracking singleton.

* Update chia/data_layer/data_layer.py

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

Co-authored-by: Kyle Altendorf <sda@fstab.net>
2022-09-01 19:03:46 -05:00
Jeff
bd741ff2e1
Bump chia-blockchain-gui to c1972e7db1 (#13292)
Includes:
auto-login to last used wallet (GUI)
2022-09-01 18:51:59 -05:00
Florin Chirica
3e25de2553
Remove boolean from atari DB. (#13274) 2022-09-01 18:48:32 -05:00
William Allen
021e521255
Merge pull request #13291 from Chia-Network/checkpoint/main_from_release_1.6.0_27df8e28e3c2082f8959607c07188e56395c6715
checkpoint: into main from release/1.6.0  @ 27df8e28e3
2022-09-01 17:52:34 -05:00
Amine Khaldi
a615dee862
Merge commit '27df8e28e3c2082f8959607c07188e56395c6715' into checkpoint/main_from_release_1.6.0_27df8e28e3c2082f8959607c07188e56395c6715 2022-09-01 21:25:38 +01:00
William Allen
e09fdbf834
Merge pull request #13290 from Chia-Network/checkpoint/main_from_release_1.6.0_a647b022dd3eb0794e1ae5124219badc10e97406
checkpoint: into main from release/1.6.0  @ a647b022dd
2022-09-01 15:24:59 -05:00
Amine Khaldi
39c5f9c3a5
Merge commit 'a647b022dd3eb0794e1ae5124219badc10e97406' into checkpoint/main_from_release_1.6.0_a647b022dd3eb0794e1ae5124219badc10e97406 2022-09-01 21:22:06 +01:00