Commit Graph

1316 Commits

Author SHA1 Message Date
Afri b2faa05ee7 Improved logging to console (#440)
* Remove redundant timestamp.

* Measure block processing in the logs

* Use tabs to separate status.

* Show updates every 1000 blocks.

* Reword some warnings.

* Add some color to log level.

* Reduce code redundancy

* No need to specify the type for blocks_speed

* Utilize the return value of match.

* Count all peers.

* Add whitespaces

* Remove another redundant timestamp

* One item per line

* Use tabs not spaces

* Remove unused import

* Remove redundant time imports

* Paint it black.
2017-08-17 22:45:36 +02:00
Svyatoslav Nikolsky a2ae59c0e3 Merge pull request #439 from paritytech/sync_blocks_policy
Synchronization fixes
2017-08-14 00:06:43 +03:00
Marek Kotewicz 618c6f8ebd Merge pull request #427 from evandandrea/snapcraft-badge
Add a snapcraft build badge
2017-08-11 11:12:50 +02:00
Svyatoslav Nikolsky 5d5a6d715c lost line 2017-08-11 11:48:26 +03:00
Svyatoslav Nikolsky b33e327d32 do not close connection on notfound if not synchronizing 2017-08-11 11:27:31 +03:00
Svyatoslav Nikolsky 28f4cda92d added hardocded (min, max) requested blocks switch 2017-08-11 11:12:47 +03:00
Svyatoslav Nikolsky 72c3408b8f fixed node penalizing 2017-08-11 11:05:34 +03:00
Svyatoslav Nikolsky 0e9b5fd89e merge good changes from sync_queue branch 2017-08-10 17:44:01 +03:00
Marek Kotewicz ad6b443bce Merge pull request #424 from elopio/patch-1
Add the command to install the parity-bitcoin snap
2017-08-10 16:41:18 +02:00
Marek Kotewicz 7dd6f55e43 Merge pull request #438 from paritytech/verification_level
Added `--verification-level` && `--verification-edge` cli options
2017-08-10 16:40:23 +02:00
Svyatoslav Nikolsky 128bac5c76 fixed bencher 2017-08-10 16:02:42 +03:00
Svyatoslav Nikolsky 46a7c4f7f2 --verification-level && --verification-edge 2017-08-10 14:54:06 +03:00
Svyatoslav Nikolsky 9b108c0789 Merge pull request #433 from paritytech/p2p_loop
remove redundant recursion in p2p::io
2017-08-04 15:29:15 +03:00
debris 5b8bf322b0 remove redundant recursion in p2p::io 2017-08-04 14:05:58 +02:00
Marek Kotewicz e9f217a6de Merge pull request #432 from paritytech/send_verack
Send verack during handshake
2017-08-04 13:48:15 +02:00
Svyatoslav Nikolsky ed0aff798b send verack during handshake (0.14 compat) 2017-08-04 14:08:16 +03:00
Marek Kotewicz 60d0ab0018 Merge pull request #430 from paritytech/verify_version_nonce
Verify nonce from version message
2017-08-02 12:50:35 +02:00
Marek Kotewicz 2ba92c2cd9 Merge pull request #429 from paritytech/update_and_warnings
Update dependencies && and fix warnings
2017-08-02 12:48:45 +02:00
Svyatoslav Nikolsky 8ce87528ec close connections to self nodes 2017-08-02 12:05:29 +03:00
Svyatoslav Nikolsky 045603c84a fixed warnings 2017-08-02 11:50:08 +03:00
Svyatoslav Nikolsky 07f260b600 update dependencies 2017-08-02 11:38:08 +03:00
Marek Kotewicz 88fdfb3c08 Merge pull request #428 from paritytech/ser_derive
custom serialization preprocessor macro
2017-07-22 16:27:21 +02:00
debris 1554e3c08f serialization_derive does depend on serialization 2017-07-22 16:25:42 +02:00
debris d8d3a58f71 use serialization_derive in message 2017-07-22 02:59:54 +02:00
debris 2646059c47 chain uses serialization_derive 2017-07-22 02:53:02 +02:00
debris b9edeff434 renamed serialization to Serializable and Deserializable 2017-07-22 02:21:39 +02:00
debris 0747fece03 serialization derive 2017-07-22 02:17:23 +02:00
Marek Kotewicz a2757b00ea Merge pull request #421 from paritytech/depsup
updated dependencies and removed primitives build.rs
2017-07-21 14:56:48 +02:00
debris 4edb3bcdd5 updated serde 2017-07-19 11:04:50 +02:00
Evan 065b583a46 Add a snapcraft build badge 2017-07-16 05:58:55 +01:00
Marek Kotewicz 454122a0c8 Merge pull request #426 from nicolasochem/getblockcount
implement getblockcount api command
2017-07-03 12:13:34 +02:00
Nicolas Ochem 45f65084d6 remove useless function 2017-07-02 14:52:29 -07:00
Nicolas Ochem c3172a71a1 add tests 2017-07-02 14:30:10 -07:00
Nicolas Ochem e628885a00 implement getblockcount api command
https://chainquery.com/bitcoin-api/getblockcount
2017-07-02 13:55:50 -07:00
Marek Kotewicz 562634d48a Merge pull request #425 from nicolasochem/typo
typo -replace ethereum with bitcoin
2017-07-02 21:10:20 +02:00
Nicolas Ochem e231825224 typo -replace ethereum with bitcoin 2017-07-01 19:14:36 -07:00
Leo Arias ed7bec40df Add the command to install the parity-bitcoin snap
Putting the installation instructions for the snap will help getting more testers, and then to publish it in the stable channel with more confidence.
2017-06-27 17:35:21 -06:00
Marek Kotewicz eaee51a7a3 Merge pull request #422 from elopio/snapcraft
Add the packaging metadata to build the parity-bitcoin snap
2017-06-12 10:38:54 +02:00
Leo Arias 0c2ac05255 Add the packaging metadata to build the parity-bitcoin snap 2017-06-11 16:47:13 +00:00
debris bdf62b7bb4 updated dependencies 2017-06-06 12:18:41 +02:00
Alex Melville 04a28c27ff Add build-essential install instructions to README (#420)
* add build-essentials install to README

* use correct ordering of compilers
2017-05-29 16:45:27 +02:00
Marek Kotewicz f1ce9902e8 Merge pull request #416 from chritchens/core
Add nulldata builder and fix op_return script push
2017-05-26 12:18:09 +02:00
debris 5485f51a67 Merge branch 'master' of github.com:paritytech/parity-bitcoin 2017-05-20 17:42:49 +02:00
debris 4accef7b20 generate documentation only for pbtc 2017-05-20 17:42:34 +02:00
Marek Kotewicz ead9565a8d Merge pull request #418 from paritytech/fix_bloom
Fixed bloom indexing
2017-05-18 14:49:14 +02:00
Svyatoslav Nikolsky 976dfea64e fixed bloom indexing 2017-05-18 10:11:03 +03:00
Denis S. Soldatov aka General-Beck cd94aadffb fix strip in docker 2017-05-12 21:05:01 +03:00
Denis S. Soldatov aka General-Beck e70ed61d8d fix path 2017-05-12 20:52:39 +03:00
Denis S. Soldatov aka General-Beck 50575b5803 ca-cert's 2017-05-12 20:36:22 +03:00
Denis S. Soldatov aka General-Beck 77f7f09c8d add openssl 2017-05-12 20:19:26 +03:00