Commit Graph

26 Commits

Author SHA1 Message Date
NikVolf dedad2de55 coinbase signature length 2-100 enforce 2016-11-15 22:39:56 +03:00
NikVolf 5fcba908f4 transaction & block sigops amount check 2016-11-14 21:18:30 +03:00
Nikolay Volf b2b2f5b3d7 Merge pull request #107 from ethcore/coinbase-verify
Missing ordered checks for verification
2016-11-10 22:55:25 +03:00
NikVolf 56b7865f1f proper tests layout 2016-11-10 20:31:25 +03:00
NikVolf cb298ebe8e failing (so far) test for coinbase maturity check 2016-11-10 20:12:03 +03:00
Svyatoslav Nikolsky 9d6f09889e Merge branch 'master' into sync_as_bitcoind 2016-11-10 14:56:58 +03:00
Svyatoslav Nikolsky 78cae830cc headers-first sync 2016-11-10 14:50:00 +03:00
Marek Kotewicz 1f4cf7e443 fixed clippy lints for miner, sync, test-data and verification (#103)
* fixed clippy lints for miner, sync, test-data and verification

* make verification check_nbtis more idiomatic
2016-11-09 11:36:52 +01:00
NikVolf e7b111fec9 root public 2016-10-31 23:59:31 +03:00
NikVolf 6a73a4d132 example 2016-10-31 23:58:24 +03:00
NikVolf 6fa869d894 block hash builder 2016-10-31 23:50:49 +03:00
NikVolf 439f88ec82 meta another bug 2016-10-28 15:48:53 +03:00
NikVolf 41efa976b8 meta bug 2016-10-28 14:35:21 +03:00
NikVolf 2e370ac0e5 outputs builder 2016-10-28 01:12:18 +03:00
NikVolf aa7e116295 input builders 2016-10-28 00:46:23 +03:00
NikVolf 1ef314eb11 some block builder routines 2016-10-28 00:13:44 +03:00
NikVolf 3bf81c4cf3 disable transaction meta update 2016-10-27 16:16:05 +03:00
NikVolf a7fb6f85c4 failing test for block 221 2016-10-27 15:48:14 +03: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
Nikolay Volf eb6c0aefa7 Merge pull request #20 from ethcore/test_data_framework
test_data::ChainBuilder for generating transactions in tests
2016-10-20 18:23:11 +03:00
Svyatoslav Nikolsky 403971b314 renamed as_input to to_input 2016-10-20 18:12:32 +03:00
Svyatoslav Nikolsky bca0ccc96f removed redundant reexport 2016-10-20 17:53:35 +03:00
Svyatoslav Nikolsky c98d19eb81 lost file 2016-10-20 17:25:05 +03:00
Svyatoslav Nikolsky e03cf06a16 test_data::ChainBuilder for generating transactions for tests 2016-10-20 17:21:28 +03:00
NikVolf cb7766ddd6 more tests 2016-10-19 14:39:58 +03:00
NikVolf 729c920cc4 test data crate 2016-10-18 18:23:40 +03:00