Commit Graph

1528 Commits

Author SHA1 Message Date
Chevdor 95a52f6190
Add doc about default RPC ports 2018-10-30 15:35:56 +01:00
Svyatoslav Nikolsky b938b979fa
Merge pull request #523 from gguoss/patch-1
Fix Params deserialization on serde_json>=1.0.8
2018-10-15 12:28:25 +03:00
Guanghua Guo f5bac4d645
Fix Params deserialization on serde_json>=1.0.8
59cb86b7bd
2018-10-12 16:45:35 +08:00
Marek Kotewicz 00bb88b82c
Merge pull request #521 from paritytech/fix_difficulty_as_f64
Fixed Compact::to_f64
2018-10-04 11:26:35 +01:00
Svyatoslav Nikolsky 6ff5deb105 fixed Compact::to_f64 2018-10-03 13:01:28 +03:00
Svyatoslav Nikolsky b68f5130e1
Merge pull request #518 from jeandudey/2018-08-10-csv
Update `csv` crate to 1.0
2018-08-11 10:20:42 +03:00
Svyatoslav Nikolsky 89d3e4ee41
Merge pull request #515 from jeandudey/2018-08-07-hex
Remove the `rustc-serialize` crate and use the `hex` crate instead.
2018-08-11 10:10:30 +03:00
Jean Pierre Dudey 7727886085 Update `csv` crate to 1.0
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2018-08-10 09:29:42 -04:00
Jean Pierre Dudey 334e2c154c Remove `rustc-serialize` and use the `rustc-hex` crate.
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2018-08-10 09:06:52 -04:00
Svyatoslav Nikolsky 9c5d0d04a9
Merge pull request #516 from jeandudey/2018-08-07-doc-profile
Remove `doc` profile from Cargo.toml.
2018-08-08 11:36:30 +03:00
Jean Pierre Dudey 64461a8157 Remove `doc` profile from Cargo.toml.
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2018-08-07 13:49:37 -04:00
Svyatoslav Nikolsky d4c5bec0f7
Merge pull request #514 from gtklocker/update-cash-seednodes
Update bitcoin cash seed nodes from bitcoin-abc
2018-08-01 13:06:31 +03:00
Kostis Karantias 411f741a7a Update bitcoin cash seed nodes from bitcoin-abc
Current seed nodes are outdated which results in the IBD for Bitcoin Cash
(mainnet & testnet) never starting. The newly introduced nodes fix this
problem.
2018-07-31 20:44:16 +00:00
Svyatoslav Nikolsky 424642fbee
Merge pull request #513 from pierre-l/#495
Listening address is hardcoded to 127 0 0 1 #495
2018-07-16 08:05:21 +03:00
pierre-l 2d12af3a08 Listening address is hardcoded to 127 0 0 1 #495
Use a more idiomatic way
2018-07-11 01:47:29 +02:00
pierre-l 9358a1f301 Listening address is hardcoded to 127 0 0 1 #495
Add a host ("h") cli parameter
2018-07-06 16:50:30 +02:00
Svyatoslav Nikolsky 0a3e376c22
Merge pull request #512 from SFCryptocurrencyDevs/chain-explainer
Add Chain Crate README
2018-06-21 12:42:57 +03:00
robertdurst f6d0569743 Add Chain Crate README 2018-06-15 00:14:47 -07:00
Marek Kotewicz 19b9bc5377
Merge pull request #511 from paritytech/fix_bencher_dup_tx
Fixed duplicate transaction hashes in bencher
2018-05-31 14:35:13 +02:00
Svyatoslav Nikolsky 5b1ff06c14 fix dup tx hashes in bencher 2018-05-30 10:38:33 +03:00
Marek Kotewicz 160e8c636f
Merge pull request #509 from sorpaas/lazy-static
Update lazy_static dependencies to 1.0
2018-05-11 17:22:51 +02:00
Wei Tang 2ee7f383a7 Update rayon and thread_local to completely get rid of lazy_static 0.2 2018-05-11 20:27:24 +08:00
Wei Tang 14a1368520 Update lazy_static dependencies to 1.0 2018-05-11 18:09:01 +08:00
Wei Tang d994feabbd
Merge pull request #501 from paritytech/bch_monolith_activation
Bitcoin Cash: monolith activation
2018-05-11 17:55:51 +08:00
Marek Kotewicz c30560e7b3
Merge pull request #506 from paritytech/fix_witness_commitment
Fix witness commitment size check
2018-05-11 10:03:57 +02:00
Svyatoslav Nikolsky edcf76bda4
Merge pull request #508 from i1skn/test-tools-remove
Remove tools/test.sh and replace it with cargo test --all
2018-05-10 14:28:45 +03:00
Svyatoslav Nikolsky 434226c820
Merge pull request #507 from i1skn/update-app_dirs-version
Update app_dirs to 1.2.1
2018-05-10 13:52:00 +03:00
Ivan Sorokin 4eb5de1754 Remove tools/test.sh and replace it with cargo test --all 2018-05-10 12:45:51 +02:00
Ivan Sorokin 310483d5ed fix app_dirs breaking change for windows 2018-05-10 12:30:05 +02:00
Ivan Sorokin 8979bdcaf7 update app_dirs to 1.2.1 2018-05-09 22:40:56 +02:00
Svyatoslav Nikolsky 150300d06d fix witness commitment size check 2018-05-09 18:34:06 +03:00
Afri Schoedon 487d2539cb
Merge pull request #503 from sunhuachuang/master
Fix typo
2018-05-08 16:19:12 +02:00
Sun 820f11d565
Fix typo 2018-05-03 18:08:33 +08:00
Svyatoslav Nikolsky 70b08a7ca0 monolith_height -> monolith_time (until block# is known) 2018-04-26 10:49:03 +03:00
Svyatoslav Nikolsky 98e37bef7e
Merge pull request #497 from paritytech/op_num2bin
Bitcoin Cash: OP_NUM2BIN implementation
2018-04-20 09:45:16 +03:00
Marek Kotewicz 25434824b5
Merge pull request #500 from elopio/patch-1
Add the home plug to the snap
2018-04-19 12:20:15 +02:00
Leo Arias 1a6a1253b6
Add the home plug to the snap
Fixes #498
2018-04-18 11:54:08 -06:00
Afri Schoedon 9f0230deb9
Merge pull request #499 from paritytech/a5-simply-config
Distinguish BTC and BCH
2018-04-16 15:43:46 +02:00
5chdn 2f586c5a19
Improve wording 2018-04-16 12:42:43 +02:00
5chdn 56b74c6c59
Fix regtest script 2018-04-16 12:36:53 +02:00
5chdn 9eb142a221
Rename segwit to btc and bitcoin-cash to bch. 2018-04-16 12:32:10 +02:00
5chdn 6bc6c159c8
rename segwith to btc and bitcoin-cash to bch 2018-04-16 12:27:50 +02:00
5chdn 8fbdf6021d
Rename ConsensusFork::NoFork to ::BitcoinCore 2018-04-16 12:25:35 +02:00
Svyatoslav Nikolsky 9910fce3e2 verify monolith opcodes 2018-04-12 14:47:47 +03:00
Svyatoslav Nikolsky aeee2ffdc1 max block size -> 32_000_000 2018-04-12 14:41:11 +03:00
Svyatoslav Nikolsky 1ebe3375f4 added tests for reverse ops 2018-04-12 10:47:35 +03:00
Svyatoslav Nikolsky 72832bc675 OP_NUM2BIN implementation 2018-04-11 17:38:59 +03:00
Svyatoslav Nikolsky 3b93a247e5 removed unused crate 2018-04-11 11:22:38 +03:00
Svyatoslav Nikolsky b52a05e124 renamed back to bin2num where appropriate 2018-04-11 11:18:29 +03:00
Svyatoslav Nikolsky fe403ba195
Merge pull request #496 from sorpaas/bch-opnum2bin-opbin2num
Bitcoin Cash: OP_BIN2NUM implementation
2018-04-09 18:28:45 +03:00