Commit Graph

5796 Commits

Author SHA1 Message Date
Mariano Sorgente
6f385ee680 Remove test 2019-10-29 12:54:20 +09:00
Mariano Sorgente
8bafbbaac7 Fix a few bugs 2019-10-29 12:33:32 +09:00
fchirica
22a70166e7 Initial process commit 2019-10-29 03:22:21 +02:00
Mariano Sorgente
44fdd743db Start on prompt 2019-10-29 09:39:02 +09:00
Mariano Sorgente
cbc8c0bbef Merge branch 'master' of github.com:Chia-Network/chia-blockchain into ui 2019-10-29 03:19:58 +09:00
Mariano Sorgente
128600ce73 Add more plots 2019-10-29 03:19:27 +09:00
Mariano Sorgente
8bb3e6ee3c Disconnect 2019-10-29 02:47:37 +09:00
Mariano Sorgente
22e3c697f2 Fix event loop issue 2019-10-26 12:00:25 +09:00
Mariano Sorgente
b50fb9c097 Working 2019-10-26 11:13:23 +09:00
Mariano Sorgente
b4449fbe04 Fix error messages 2019-10-25 19:25:26 +09:00
Alex Wice
f645d04a0a new motor wip 2019-10-24 04:16:44 +02:00
Mariano Sorgente
8b7822b043 More work 2019-10-23 16:49:16 +09:00
Mariano Sorgente
dfb7844dd1 Start with UI 2019-10-23 13:23:32 +09:00
Mariano Sorgente
ca7151f820 Merge pull request #8 from Chia-Network/refactor
Refactor
2019-10-22 17:36:00 -10:00
Mariano Sorgente
1d30cc0910 Changed nodes to be classes, fix type checking 2019-10-23 12:18:48 +09:00
Mariano Sorgente
0fef0b933e Changed to mypy from pyright, fix tests (full node still broken) 2019-10-22 16:44:01 +09:00
Mariano Sorgente
3916e9032b Start with refactor 2019-10-21 22:48:27 +09:00
Mariano Sorgente
d4896a2f65 Merge pull request #7 from Chia-Network/new-formula
New formula
2019-10-17 19:35:34 -10:00
Mariano Sorgente
8e99f2cad9 Fix too slow block bug 2019-10-18 14:32:50 +09:00
Mariano Sorgente
b4baff9f4e Fix tests 2019-10-16 17:38:49 +09:00
Mariano Sorgente
e2247c7565 Merge pull request #6 from Chia-Network/new_pot
New pot
2019-10-14 19:15:24 -10:00
fchirica
5247032828 Improved timelord logic 2019-10-11 01:16:41 +03:00
Mariano Sorgente
c78d870ec1 Merge branch 'new_pot' of github.com:Chia-Network/chia-blockchain into new_pot 2019-10-10 13:51:26 +09:00
Mariano Sorgente
dad8bb55e8 .gitignore changes 2019-10-10 13:10:18 +09:00
Mariano Sorgente
a22e606f75 Merge 2019-10-10 13:04:52 +09:00
fchirica
30305a72d2 Get timelord only the latest blocks. Free VDF servers 2019-10-10 03:39:39 +03:00
Mariano Sorgente
397925d29e Implement new formula, and added tests 2019-10-09 16:36:58 +09:00
fchirica
b100889550 Hack to extend a block with multiple iters (free up VDF server) 2019-10-09 02:21:00 +03:00
fchirica
d00c4284df More attemps to fix memory leaks 2019-10-08 19:14:53 +03:00
fchirica
52a19e7aaf Sync with master 2019-10-07 20:02:34 +03:00
fchirica
1de9027c45 Hunt memory leaks 2019-10-07 18:27:52 +03:00
Bill Blanke
f8531017c1 initialize arrays thought shouldn't matter 2019-10-04 14:54:15 -07:00
Bill Blanke
a66fe8c184 made vdf_original thread safe since it is called by squaring thread in addition to proof threads 2019-10-04 13:12:14 -07:00
Bill Blanke
e95ac87647 uninitialized var and null terminated strings 2019-10-04 11:43:00 -07:00
fchirica
d56c028494 New socket protocol 2019-10-04 17:34:27 +03:00
fchirica
2b6d85b4af Dummy VDF process 2019-09-30 18:56:11 +03:00
Mariano Sorgente
4f89752d62 Implement difficulty adjustment 2019-09-30 22:15:32 +09:00
fchirica
5c7c5753ad WIP PoT: creating some blocks now with fake genesis 2019-09-27 17:52:51 +03:00
Mariano Sorgente
ce590d5b67 Merge pull request #4 from Chia-Network/height-fix
Fix small bug with height
2019-09-25 21:05:10 -10:00
Mariano Sorgente
6d6eb9853d Fix small bug with height 2019-09-26 16:04:35 +09:00
Mariano Sorgente
909a03cfe3 Merge pull request #3 from Chia-Network/network
Network
2019-09-23 22:48:38 -10:00
Mariano Sorgente
b3776814fa Add tests for blockchain class 2019-09-24 17:46:03 +09:00
Mariano Sorgente
55063e0f73 New blockchain class implementation 2019-09-24 15:01:32 +09:00
Mariano Sorgente
a5688f9c03 Implement blockchain validation 2019-09-21 00:28:12 +09:00
Mariano Sorgente
1198273ee7 Merge branch 'master' of github.com:Chia-Network/chia-blockchain into network 2019-09-20 13:59:54 +09:00
Mariano Sorgente
f658607a74 Network working with multiple peers 2019-09-20 13:57:22 +09:00
Mariano Sorgente
af50f11844 Merge pull request #2 from Chia-Network/add_reqs
README.md: Add more installation instructions
2019-09-19 15:37:52 -10:00
Rostislav
1234fcdb0e README.md: Add more installation instructions 2019-09-19 10:38:54 +03:00
Mariano Sorgente
398e7233fb First time sync working 2019-09-18 19:13:06 +09:00
Mariano Sorgente
139e5defe7 Separate config 2019-09-17 18:17:11 +09:00