Commit Graph
14659 Commits
Author SHA1 Message Date
Amine Khaldi 95ca708f01 Initial iteration of the NFT0 chia wallet nft add_uri command. 2022-05-11 14:54:41 +01:00
Sebastjan TrepcaandGitHub deab501ede Merge pull request #11478 from AmineKhaldi/nft0_mint_cmd
Initial iteration of the NFT0 chia nft mint command
2022-05-11 11:27:44 +02:00
Sebastjan TrepcaandGitHub 2ef9b6f67d Merge pull request #11475 from mintgarden-io/main_dids
Add `chia.wallet.nft_wallet` to packages in setup.py
2022-05-11 11:06:25 +02:00
Amine Khaldi 9435df858c Initial iteration of the NFT0 chia nft mint command. 2022-05-11 09:33:30 +01:00
Sebastjan TrepcaandGitHub 932c389f28 Merge pull request #11479 from AmineKhaldi/e0df18f_into_main_dids
Merge main's e0df18f into main_dids
2022-05-11 10:18:39 +02:00
Sebastjan TrepcaandGitHub 94a9c0dcc2 Merge pull request #11472 from trepca/nft_update_metadata
NFTs - updating metadata and new puzzles
2022-05-11 10:16:54 +02:00
Sebastjan 21b9f1d78a fix to merge into main_dids 2022-05-11 08:38:05 +02:00
Sebastjan 000be6ad83 Merge remote-tracking branch 'origin/main_dids' into nft_update_metadata 2022-05-11 08:33:31 +02:00
Kronus91andGitHub 61b71f0086 Automatically create NFT wallet (#11482)
* Create NFT Wallet if there is not a NFT wallet

* Fix pre-commit

* Remove unnecessary log
2022-05-10 21:28:04 -07:00
Amine KhaldiandGitHub 81c75b8943 Add wallet RPC client support for the NFT0 nft_mint_nft API. (#11477) 2022-05-10 19:36:50 -07:00
Amine KhaldiandGitHub 8c7a2d3235 Initial iteration of the NFT0 chia wallet nft create command. (#11476) 2022-05-10 19:36:32 -07:00
Kyle Altendorf ab25cf29d7 rebuild workflows 2022-05-10 15:34:37 -04:00
Kyle Altendorf d9279d1fb4 add long_lived/** and release/** to (almost) all workflow push triggers (#11439) 2022-05-10 15:14:12 -04:00
Amine Khaldi e21108b34c Merge commit 'e0df18f85d3915f4c947ca2e41c00d60b78f54ba' into main_dids 2022-05-10 19:22:13 +01:00
Florin ChiricaandGitHub b67580d3bf Self subscribe inside manage data task. 2022-05-10 17:43:09 +03:00
Arvid NorbergandGitHub a4ec7e7cb8 Replace MerkleSet with the rust implementation of computing the merkle root. This saves about 20% of the CPU work in the main thread when validating blocks. (#11432) 2022-05-10 04:42:45 -07:00
Kyle AltendorfandGitHub 6788c0a5ef Use context manager for locking clvm files (#11467) 2022-05-10 04:41:57 -07:00
Andreas Greimel 8594a4d9dc Add chia.wallet.nft_wallet to packages in setup.py 2022-05-10 10:27:04 +02:00
Sebastjan 5e890a9f73 made nft state layer more future proof 2022-05-10 08:39:15 +02:00
Sebastjan 6ed0f67b55 fix for clvm compilation fail 2022-05-10 06:38:06 +02:00
Jeff Cruikshank 867a204539 Bumping GUI to b4d3eebfe33345728a2314031ffad160865019da 2022-05-09 18:56:49 -07:00
76f8e8dcd0 added state change events in nft wallet (#11469)
* added state change events in nft wallet

* Attempt to fix workflows.

Co-authored-by: Amine Khaldi <amine.khaldi@reactos.org>
2022-05-09 18:50:51 -07:00
Jeff Cruikshank 5365d3fbed Bumping GUI to df86eca99aee33a484570f06588e9fdd6506c661 2022-05-09 17:55:14 -07:00
dustinfaceandGitHub 541b99e311 harvester: Introduce recursive_plot_scan (#11468)
* harvester: Introduce `recursive_plot_scan`

* Change log and merge boths lookups

* Drop redundant assignments
2022-05-09 16:43:53 -07:00
Sebastjan 4dd736b70c mypy fix 2022-05-09 23:29:30 +02:00
Sebastjan 319fde0693 removed unused method 2022-05-09 23:25:01 +02:00
Sebastjan 02df7e5f14 Merge remote-tracking branch 'origin/main_dids' into nft_update_metadata 2022-05-09 23:17:05 +02:00
Sebastjan 589488d25d checkpoint 2022-05-09 23:16:26 +02:00
wjblankeandChris Marslender b396c3e76d updated gui to 32245d869c70eedbb2a5fe77618b107dda70a647 (#11471) 2022-05-09 12:38:12 -07:00
Sebastjan TrepcaandGitHub 3b417e7838 Merge pull request #11440 from Chia-Network/main_dids_data_hash
Main dids data hash
2022-05-09 21:35:13 +02:00
wjblankeandGitHub cc83332c34 updated gui to 32245d869c70eedbb2a5fe77618b107dda70a647 (#11471) 2022-05-09 12:26:45 -07:00
Florin ChiricaandGitHub d83b51d150 Enable self subscription. 2022-05-09 21:58:47 +03:00
Sebastjan 0324756b7f metadata updater working with latest puzzles 2022-05-09 20:40:34 +02:00
ytx1991 9f7cc25bd5 Remove impossible case 2022-05-09 11:08:22 -07:00
ba6200d6c6 adding ca updates (#11082)
Co-authored-by: ChiaAutomation <ChiaAutomation@users.noreply.github.com>
2022-05-09 09:58:25 -07:00
matt-o-how 42a71277fe initial commit for new state layer and added clvm tests 2022-05-09 16:32:15 +01:00
ytx1991 4c2f41aa9e Fix tests 2022-05-06 15:57:27 -07:00
ytx1991 b3197d57ed Merge from main_dids 2022-05-06 14:24:03 -07:00
wallentx 4d29bbcecf updating gui for 1.3.5 dogfood build 2022-05-06 16:15:26 -05:00
wjblankeandwallentx 526eef4b5c updated gui to 748f99f285cbfd0ccbdadd97adab34b2a4046889 (#11461) 2022-05-06 16:14:16 -05:00
wjblankeandGitHub ca78150789 updated gui to 748f99f285cbfd0ccbdadd97adab34b2a4046889 (#11461) 2022-05-06 16:13:02 -05:00
Florin Chirica 5d76565da9 Debug tests. 2022-05-06 17:18:42 +03:00
Florin ChiricaandGitHub 0dc41df3a5 more CancelledError. 2022-05-06 15:38:57 +03:00
Florin ChiricaandGitHub 6f6da3aaa9 handle CancelledError. 2022-05-06 15:36:42 +03:00
Sebastjan e779ac5aa0 checkpoint 2022-05-06 14:31:52 +02:00
Florin ChiricaandGitHub 1e1be5eda4 Merge branch 'atari' into fc.new_server 2022-05-06 15:30:33 +03:00
Sebastjan b4a0a2421d get nfts rpc should now conform to old format 2022-05-06 10:17:29 +02:00
Arvid NorbergandGitHub 761c42eef5 flag lgtm issues in test code and benchmark code as well (#11445) 2022-05-05 14:22:56 -07:00
Sebastjan ce30383b21 nft_get_nfts returns a nicer response 2022-05-05 22:04:40 +02:00
Sebastjan TrepcaandGitHub ecf7cd8630 Merge pull request #11433 from Chia-Network/new_nfts_driver
New nfts driver
2022-05-05 22:01:53 +02:00