Commit Graph

6363 Commits

Author SHA1 Message Date
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
Mariano Sorgente
16df3c7f17 Full node startup and sync 2019-09-17 14:44:16 +09:00
Mariano Sorgente
3b2e6d8391 One node working with new code 2019-09-13 16:55:04 +09:00
Mariano Sorgente
3982bc44a9 More additions to networking 2019-09-12 13:31:49 +09:00
Bill Blanke
7643f74c31 installed by brew 2019-09-10 15:46:46 -07:00
Bill Blanke
6cd62cfaaf added build hints 2019-09-09 12:01:00 -07:00
Bill Blanke
6d0635f68a updated submodule version 2019-09-05 11:30:27 -07:00
Mariano Sorgente
a68f3cd051 Merge pull request #1 from Chia-Network/network
Network
2019-08-29 10:47:34 +09:00
Mariano Sorgente
f6e1506e44 Merge branch 'master' of github.com:Chia-Network/chia-blockchain into network 2019-08-29 10:46:50 +09:00
Alex Wice
69b540cde8 simple loop working 2019-08-23 02:42:56 +09:00
Mariano Sorgente
668fb32d32 Merge branch 'master' of github.com:Chia-Network/chia-blockchain into network 2019-08-23 02:26:41 +09:00
Mariano Sorgente
e26aa9b6d0 New networking works 2019-08-22 15:20:26 +09:00
Mariano Sorgente
616e3b20a1 More refactoring network 2019-08-22 13:19:24 +09:00
Alex Wice
de2deb33be min iters, small fix in dfs logic 2019-08-16 06:16:47 +09:00
Mariano Sorgente
919fbca7fc Start refactoring using aiter 2019-08-15 17:31:19 -03:00
Alex Wice
a1cda97fe7 small fix block can be added 2019-08-16 05:27:43 +09:00
Alex Wice
a1aef6b165 added support for blockchain difficulty 2019-08-16 05:05:49 +09:00
Mariano Sorgente
ff2915642e Timelord processes 2019-08-14 16:02:15 -03:00
Mariano Sorgente
005259a12d Timelord server, python vdf, calculate iterations, and multiple plots in plotter 2019-08-08 19:37:51 +09:00
Mariano Sorgente
92a3549c90 Some style fixes 2019-08-06 12:49:44 +09:00
Mariano Sorgente
d68c59f499 Create messages for all protocol messages 2019-08-05 17:10:40 +09:00
Mariano Sorgente
3c9cbf7449 Fix errors, and merge tests 2019-08-05 15:16:08 +09:00
Mariano Sorgente
784c8b4d8a Added tests, improved serialization 2019-08-05 14:38:16 +09:00
Alex Wice
7dcc11c17d blockchain.py, slots in streamables 2019-08-01 06:33:38 +08:00
Mariano Sorgente
212d5da74a CBOR serialization 2019-08-01 01:48:30 +09:00
Mariano Sorgente
d79cf4bfc4 Merge branch 'master' of github.com:Chia-Network/chia-blockchain 2019-07-30 15:54:37 +09:00
Mariano Sorgente
2c5fe392f4 Block created by full node 2019-07-30 15:54:26 +09:00
Alex Wice
184db2a281 types wip 2019-07-30 07:56:08 +08:00
Alex Wice
852045e027 types wip 2019-07-30 07:41:30 +08:00
Bill Blanke
9991803a5f reorg python bindings. copyright 2019-07-28 18:05:07 -07:00
Bill Blanke
62674cc183 better python example 2019-07-27 22:01:42 -07:00
Bill Blanke
a52590899a python submodule 2019-07-27 11:25:12 -07:00
Bill Blanke
8f6d3dadd2 pybind and cmake support 2019-07-27 11:20:10 -07:00
Bill Blanke
b41ad92da7 removing bip to redo hierarchy 2019-07-27 11:17:01 -07:00