Mariano Sorgente
94c6be1d04
Fix fork point issue
2020-03-12 12:42:11 +09:00
Mariano Sorgente
dd8dc370ff
Start changes light verification
2020-03-12 12:11:51 +09:00
Yostra and GitHub
6d213696ba
ubuntu install steps
2020-03-11 13:20:42 -07:00
Yostra
48052db0b3
mypy formating
2020-03-11 12:41:53 -07:00
Yostra
75b94ad6fa
callback for state changed
2020-03-11 12:41:53 -07:00
Yostra
cfbfc766c9
use protocol and comment out failign test
2020-03-11 12:41:53 -07:00
Yostra
9ddd1361dc
wallet, transaction, simulator, testing, farm block
2020-03-11 12:41:53 -07:00
Gene Hoffman and GitHub
022b6fb30e
Merge pull request #115 from Chia-Network/vdf_bench
...
Vdf benchmark capability
2020-03-11 00:24:34 -07:00
Gene Hoffman and GitHub
95a2427e6c
Move introducer to beta introducer
2020-03-10 18:30:13 -07:00
Yostra
29c7fc535d
clean junk
2020-03-10 13:34:43 -07:00
Yostra
b93a5a33e9
reorg in wallets
2020-03-10 12:58:42 -07:00
Yostra
d8211f5257
give name for logging
2020-03-10 12:54:45 -07:00
Rostislav
139c860ce8
fast_vdf: Add vdf_bench tool
...
The tool can be used to benchmark the following:
- "square_asm": form squaring in assembly
- "square": form squaring in C
- "discr": generation of form discriminant from seed
2020-03-10 06:25:42 +00:00
Rostislav
f9be513c66
fast_vdf: Do not repeat initialization in CreateDiscriminant
2020-03-10 04:55:13 +00:00
Yostra
cf3e0d0920
coinbase freeze period in select_coin
2020-03-09 20:36:01 -07:00
Yostra
fc41b4c38e
return true if already in mempool
2020-03-09 16:54:03 -07:00
Yostra
79e474b420
one is enough
2020-03-09 16:27:56 -07:00
Yostra
cdb1587dd8
ack true if transaction already in mempool
2020-03-09 16:18:31 -07:00
Yostra
894b49d756
format
2020-03-09 15:38:40 -07:00
Gene Hoffman and GitHub
db4f27cb45
Readme - add argument POST example for RPC
2020-03-09 15:38:30 -07:00
Yostra
4fa9a33723
start simulator
2020-03-09 15:36:38 -07:00
Yostra
71b65b6e4a
assert, don't just return
2020-03-09 15:28:04 -07:00
Yostra
7fa004a924
full node sim
2020-03-09 15:24:27 -07:00
Yostra
f5fa74e9fe
full node simulator
2020-03-09 15:23:04 -07:00
Yostra
fb404a6a23
don't pass mutable arg
2020-03-09 15:21:28 -07:00
fchirica
91d7d2cd20
Launcher: refactor, stopping, add process logging
2020-03-10 00:05:27 +02:00
Gene Hoffman
0526910a72
Improved harvester restart logic
2020-03-09 14:08:13 -07:00
Gene Hoffman
332eabfb70
Created restart_harvester.sh
2020-03-09 13:43:42 -07:00
Yostra
a35a67d0a1
fix test
2020-03-09 11:26:43 -07:00
Mariano Sorgente
bb3ce76d8a
More wallet protocol tests, fix bbugs
2020-03-09 22:44:01 +09:00
Don Kackman and GitHub
ed3699f96e
static analysis changes ( #113 )
...
changes based on the output cppcheck --enable=all --inconclusive --force *.hpp
* marked members const where possible
* marked members noexcept where possible
* marked members static where possible
* changed to constructor initialization lists where possible
2020-03-09 22:23:13 +09:00
Mariano Sorgente
25610a8a5b
Add full node tests, fix bug in request_proof_hashes
2020-03-09 16:45:32 +09:00
Mariano Sorgente
aa4f0d9795
Fix bugs with wallet node
2020-03-09 15:05:24 +09:00
Mariano Sorgente
0962051933
Simulation includes wallet
2020-03-09 13:02:53 +09:00
Mariano Sorgente
d0b80f075c
Fix tests
2020-03-09 12:36:46 +09:00
Gene Hoffman and GitHub
07951ab7a9
Fix stack overflow in verifier ( #112 )
alpha-1.4.1
2020-03-06 20:05:17 -08:00
Yostra
54a49f2287
handle coinbase coins
2020-03-06 16:52:04 -08:00
Yostra
43dc5b48e7
verify removal/addition roots
2020-03-06 13:17:33 -08:00
Gene Hoffman and GitHub
ef06db4a5c
Add florin's verifier.h
...
Patch around current fullnode crash
2020-03-06 12:36:21 -08:00
Mariano Sorgente
284faa46e8
Almost have sync working
2020-03-06 17:23:03 +09:00
Mariano Sorgente
3f0c59336f
Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration
2020-03-06 13:41:07 +09:00
Mariano Sorgente
9285b6ed73
Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration
2020-03-06 11:41:56 +09:00
Yostra
da011ddf5a
rollback tx store and get tx that are being removed
2020-03-05 16:16:55 -08:00
Yostra
3bd6bb04c7
make it a little nicer
2020-03-05 15:53:36 -08:00
Yostra
1b9f3c8f07
websocket server, websocket client, for wallet ui
2020-03-05 14:57:52 -08:00
Florin Chirica and GitHub
962ec71ed1
Remove whitespaces in empty line
2020-03-05 20:14:15 +02:00
Florin Chirica and GitHub
47c711f15a
Wait for timelord TCP server to spawn.
2020-03-05 19:59:33 +02:00
Florin Chirica and GitHub
84fcee1867
Fix stopping script
2020-03-05 19:34:29 +02:00
Mariano Sorgente
7b708be2af
More wallet prot imple
2020-03-05 15:52:50 +09:00
Yostra
38fcc12828
on connect removed
2020-03-04 17:33:34 -08:00