Commit Graph

4709 Commits

Author SHA1 Message Date
Mariano Sorgente d2e558835d
Add rpc for setting and getting reward targets (#1216) 2021-03-10 16:56:26 +09:00
Mariano Sorgente 4d15f86715
Ms.rate limits (#1204)
Implements rate limiting for full node.
2021-03-10 15:48:34 +09:00
Gene Hoffman de4b5b3050
chiavdf gold at 1.0 (#1214) 2021-03-09 19:38:05 -08:00
Gene Hoffman b5ce8c9e66
Isort take 3 (#1213)
* isort in a black friendly way

* isort but debug superlinter later
2021-03-09 18:27:27 -08:00
Florin Chirica 91f9457f73
Log better compacts, test fnp for compacts. (#1190)
* Log better compacts, test fnp for compacts.

* First attempt peer gossip limit.

* Fix wallet gossip.

* typos.

* Add logging to wallet api.
2021-03-09 15:32:33 -08:00
Gene Hoffman 26f18d4efe
Bump keyring, update GUI (#1211) 2021-03-09 15:30:51 -08:00
Zlatko Fedor 439ca244aa
removed parameter -s from server (#1212) 2021-03-09 15:29:25 -08:00
Gene Hoffman 1d7fadbc20
cryptography and keyring to current version (#1208)
* Try linux keyring

* cryptography and keyring to current version - keyrings.cryptfile issue

* Remove comment re cryptography

* Correct URL

* 3.4.6 cryptography
2021-03-09 13:43:57 -08:00
Oliver d1a220e3f2
Fix typos (#1203) 2021-03-09 13:06:21 -08:00
Jesús Espino 82582a9fd8
Disallow unusable sizes for farming (#1207)
* Disallow unusable sizes for farming

* Reverting test change that can break the tests

* Changing the approach about minimun sizes

* Removing submodules from the PR
2021-03-09 12:02:38 -08:00
dependabot[bot] 15377a0b72 Bump github/super-linter from v3.15.1 to v3.15.2
Bumps [github/super-linter](https://github.com/github/super-linter) from v3.15.1 to v3.15.2.
- [Release notes](https://github.com/github/super-linter/releases)
- [Commits](https://github.com/github/super-linter/compare/v3.15.1...16f5c4067d70b7e90445a32524a96d02f973ca4b)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-09 10:15:08 -08:00
Gene Hoffman 61f007b9f3
Remove requirements-dev.txt (#1197)
* Remove requirements-dev.txt

* Lint needs different reqs
2021-03-08 19:56:56 -08:00
Gene Hoffman 0be0183a86
Update plotting text, backup description update (#1196)
* Update plotting text, backup description update

* locales too
2021-03-08 18:24:44 -08:00
Jesús Espino bdf1692fb0 Fix 'CCWallet' object has no attribute 'cost_of_single_tx' problem 2021-03-08 16:36:00 -08:00
Gene Hoffman d77bc07ac4 move from download.chia to pypi.chia.net/simple/ 2021-03-08 15:32:00 -08:00
Gene Hoffman 348424fcf7 Move mozilla pin, GUI 2021-03-08 15:22:34 -08:00
Adam Kelly c2520eeb31 Always set best best stripe size 2021-03-08 14:19:51 -08:00
Gene Hoffman 8e40eb6ecf limit submodule update to mozilla-ca 2021-03-08 13:02:16 -08:00
Jesús Espino e43cd39639 Removing require data to get_status 2021-03-08 11:47:10 -08:00
Yostra 0ccde6ac82
Fix transactions on simulator (#1172)
* fix transactions on simulator

* only when running gui
2021-03-08 10:06:44 -08:00
Jesús Espino cb605333ff
Add type to websockets requests and responses (#1036)
* Add type to websockets requests and responses

* Fixing mypy typing errors

* Renaming Request/Response to WsRpcMessage

* Removing no longer needed 'is not None' checks

* Removing no longer needed imports

* Fixing pylint problem

* Making it backward compatible

* Fixing flake8 problem

* Initializing data to empty dict always
2021-03-08 07:12:14 -08:00
Jesús Espino e4322ec56f Adding Arch support for the install script 2021-03-08 07:10:17 -08:00
Mariano caac345692 Some more cli fixes 2021-03-08 20:05:04 +09:00
Mariano baceb71cc9 Fix chia wallet cmd 2021-03-08 20:05:04 +09:00
Mariano 7a9df519ca Fix cache issue 2021-03-08 20:05:04 +09:00
Jesús Espino fb52a6bda6 Add support for multiple paralel queues of plots 2021-03-06 20:43:40 -08:00
Mariano d5a1936a55 improve flaky test 2021-03-06 09:39:06 -08:00
Mariano 589b225b5d Revert gitignore 2021-03-06 09:39:06 -08:00
Mariano 6e461544ef Validate required iters 2021-03-06 09:39:06 -08:00
Mariano c5f2e58ff7 Fix fns 2021-03-06 09:39:06 -08:00
Mariano ded3934cda start working on todos 2021-03-06 09:39:06 -08:00
Mariano 03d599d9ac Broadcast pending tx that got into mempool, don 2021-03-06 09:39:06 -08:00
Necdet Can Ateşman 1bb5d337bd Fix some typos in CLI command `farm` 2021-03-06 14:04:21 +09:00
Gene Hoffman bb06f0b8d4 "header hash" GUI change 2021-03-04 21:08:19 -08:00
Gene Hoffman 1904b57124 Update GUI for plot count change 2021-03-04 20:10:21 -08:00
Yostra 19b7a8247b daemon't tests expects genesis to be None 2021-03-04 18:48:11 -08:00
Gene Hoffman 609d024f1c update gui for empty columns 2021-03-04 17:30:51 -08:00
Gene Hoffman b42522ab64 gui update for duplicate plot error. 2021-03-04 17:07:13 -08:00
Gene Hoffman 0005dd298d Update GUI 2021-03-04 16:37:55 -08:00
Yostra 5c1bfae28b pin challenge hash 2021-03-04 14:58:02 -08:00
Yostra da9b9ccf6f
Mozilla ca (#1155)
* include moz

* add mozzila submodule

* install script

* use file path

* update commit

* typo
2021-03-04 14:25:35 -08:00
Gene Hoffman 85b0f7ff13
Rc5 chglg (#1154)
* Catch changelog up for RC5

* nits
2021-03-04 13:11:47 -08:00
Yostra a7eabfbfef use pinned cert 2021-03-04 10:40:59 -08:00
Mariano Sorgente 2c8bdce181
Fix daemon issue and uncompact blocks issue (#1150)
* Fix daemon issue and uncompact blocks issue

* Don't add repeated entries

* fix sampling validation

* temp skip segment validation

* fix condition

* Disconnect if weight proof validation throws

* Wallet long sync from closer

* Fix test

* uncomment WP validations, fix compact vdf bug

* fix log

Co-authored-by: almog <almogdepaz@gmail.com>
2021-03-04 09:22:23 -08:00
Gene Hoffman 4ddd1385f6 chiapos to 0.9, pin current GUI 2021-03-04 02:24:05 -08:00
Mariano Sorgente d33d16591d
blspy to 0.9, replace infinity, update clvm, puzzle hash (#1146)
* blspy to 0.9

* replace infinity with default constructor

* infinity

* Update clvm, puzzle hash

* Fix tests with new blspy

* prefarm in config instead of constants

Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
Co-authored-by: Bill Blanke <wjb2002@flex.com>
2021-03-04 00:54:03 -08:00
Gene Hoffman fb14ecf204
Extend timeouts - check dev for test success (#1147) 2021-03-03 23:50:22 -08:00
Gene Hoffman ccbd20bc94
Chia VDF to 0.9 (#1138)
* Chia VDF to 0.9

* Try test-cache 20
2021-03-03 20:54:19 -08:00
Yostra 714597b04f fix tests 2021-03-03 19:13:27 -08:00
Gene Hoffman 88a6675cf4 chiabip158 to 1.0 2021-03-03 19:02:44 -08:00