Commit Graph

1556 Commits

Author SHA1 Message Date
Svyatoslav Nikolsky 2e03cecf7b Merge branch 'master' into a5-improve-help 2017-09-01 14:08:59 +03:00
Svyatoslav Nikolsky 8c7ce991eb honour RUST_LOG when running without '-q' option 2017-09-01 14:04:33 +03:00
debris 3a58c52e8a Merge branch 'master' into cache_fix 2017-09-01 11:45:40 +02:00
Marek Kotewicz 0eefd51b03 Merge pull request #451 from paritytech/proper_fix_deployments
Added deployments tests from bitcoin
2017-09-01 11:44:46 +02:00
Svyatoslav Nikolsky 598227d140 Merge pull request #453 from paritytech/a5-docs-jsonrpc
Add basic documentation for available JSONRPC APIs.
2017-08-31 17:35:22 +03:00
5chdn 3e184138a3
Remove default ports 2017-08-31 16:34:09 +02:00
5chdn 0635d69449
Remove default ports 2017-08-31 16:32:43 +02:00
5chdn f268256e84
Add preliminary JSONRPC description to the README. 2017-08-31 16:14:58 +02:00
5chdn 11de03ed6b
List APIs and default ports in CLI help. 2017-08-31 16:14:26 +02:00
5chdn e6cadced03
Fix typos in rpc docs. 2017-08-31 16:14:04 +02:00
Svyatoslav Nikolsky 765680a521 use deployments cache in sync 2017-08-31 15:30:47 +03:00
Svyatoslav Nikolsky a7c141813c fixed deployments cache && added cache test 2017-08-31 15:09:50 +03:00
Svyatoslav Nikolsky df74f6fb2b fixed HeaderVersion check 2017-08-31 10:39:53 +03:00
Svyatoslav Nikolsky 3db431aa8e added deployments tests from bitcoin + fixes 2017-08-31 09:34:00 +03:00
Svyatoslav Nikolsky 75389e6169 Merge pull request #450 from paritytech/a5-ci-typo
Fix typo in CI scripts
2017-08-29 17:47:58 +03:00
5chdn 13462c71b9
Fix type in CI scripts 2017-08-29 16:09:24 +02:00
5chdn af715abe2a
Run README through a spell-checker. :) 2017-08-29 15:52:21 +02:00
5chdn 904db19ec0
Update README to reflect changes to logging. 2017-08-29 15:44:04 +02:00
5chdn c7abdcd2af
Default to default logging sync=info 2017-08-29 15:36:26 +02:00
5chdn f1145d58c8
Use upper-case COMMAND value 2017-08-29 15:26:44 +02:00
5chdn dfb7d2b637
Update README with new commands 2017-08-29 15:25:30 +02:00
5chdn f2dd7e0a08
Improve help messages 2017-08-29 15:25:08 +02:00
Nikolay Volf d7035e235e Merge pull request #444 from paritytech/support_segwit
Support SegWit && SegWit2x
2017-08-28 15:37:33 +03:00
Svyatoslav Nikolsky 8519a36f8d Merge pull request #445 from paritytech/rollback_to_block
`rollback` command implemented
2017-08-28 09:50:08 +03:00
Svyatoslav Nikolsky 65e1ec068c moved inv_type out of the loop 2017-08-28 09:14:55 +03:00
Svyatoslav Nikolsky 1f1e274dd1 fixed grumbles 2017-08-28 09:10:49 +03:00
Svyatoslav Nikolsky 6f3e028102 Merge pull request #447 from paritytech/fix_orphaned_blocks_cleanup
Only cleanup orphaned blocks when not in synchronization state
2017-08-24 17:03:28 +03:00
Svyatoslav Nikolsky 6486cc77d6 only cleanup orphaned blocks when not in synchronization state 2017-08-24 16:33:37 +03:00
Svyatoslav Nikolsky c10214c5ed fixed OP_NOP 2017-08-23 17:26:38 +03:00
Svyatoslav Nikolsky b791b92414 add script error to TransactionError::Signature 2017-08-23 17:26:19 +03:00
Svyatoslav Nikolsky 7f14f9b40d uahf: input_index check is back in SignatureHash 2017-08-23 13:48:49 +03:00
Svyatoslav Nikolsky 806bd02fbd added some documentation for sigops && weight checks 2017-08-23 13:44:20 +03:00
Svyatoslav Nikolsky c0ac8c93cb uahf: fixed max block sigops calculation 2017-08-23 13:25:11 +03:00
Svyatoslav Nikolsky 1b1cebdaac segwit: test_witness_hash_differs 2017-08-23 13:16:52 +03:00
Svyatoslav Nikolsky 5fb35020f6 segwit: basic serialization tests 2017-08-23 13:14:19 +03:00
Svyatoslav Nikolsky db46633ef8 segwit: optimized size_with_witness 2017-08-23 12:49:22 +03:00
Svyatoslav Nikolsky c21c81abe3 rollback command implemented 2017-08-23 12:24:09 +03:00
Svyatoslav Nikolsky 15bc6f4f45 fixed tests 2017-08-22 14:59:46 +03:00
Svyatoslav Nikolsky 1a7b0e13ea removed comments 2017-08-22 14:47:19 +03:00
Svyatoslav Nikolsky f4fb8fde23 use previous block index in deployments state 2017-08-22 14:40:04 +03:00
Svyatoslav Nikolsky a1034cf623 fixed median_timestamp calculation 2017-08-22 14:40:04 +03:00
Svyatoslav Nikolsky 42c6ca77f0 segwit2x: fork height + seednodes 2017-08-22 14:40:04 +03:00
Svyatoslav Nikolsky 4f9811fe6f segwit2x: get rid of hardcoded SegWit constants 2017-08-22 14:40:04 +03:00
Svyatoslav Nikolsky 07e5064755 temp fix for deployments panic 2017-08-22 14:40:04 +03:00
Svyatoslav Nikolsky 51d535968b fixed csv deployment constants 2017-08-22 14:40:04 +03:00
Svyatoslav Nikolsky 98db437162 segwit: tx_valid tests 2017-08-22 14:40:04 +03:00
Svyatoslav Nikolsky a97bdaf0bc segwit: witness tests from tx_invalid.json 2017-08-22 14:40:04 +03:00
Svyatoslav Nikolsky 6c06081577 segwit: multisig segwit tests 2017-08-22 14:40:04 +03:00
Svyatoslav Nikolsky c468425daf segwit: script tests 2017-08-22 14:40:04 +03:00
Svyatoslav Nikolsky 4cd0207c25 basic_witness_script_checks 2017-08-22 14:40:04 +03:00