Commit Graph

19 Commits

Author SHA1 Message Date
debris edfc13f0ba fixed interpreter OP_DUP operation, converting integers to hashes, added more traces 2016-11-21 17:05:42 +01:00
debris 09537c3a84 replace db printlns with panics 2016-11-18 01:07:19 +01:00
Nikolay Volf fa4cd03713 Basic chain verifier (#28)
* redundant spaces

* chain verifier stub

* test storage stub

* test storage -a

* iteration test layout

* flush work

* nbits check

* age & coinbase

* utils mod

* fix warnings

* transaction verification

* merkle root

* first tx test

* use all

* test storage to db
2016-10-24 17:58:38 +03:00
NikVolf cc8f90fc3b Merge branch 'master' into verification 2016-10-20 17:10:19 +03:00
Svyatoslav Nikolsky efdd30da17 implemented HeapSizeOf for MemoryPool 2016-10-19 13:07:11 +03:00
NikVolf 910756f3fa merge bugs 2016-10-18 17:57:12 +03:00
NikVolf eaf2240e6b Merge branch 'master' into verification 2016-10-18 17:55:52 +03:00
NikVolf e50402fb14 basic processing 2016-10-18 16:53:59 +03:00
Svyatoslav Nikolsky e3968cfa46 Merge branch 'master' into mempool 2016-10-16 21:38:04 +03:00
Svyatoslav Nikolsky 40b1241ccf initial commit for MemoryPool 2016-10-16 21:32:11 +03:00
NikVolf fda5334a2b flush work 2016-10-14 14:26:17 +03:00
NikVolf ae2c081c2e more storage methods 2016-10-13 22:06:18 +03:00
debris ffc300f85a message cleanup in progress 2016-10-10 18:08:22 +02:00
debris 63ca383949 use H32 instead of [u8; 4] 2016-10-06 00:38:20 +02:00
debris c0448f3110 p2p streams... 2016-10-05 17:23:50 +02:00
debris 876c589f5c all messages types implemented 2016-10-04 01:48:27 +02:00
debris d220603bf1 read_payload future 2016-09-21 09:41:58 +02:00
debris 0f7f75dee3 net command 2016-09-19 18:57:41 +02:00
debris 1aed7c71c5 primitives moved to standalone lib 2016-09-19 15:02:10 +02:00