Commit Graph
14659 Commits
Author SHA1 Message Date
William AllenandGitHub 5b2f577278 Touching up changelog (#10584)
* removing known issue that was only applicable to a beta release

* Adding additional fixes to the changelog

* Adding Unreleased section to track upcoming changes
2022-03-08 18:28:22 -07:00
Kyle AltendorfandGitHub 6ff6fbe7de Fixup some hidden test errors (#10442) 2022-03-08 08:49:20 -08:00
Kyle AltendorfandGitHub 65deb79c41 make sync fixtures not use async def (#10504)
This is particularly relevant in cases where the scope is not function as
that forces use of a wider scoped event loop fixture as well.
2022-03-08 08:49:02 -08:00
Adam KellyandGitHub 5eca464919 Convert tests/core/util/test_streamable.py to use pytest. Remove unneeded class. (#10577) 2022-03-08 08:48:43 -08:00
Kyle AltendorfandGitHub 0992710492 Require pytest-asyncio>=0.17.0 for @fixture() (#10560) 2022-03-08 08:48:19 -08:00
matt 1597634759 update innerpuz commit hash 2022-03-08 15:45:56 +00:00
matt d4ab49adae switch to metadata, switch to puzzle announcements 2022-03-08 15:44:10 +00:00
William AllenandGitHub 0e7cc5a883 adding 1.3.0 release notes to changelog (#10578)
* adding 1.3.0 release notes to changelog

* Typos. thx @paninaro

* Adding requested adjustments to changelog
1.3.0
2022-03-07 18:12:31 -07:00
Kyle Altendorf 1d34aa6e12 undo unintentional updates of submodules 2022-03-07 19:24:28 -05:00
Kyle Altendorf c065420042 black 2022-03-06 09:32:23 -05:00
Kyle Altendorf 4d5858a2af Add configurable request size limit for data layer service 2022-03-06 08:53:06 -05:00
Kyle AltendorfandGitHub 298877b858 Merge pull request #10511 from Chia-Network/atari-merge_main_87aeadc34310eb86aa0bd56f4eb00f84cc9563b2 2022-03-04 20:37:48 -05:00
Mariano SorgenteandGitHub 4bd5c53f48 Add fee to changing pool, and more PlotNFT syncing fixes (#10545)
* Add fee to changing pool, and more aggressive disconnect of untrusted

* Don't publish fee TX

* Lint

* Small plotnft related fixes

* More plotnft fixes

* Apply quexington suggestion

* correct param for in_transaction

* Support get_transaction and get_transactions in plotnft

* Re-add publish_transaction and add comment

* Don't rerun additions
2022-03-04 17:10:04 -08:00
Kyle Altendorf 8d9983270e Merge branch 'atari' into atari-merge_main_87aeadc34310eb86aa0bd56f4eb00f84cc9563b2 2022-03-04 18:40:49 -05:00
Kyle AltendorfandGitHub 6070f83935 Merge pull request #10557 from Chia-Network/atari-more_cleanup_robustness_stuffs 2022-03-04 18:39:54 -05:00
ChiaMineJPandGitHub 816251ec0d Fix install-gui.sh (#10460)
* Fixed an issue where running  with gui git branch specified failed

* Fixed an issue where install-gui.sh failed if npm>=7 and NodeJS < 16 were installed

* Fixed inconsistent npm path issue

* Fixed typo
2022-03-04 14:06:13 -08:00
Richard KissandGitHub 4c345e2fa5 Add some logging. (#10556) 2022-03-04 14:05:12 -08:00
Florin ChiricaandGitHub 058eb33abb Resubmit peak to timelord for failure. (#10551)
* Initial commit resubmit peak to timelord.

* Change how toandle exception.
2022-03-04 14:04:52 -08:00
Kyle Altendorf 82bff5e8a1 a bit more robustness 2022-03-04 15:13:31 -05:00
dustinfaceandGitHub 0909fe7672 benchmarks: Implement streamable data comparison (#10433) 2022-03-04 09:51:39 -08:00
cf54aae2b7 Wallet consistancy (#10532)
* use db transaction, -1 in synced up to height, delete unused funcitons

* use transaction info in key-val-store/pool-store

* cat stores

* db lock

* remove unused lock, set synced not always in transaction

* fix store tests

Co-authored-by: wjblanke <wjb98672@gmail.com>
2022-03-04 09:48:36 -08:00
Juraj OršulićandGitHub 05f9667018 Allow CAT autodiscovery, refactor CAT default naming (#10308)
* Allow CAT autodiscovery

* Add wallet autodiscovery test

* Use dict get for automatically_add_unknown_cats with default false

* Refactor name generation for new CATs into one place

* Remove hardcoded default cat wallet name from wallet rpc test

* initial-config.yaml comment nit
2022-03-04 08:27:15 -08:00
Mariano SorgenteandGitHub 7211d9d4f0 Detect hints correctly in the TX (#10543)
* Detect hints correctly in the TX

* Only support list hints
2022-03-04 08:25:22 -08:00
Kyle AltendorfandGitHub cce361c0c6 correct some comments to refer to CATs (#10548)
* correct some comments to refer to CATs

* one more

* and in a test
2022-03-04 07:53:50 -08:00
Kyle AltendorfandGitHub c6978f07b1 correct multiprocessing start method logging, add python_default (#10547)
* correct multiprocessing start method logging, add python_default

* todo -> regular comment
2022-03-04 07:46:54 -08:00
Kyle Altendorf 9dbd4ce94d Merge branch 'atari' into atari-merge_main_87aeadc34310eb86aa0bd56f4eb00f84cc9563b2 2022-03-04 10:24:27 -05:00
Kyle AltendorfandGitHub ba6ee58b60 Merge pull request #10535 from Chia-Network/atari-more_wallet_test_fixes 2022-03-04 10:23:09 -05:00
dustinfaceandGitHub 5ac986c004 pools: Drop redundant PoolWalletInfo.from_json_dict (#10524)
It exists the same way in its base class `Streamable`.
2022-03-03 16:42:48 -08:00
dustinfaceandGitHub aa6d4a7fb4 wallet: Reduce log level for Pulled from queue message (#10529) 2022-03-03 16:41:50 -08:00
Kyle AltendorfandGitHub 7d294466da Merge pull request #10542 from Chia-Network/EL.win_build_fix 2022-03-03 19:14:40 -05:00
Matt HauffandGitHub 8cf35716f5 Add incoming tx records when cancelling an offer (#10538)
* Add incoming tx records when cancelling an offer

* show fee on all txs
2022-03-03 13:06:00 -08:00
Earle Lowe 4b119722e4 Windows build fix 2022-03-03 11:11:39 -08:00
Chris MarslenderandGitHub 841754b444 Update URL for direct download of windows whl for upnp (#10540) 2022-03-03 10:28:02 -08:00
Kyle AltendorfandGitHub 50857caf8c make multiprocessing start method configurable (#10528)
* make multiprocessing start method configurable

* forkserver

* corrections

* fixup

* optional

* more optional

* stop attempting anchors in the yaml

* rework config handling

* comment
2022-03-03 10:27:36 -08:00
matt 18db30cb62 add richer support for URIs / metadata and add periphery functions 2022-03-03 17:31:00 +00:00
Mariano SorgenteandGitHub 36e95afc24 Hide balances until we are synced (#10501) 2022-03-03 08:36:03 -08:00
Earle LoweandGitHub c83ad62c3f Merge pull request #10527 from Chia-Network/EL.dl_service_upnp
Update some defaults and add upnp
2022-03-03 08:33:53 -08:00
Matt Hauff b87795f150 Wait for rebase 2022-03-03 08:15:50 -07:00
Kyle Altendorf 5eb0fd5268 progress more robustly 2022-03-03 08:33:16 -05:00
Kyle Altendorf f81266aafd Merge branch 'atari' into atari-merge_main_87aeadc34310eb86aa0bd56f4eb00f84cc9563b2 2022-03-03 07:52:51 -05:00
Kyle AltendorfandGitHub bf5282d73f Merge pull request #10521 from Chia-Network/atari_broken_dl_wallet_test 2022-03-03 07:51:59 -05:00
Earle Lowe 3172c5c139 Hack to avoid running data service in tests 2022-03-02 21:05:44 -08:00
Arvid NorbergandGitHub 018b67f0ad improve the picking of free ports for tests (#10491) 2022-03-02 20:47:50 -08:00
JeffandGitHub 945bc5054c Updated background and icon positions. (#10531) 2022-03-02 18:16:54 -08:00
Earle Lowe c6cd87b64e Run DL service by default 2022-03-02 17:17:49 -08:00
Kyle AltendorfandGitHub fc618ec1d2 catch up test_add_private_key() with dynamic ports (#10530) 2022-03-02 16:48:08 -08:00
JeffandGitHub 863036d03a Fix propagation of errors when adding a key with an invalid mnemonic (#10274)
* Fix propagation of error messages originating from the keychain server

* Test that adding key with an invalid mnemonic returns the expected error

* Added daemon tests for the add_private_key RPC. Reverted wallet_rpc_client test as the daemon test is better suited for GUI testing.

* Reformatting updates

* Formatting change as requested by the pre-commit gods.
2022-03-02 13:46:23 -08:00
Earle Lowe e4f5b88d27 Update some defaults and add upnp 2022-03-02 12:53:23 -08:00
Arvid NorbergandGitHub b76bf7b8a3 fix updating of sub-epoch-summary map (part of BlockHeightMap) when the entirey change, including genesis changes (#10486) 2022-03-02 12:50:06 -08:00
Mariano SorgenteandGitHub 206205b254 Abort trusted sync if a state update fails (#10523)
* Abort trusted sync if a state update fails

* Fix lint
2022-03-02 10:41:13 -08:00