William Allen and GitHub
602ddeddc6
Merge pull request #12881 from Chia-Network/checkpoint/main_from_release_1.5.1_c39d7ac64f94ed55c98025b3dcfca2cd39e90d86
...
checkpoint: into main from release/1.5.1 @ c39d7ac64f
2022-08-10 15:06:40 -05:00
Mariano Sorgente and GitHub
e682de7344
Early return from olivernyc ( #12877 )
2022-08-10 15:05:12 -05:00
Matt Hauff
d6269bfe81
Remove add coin record from the DL wallet
2022-08-10 13:04:11 -05:00
033368c7e0
populate synthetic secret key for mirror ( #12892 )
...
Co-authored-by: Matt Hauff <quexington@gmail.com >
2022-08-10 20:31:59 +03:00
Florin Chirica and GitHub
165a750eda
Fix type.
2022-08-10 20:04:35 +03:00
Florin Chirica
0639489fa4
Change get_subscriptions.
2022-08-10 19:01:25 +02:00
Kyle Altendorf and GitHub
04fb4b8803
skip setproctitle test ( #12886 )
...
* remove unittest class from setproctitle test
* actually skip the setproctitle test file
2022-08-10 10:41:42 -05:00
dustinface and GitHub
ee2671447d
rpc: Recover _set_state_changed_callback call in start_rpc_server ( #12872 )
2022-08-10 10:40:46 -05:00
Kyle Altendorf
2e3ba8b63d
it takes
2022-08-10 10:58:25 -04:00
Amine Khaldi
9585241286
Merge commit '7fda9596afa22e5eada462a6e9c9a9c550517ec0' into checkpoint/long_lived_atari_from_main_7fda9596afa22e5eada462a6e9c9a9c550517ec0
2022-08-10 15:48:22 +01:00
Kyle Altendorf and GitHub
715056bf89
Merge pull request #12887 from Chia-Network/checkpoint/long_lived_atari_from_main_acc8b7c98d7b04cb0f465980421d022fd3662a0a
2022-08-10 09:42:57 -04:00
Florin Chirica
aa5932e86f
Lint.
2022-08-10 15:39:07 +02:00
Amine Khaldi
ab6c6199f5
Merge commit 'acc8b7c98d7b04cb0f465980421d022fd3662a0a' into checkpoint/long_lived_atari_from_main_acc8b7c98d7b04cb0f465980421d022fd3662a0a
2022-08-10 14:22:35 +01:00
Kyle Altendorf and GitHub
98cc9abee7
Merge pull request #12885 from Chia-Network/checkpoint/long_lived_atari_from_main_a7462f66e901f994a44633c64965e3f3de785cc7
2022-08-10 09:21:47 -04:00
Amine Khaldi
f3fc2794ec
Merge commit 'a7462f66e901f994a44633c64965e3f3de785cc7' into checkpoint/long_lived_atari_from_main_a7462f66e901f994a44633c64965e3f3de785cc7
2022-08-10 13:25:48 +01:00
Kyle Altendorf and GitHub
ac40fb418d
Merge pull request #12882 from Chia-Network/checkpoint/long_lived_atari_from_main_a801260a5e2450318b20fe5cc7edd8e112a5ab7e
...
checkpoint: into long_lived/atari from main @ a801260a5e
2022-08-10 08:24:46 -04:00
dustinface and GitHub
7c9fb654a3
server|tests: Delay the harvester -> farmer connection in some tests ( #12862 )
...
* Introduce `Service.add_peer`
* Delay the harvester/farmer connection in some tests to avoid flakiness
2022-08-10 04:57:34 -05:00
Amine Khaldi
53cef48b11
Merge commit 'a801260a5e2450318b20fe5cc7edd8e112a5ab7e' into checkpoint/long_lived_atari_from_main_a801260a5e2450318b20fe5cc7edd8e112a5ab7e
2022-08-10 10:50:53 +01:00
Amine Khaldi
4af653946e
Merge commit 'c39d7ac64f94ed55c98025b3dcfca2cd39e90d86' into checkpoint/main_from_release_1.5.1_c39d7ac64f94ed55c98025b3dcfca2cd39e90d86
2022-08-10 10:48:18 +01:00
Almog De Paz and GitHub
2a51d7deaf
wallet code reuse ( #12310 )
...
* validate wp from fork and fix bugs(pr #11826 )
move WalletWeighProofHandler to wallet_node
remove code dupelication
* fix init bug
remove bad return path
* lint
* merge fixes
remove redundant ses_cache
* lint
* lint
* fix test
* lint
* assert state_manager is not None
2022-08-10 04:45:01 -05:00
dustinface and GitHub
da69ae6ad1
util: Raise in Keychain.add_private_key if the key already exists ( #12747 )
2022-08-10 03:13:21 -05:00
Kyle Altendorf
525496eee7
more
2022-08-09 21:44:10 -04:00
Florin Chirica
715e7b7165
Fix some linting.
2022-08-10 01:30:46 +02:00
dustinface and GitHub
be2e02052d
util: Simplify public key getters in Keychain ( #12751 )
2022-08-09 18:29:42 -05:00
Arvid Norberg and GitHub
f295d8899b
add benchmark for MempoolManager.add_spendbundle ( #12780 )
...
* add benchmark for MempoolManager.add_spendbundle
* log warning if pre_validate_spendbundle takes too long
2022-08-09 18:29:00 -05:00
William Allen and GitHub
a4b0f51f3d
Adding required-reviewers as CODEOWNERS ( #12812 )
2022-08-09 18:27:32 -05:00
dustinface and GitHub
43d679dba3
pre-commit: Fix a venv activation issue on linux ( #12822 )
...
* pre-commit: Fix a venv activation issue on linux
I ended up with the same issue as in https://github.com/Chia-Network/chia-blockchain/pull/12235 and using `.` instead of `source` (Which is supposed to be the same?) fixed it.
* Make it all `sh`
2022-08-09 18:27:11 -05:00
dustinface and GitHub
91bc4958d1
pre-commit: Reorder hooks by runtime ( #12775 )
...
Moving `black` and `mypy` up a bit, run `flake8` as last. New order:
```
Validate SQL statements
__init__.py files
black
Check Yaml
Fix End of Files
Trim Trailing Whitespace
Check for merge conflicts
Check python ast
Debug Statements (Python)
mypy
isort
flake8
```
2022-08-09 18:23:52 -05:00
dustinface and GitHub
382f57fc7d
util: Simplify key deletion in Keychain ( #12750 )
2022-08-09 18:23:30 -05:00
Jeff and GitHub
0ea86b1079
Few additional sets of test SSL certs/keys for CI ( #12702 )
...
* Few additional sets of test SSL certs/keys for CI
* Track which sets of SSL test certs/keys are in use. Emits a warning if a set of test certs/keys are reused which still in use.
* Accidentally moved a set of certs/keys
2022-08-09 18:21:11 -05:00
5e36274be2
Update the arm64 deb installer to also use the 1804 builder container ( #12864 ) ( #12870 )
...
* Update the arm64 deb installer to also use the 1804 builder container
* Bring steps more inline with the other docker workflow
* Fix github_workspace variables and make timeouts the same
Co-authored-by: Chris Marslender <chrismarslender@gmail.com >
2022-08-09 18:06:13 -05:00
Kyle Altendorf
8411df38ba
more
2022-08-09 19:04:32 -04:00
William Allen and GitHub
bfb4aadfc5
Merge pull request #12868 from Chia-Network/checkpoint/main_from_release_1.5.1_76b173e36bd9cd9835b5d126015c5594dacfe45c
...
checkpoint: into main from release/1.5.1 @ 76b173e36b
2022-08-09 16:56:30 -05:00
Chris Marslender and GitHub
87179bd673
Update the arm64 deb installer to also use the 1804 builder container ( #12864 )
...
* Update the arm64 deb installer to also use the 1804 builder container
* Bring steps more inline with the other docker workflow
* Fix github_workspace variables and make timeouts the same
2022-08-09 16:48:53 -05:00
Kyle Altendorf
0bca470cc7
update reference hashes for tests
...
(cherry picked from commit a9b6a3cc86 )
2022-08-09 16:26:11 -04:00
wallentx
4074083a66
Merge commit '76b173e36bd9cd9835b5d126015c5594dacfe45c' into checkpoint/main_from_release_1.5.1_76b173e36bd9cd9835b5d126015c5594dacfe45c
2022-08-09 15:09:01 -05:00
Matt Hauff
081d2ed1cd
New error for wallet
2022-08-09 14:59:01 -05:00
Florin Chirica
6eea126067
Rename store_id to coin_id.
2022-08-09 21:34:53 +02:00
Florin Chirica
933c9a11a9
Checkpoint.
2022-08-09 21:24:54 +02:00
Jeff and GitHub
bcec9e232b
Bump chia-blockchain-gui to 49c181d31a4ba72b21df7a4d42d4017b5d3bf9c9 ( #12866 )
2022-08-09 14:24:50 -05:00
e311bf4bd4
Wallentx/cherrypick ( #12865 )
...
* increased timeouts for less NFT test flakiness (#12847 )
* increased timeouts for less flakiness
* a few more timeouts
* and some more
* more blocks
* Swap intel installer to 10.14 runners (#12735 )
* Swap intel installer to 10.14 runners and swap to setup python wrapper forced to pyenv (since github's python versions don't support 10.14)
* Self-hosted cleanup steps
* Update to chia-network notarize cli
Co-authored-by: Sebastjan Trepca <trepca@gmail.com >
Co-authored-by: Chris Marslender <chrismarslender@gmail.com >
2022-08-09 14:14:35 -05:00
Kyle Altendorf
77dd7bd0aa
row hashes on the maker side, not the value...
2022-08-09 15:05:22 -04:00
Kyle Altendorf
967c635305
rework with multiple wallets and data layers
2022-08-09 14:26:21 -04:00
Chris Marslender and GitHub
6b0b7d72c1
Swap intel installer to 10.14 runners ( #12735 )
...
* Swap intel installer to 10.14 runners and swap to setup python wrapper forced to pyenv (since github's python versions don't support 10.14)
* Self-hosted cleanup steps
* Update to chia-network notarize cli
2022-08-09 13:10:22 -05:00
Kyle Altendorf
a50ef6161f
update atari internal node hashing to match the internal custody approach
2022-08-09 12:31:57 -04:00
Kyle Altendorf
adc82ab57c
remove some marshmallow references
2022-08-09 11:54:40 -04:00
Kyle Altendorf
af8c485314
more
2022-08-09 11:50:50 -04:00
Kyle Altendorf
f38a585ef6
more
2022-08-09 11:44:05 -04:00
Kyle Altendorf
533377d464
and more
2022-08-09 10:54:29 -04:00
Sebastjan Trepca and GitHub
4a98e92679
increased timeouts for less NFT test flakiness ( #12847 )
...
* increased timeouts for less flakiness
* a few more timeouts
* and some more
* more blocks
2022-08-09 09:31:22 -05:00