J Eckert and GitHub
7cfc07d23d
Added new issue templates ( #3033 )
...
* added new issue templates for support and requestes
* spelling is hard...
2021-04-28 19:18:11 -07:00
8bb081fb95
Update gui submodule ( #3042 )
...
Co-authored-by: Adam Kelly <aqk@aqk.im >
2021-04-28 15:27:44 -07:00
0f57b11af5
Fix memory bloat when displaying plot logs in GUI by sending only new changes ( #2847 )
...
* Fix memory bloat when displaying plot logs in GUI by sending only new changes
* Add updated lines field to plot logs message
* Send full log during service connection, and send log updates every time
* updated plot logs
fixed removing of the plots from the queue
* used message from main process
* used just one plot for serial plotting
* lint format
Co-authored-by: Adam Kelly <aqk@aqk.im >
Co-authored-by: Zlatko <zlatko@chia.net >
2021-04-28 14:52:48 -07:00
Will Bendick and GitHub
0810f4ab74
locks on updates to plot_ids ( #3036 )
2021-04-28 14:22:22 -07:00
ea10fcb0fe
Don't show mnemonic seed by default in chia keys show ( #3032 )
...
Co-authored-by: Adam Kelly <aqk@aqk.im >
2021-04-28 12:45:37 -07:00
Mariano Sorgente and GitHub
621c13c249
Improve safety of coin store ( #2984 )
...
* Improve safety of coin store
* Add test for exception
* Fix issue with fork_point_with_peak
2021-04-28 15:27:56 -04:00
Mariano Sorgente and GitHub
b4f316555d
Decrease mempool size temporarily ( #3018 )
2021-04-28 10:53:29 -07:00
Mariano Sorgente and GitHub
8aed3645be
1,2,3 mojo attack prevention ( #3017 )
2021-04-28 10:52:22 -07:00
wjblanke and GitHub
ec48e968a9
increase wp timeout from 3 minutes (2 megabit) to 6 minutes (1 megabit) ( #3022 )
2021-04-28 10:51:18 -07:00
Almog De Paz and GitHub
2d4159d0b6
show syncing on long sync ( #2985 )
2021-04-28 10:50:44 -07:00
Almog De Paz and GitHub
eae1cb6220
check summaries on long sync ( #2894 )
...
* check summaries against wp on long sync
* lint
* move summary check to receive_block
* lint
* lint
* ban peer if bad response during batch sync
* fix typo
2021-04-28 10:50:16 -07:00
Mariano Sorgente and GitHub
cb054ef72b
Hopefully reduce chances of nonce collision ( #2161 )
...
* Hopefully reduce chances of nonce collision
* No collisions
2021-04-28 13:34:32 -04:00
Yostra and GitHub
92cd23cbaf
Filter test ( #2980 )
...
* reenable
* lint
2021-04-28 17:17:09 +09:00
Yostra and GitHub
4ef3777119
Avoid multiple requests ( #2860 )
...
* avoid dupe requests
* move to store, clean tasks
* linting
* limit
* 10peers,5sec
2021-04-28 02:58:45 -04:00
Yostra
47e6f0d4c6
count and time
2021-04-28 02:44:52 -04:00
Yostra
a614430952
cache and retry after 10 min and on startup
2021-04-28 02:29:15 -04:00
matt-o-how and GitHub
c1846b0f49
Singleton improvements ( #2286 )
...
* Changed singleton to take puzzlehash as origin.
Updated DID wallet to use this
* fixed hex and sha256tree for singleton puzzle
* require more signature for DID spends
* fix singleton tests
black format did wallet
* fix broken test
fix linting
switch to inline functions
* remove unused defuns from singleton_top_layer
2021-04-27 11:25:33 -07:00
Almog De Paz and GitHub
50164d16d3
Farm while syncing ( #2195 )
...
* add long sync lock
* lint
* test getting new high peak while synced
* lint
* fix logs
2021-04-27 11:05:16 -07:00
An Long and GitHub
cb625117db
add more type hints ( #2816 )
2021-04-27 11:00:41 -07:00
Mariano Sorgente and GitHub
cdf9e1aaaa
Add tests for LRU and coin store ( #2925 )
2021-04-27 10:58:59 -07:00
Arvid Norberg and GitHub
8717ca4b02
Leave programs in SpendBundle serialized ( #2380 )
2021-04-27 10:52:21 -07:00
Dave Johnson and GitHub
a2401ccfd4
Allow install as root on minimal attack surface OSes ( #2871 )
...
pip is not accessible to root on many limited core OS distros. Launching explicitly via python resolves for all
2021-04-27 01:24:24 -07:00
Will Bendick and GitHub
c75b826808
bytes to hex ( #2856 )
...
* converts bytes to hex
* line too long
2021-04-26 23:22:44 -07:00
Yostra and GitHub
a929ec889e
Use lru cache ( #2433 )
...
* use lru cache
* use new func
* cache block after write is done
* dont iterate as orederd dict
2021-04-26 23:21:58 -07:00
Yostra and GitHub
d88697ef42
more speed ( #2223 )
2021-04-26 23:21:24 -07:00
Yostra and GitHub
4c98dd2b71
decorator ( #2221 )
2021-04-26 23:21:04 -07:00
Zlatko and Gene Hoffman
c8a7cb4b89
node version 10.x => 12.x
2021-04-26 16:40:30 -07:00
1f16bca87f
Update and re-enable Merkle set test ( #2824 )
...
Co-authored-by: Rostislav <rostislav@users.noreply.github.com >
2021-04-26 11:20:08 -07:00
Mariano Sorgente and GitHub
cc1aba8c3b
Ms.ph scan ( #2808 )
...
* Work on offline signing
* Fix lint
2021-04-26 11:18:29 -07:00
Mariano Sorgente and GitHub
e76bf3dad5
Create puzzle hashes in normal operation ( #2783 )
2021-04-26 11:16:31 -07:00
Martin Mihaylov and GitHub
59de4ffe9f
Add back logging for added coins ( #2720 )
...
It was removed in commit ee3dfb9eb1 for
unknown reason. A few people on keybase have learned to rely on it to
check for new coins being received by their wallet. Arguably not the
best way to do so but seems like a useful log output to have in general.
2021-04-26 01:23:25 -07:00
An Long and GitHub
e6f3db4e6a
Using the top level exceptions from aiohttp ( #2700 )
2021-04-26 01:23:06 -07:00
An Long and GitHub
6027e8707c
fix type hint of harvester rpc client ( #2706 )
2021-04-26 01:22:31 -07:00
Martin Mihaylov and GitHub
e7304c594b
CONTRIBUTING: Update with src -> chia renaming ( #2721 )
2021-04-25 09:46:34 -07:00
An Long and GitHub
1ec9444950
Fix type hint error ( #2605 )
2021-04-24 22:33:26 -07:00
An Long and GitHub
6b0a70ff8e
Raise error when convertbits got invalid data ( #2612 )
2021-04-24 22:32:40 -07:00
Gene Hoffman and Gene Hoffman
82c39c4077
Update chglg for 1.1.2 release
2021-04-24 20:50:09 -07:00
Christopher and GitHub
d0649fb574
change default buffer size to 3389 ( #2320 )
2021-04-24 14:56:19 -07:00
Chida82 and GitHub
79ecc40d15
Add max files in rotation ( #2502 )
2021-04-24 02:17:36 -07:00
An Long and Gene Hoffman
560074dc2c
add more type annotations
2021-04-23 21:26:19 -07:00
Yostra and GitHub
788b630487
More accurate fork point ( #2428 )
2021-04-23 14:08:15 -07:00
Yostra and Gene Hoffman
4af65c328c
avoid rollback when just advancing
2021-04-23 00:54:09 -07:00
Yostra and Gene Hoffman
b3cc6bfe93
retry
2021-04-23 00:53:08 -07:00
dependabot[bot] and Gene Hoffman
d590e08745
Bump colorlog from 4.8.0 to 5.0.1
...
Bumps [colorlog](https://github.com/borntyping/python-colorlog ) from 4.8.0 to 5.0.1.
- [Release notes](https://github.com/borntyping/python-colorlog/releases )
- [Commits](https://github.com/borntyping/python-colorlog/compare/v4.8.0...v5.0.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-04-22 17:00:23 -07:00
Gene Hoffman and Gene Hoffman
8d7a667d7e
Correctly get to Ubuntu 21.04 steps
2021-04-22 15:11:50 -07:00
Rostislav and Gene Hoffman
33c4529f61
Add extra tests for replacing conflicting SpendBundles in mempool
2021-04-22 10:45:22 -07:00
Rostislav and Gene Hoffman
933736be92
Add logging about replacing SpendBundles in mempool
2021-04-22 10:45:22 -07:00
Gene Hoffman and GitHub
ad29ac6f3c
Changelog for 1.1.1 ( #2341 )
1.1.1
2021-04-21 23:20:49 -07:00
Mariano Sorgente and GitHub
b37305e85e
Fix adding double signage points ( #2340 )
2021-04-21 22:43:00 -07:00
Gene Hoffman
d3e52c82f8
Changelog for the 1.1.0 release
1.1.0
2021-04-21 17:19:56 -07:00