Commit Graph

  • bc5cb3bc31 Revert "Added regtest" Andrew Poelstra 2018-06-16 22:54:32 +0000
  • 14a920ab7d Added method to convert target from Uint256 to compact form (#86) Igor Aleksanov 2018-06-12 21:58:25 +0300
  • 18460e347e
    Merge pull request #97 from romanz/master Andrew Poelstra 2018-06-10 21:09:15 +0000
  • 69ea2a760b
    Fix 2 small typos in comments Roman Zeyde 2018-06-09 22:27:40 +0300
  • 6dc2ad86f0
    Merge pull request #92 from rust-bitcoin/version-0.13.1 Andrew Poelstra 2018-06-04 21:02:20 +0000
  • 2db9aeab2d bump version to 0.13.1 Andrew Poelstra 2018-06-04 19:29:59 +0000
  • 62d080afc7
    Merge pull request #83 from tamasblummer/is_coinbase Andrew Poelstra 2018-06-04 18:46:03 +0000
  • dd176b4177
    Merge pull request #84 from popzxc/add-regtest Andrew Poelstra 2018-06-04 18:42:05 +0000
  • fb0c782df6
    Merge pull request #89 from tamasblummer/wittness_block Andrew Poelstra 2018-06-04 18:34:28 +0000
  • 33261c7a12
    Merge pull request #91 from TheBlueMatt/master Andrew Poelstra 2018-06-04 18:32:19 +0000
  • eebd185a01
    Merge pull request #90 from TheBlueMatt/merkle-expose Andrew Poelstra 2018-06-04 18:15:35 +0000
  • 63765a2467 Check in good fuzzing starting points for current fuzz targets Matt Corallo 2018-06-04 10:20:14 -0400
  • e2403a37fa Don't try to do a base58 checksum if an address is excessively long Matt Corallo 2018-05-14 11:07:30 -0400
  • dab2f0b6b6 Switch fuzztarget SHA256 to simply XOR'ing all input bytes Matt Corallo 2018-06-04 10:23:26 -0400
  • 47b2364554
    Merge branch 'master' into wittness_block Tamás Blummer 2018-06-04 04:24:51 +0200
  • b78ab0f60b Expose merkleroot(Vec<Sha256dHash>) publicly Matt Corallo 2018-06-01 18:46:10 -0400
  • 3921899c65 add is_coin_base add data access as copy Tamas Blummer 2018-05-17 13:11:28 +0200
  • 97908ea058 Merge branch 'master' into add-regtest Igor Aleksanov 2018-05-29 12:21:56 +0300
  • 34e228c699 Added regtest Igor Aleksanov 2018-05-17 16:08:02 +0300
  • 881972b2a5 Fix multiplication for uint256 (#88) Igor Aleksanov 2018-05-28 21:41:07 +0300
  • 9f2d737045 add witness inv types Tamas Blummer 2018-05-28 15:24:35 +0200
  • feec1cae70
    Merge pull request #87 from petertodd/2018-05-remove-cargo-instructions Andrew Poelstra 2018-05-27 15:45:07 +0000
  • 131ac3b1ac
    Remove cargo usage from README Peter Todd 2018-05-26 03:04:06 -0400
  • ee65534a44
    Merge pull request #85 from alekseysidorov/hotfix-network-from-str-err Tamás Blummer 2018-05-24 16:06:14 +0200
  • cf4024beb4
    Merge branch 'master' into hotfix-network-from-str-err Tamás Blummer 2018-05-20 11:32:19 +0200
  • 6b1872e697
    Merge pull request #81 from popzxc/data-method-in-impl-array-newtype Andrew Poelstra 2018-05-19 17:52:09 +0000
  • ab96df162a
    Merge branch 'master' into data-method-in-impl-array-newtype Andrew Poelstra 2018-05-19 17:29:53 +0000
  • 5771841144 Replace serde error with the io error. Aleksey Sidorov 2018-05-18 12:08:11 +0300
  • c1ff953b25
    Merge pull request #80 from alekseysidorov/improve-network-constant Tamás Blummer 2018-05-18 09:35:57 +0200
  • 13f1fe1f08
    Merge branch 'master' into data-method-in-impl-array-newtype Igor Aleksanov 2018-05-17 19:07:08 +0300
  • cc23f09b10
    Merge branch 'master' into improve-network-constant Andrew Poelstra 2018-05-17 15:00:35 +0000
  • 7ffd829e39
    Merge pull request #82 from popzxc/impl-display-for-uint Andrew Poelstra 2018-05-17 14:58:44 +0000
  • 582afb1611 Added impl display for uint Igor Aleksanov 2018-05-16 13:13:48 +0300
  • 539a74de12 Added test for Sha256dHash::data() Igor Aleksanov 2018-05-16 12:44:30 +0300
  • 5df8893ea1 Macro impl_array_newtype now generates method for representing data as array Igor Aleksanov 2018-05-16 12:31:59 +0300
  • 3224cf2b18 Implement `FromStr` for Network constant Aleksei Sidorov 2018-05-16 12:22:07 +0300
  • 6f3c7e19dd
    Merge pull request #77 from rust-bitcoin/cargo-toml-0.13 Matt Corallo 2018-04-16 20:23:06 -0400
  • fb96ef0d0b bump version to 0.13 Andrew Poelstra 2018-04-16 23:10:28 +0000
  • 155ff1f26e update README for 0.13 Andrew Poelstra 2018-04-16 23:19:38 +0000
  • 33c33c9dde
    Merge pull request #73 from rust-bitcoin/minor-stuff Matt Corallo 2018-04-16 18:33:26 -0400
  • c1f024779f hfuzz: separate _workspace and _input directories, add workspace to .gitignore Andrew Poelstra 2018-04-16 20:27:17 +0000
  • 335035447d remove ancient secp build instructions from Travis Andrew Poelstra 2018-04-03 13:58:10 +0000
  • 49d7538452 Fix travis-fuzz upgrade handling Matt Corallo 2018-04-02 18:44:02 -0400
  • 0c10cb127e Merge pull request #75 from romanz/patch-2 Matt Corallo 2018-04-16 17:01:33 -0400
  • bbadb64fb5
    Merge pull request #74 from romanz/master Matt Corallo 2018-04-16 16:05:41 -0400
  • 64bc5ede0e
    Update documentation URL in Cargo.toml Roman Zeyde 2018-04-11 22:13:43 +0300
  • 44d0ad90e9
    block: fix a small typo in comment Roman Zeyde 2018-04-11 12:19:48 +0300
  • d759a267a0
    Merge pull request #71 from TheBlueMatt/master Matt Corallo 2018-04-09 12:38:51 -0400
  • 8aa6253a3b Correct consensus verify args, fix tests to catch error in travis Matt Corallo 2018-04-02 15:38:43 -0400
  • bfe889904a Fix whitespace (s/\t/ /g) Matt Corallo 2018-04-02 14:58:25 -0400
  • bcf57e69df
    Merge pull request #70 from TheBlueMatt/2018-03-bip143-ref-ergonomics Matt Corallo 2018-04-02 13:04:09 -0400
  • 0e1d927b47 Only provide the required TxIn to bip143 sighash_all. Matt Corallo 2018-03-26 13:51:46 -0400
  • 157d0312c4
    Merge pull request #69 from TheBlueMatt/2018-03-tx-weight Andrew Poelstra 2018-04-02 16:41:54 +0000
  • 3793b2859a Add a Transaction.get_weight() method, check it in fuzzing Matt Corallo 2018-03-26 11:33:08 -0400
  • f859dc8b26 Expose VarInt's encoded length Matt Corallo 2018-03-26 11:32:52 -0400
  • 050fd8ccd0
    Merge pull request #68 from TheBlueMatt/master Andrew Poelstra 2018-04-02 16:21:54 +0000
  • a33f00621b Move witness inside of TxIn. Matt Corallo 2018-03-26 10:25:33 -0400
  • 0aa5cee39b
    Merge pull request #66 from rust-bitcoin/0.12 Andrew Poelstra 2018-03-23 16:58:14 +0000
  • 85728d16a1 bump to 0.12 Andrew Poelstra 2018-03-23 15:27:56 +0000
  • cabac2354e
    Merge pull request #64 from tamasblummer/address_socket Andrew Poelstra 2018-03-23 15:26:46 +0000
  • ae708447a2 create Address message with SocketAddr, get SocketAddr from Address message. Tamas Blummer 2018-03-20 17:27:27 +0100
  • 15fd85b9d0
    Merge pull request #63 from TheBlueMatt/master Andrew Poelstra 2018-03-22 01:47:06 +0000
  • 74cd941c83 Bump secp256k1 dep for older rustc Matt Corallo 2018-03-21 18:06:51 -0400
  • 855b377d51 Fix crash in Address::from_str if input isn't long enough Matt Corallo 2018-03-20 15:37:08 -0400
  • 8ae711ce0f Check-in fuzzing inputs for deserialize_script. Matt Corallo 2018-03-21 16:52:41 -0400
  • 298ba23876 Add address serialization round-trip fuzzer Matt Corallo 2018-03-20 12:32:39 -0400
  • 73fca023ae Set travis to do 1,000,000 hfuzz steps Matt Corallo 2018-03-20 12:28:18 -0400
  • 6826d8f35c Stub out Sha2 calls when fuzzing to mask all but the first byte Matt Corallo 2018-03-20 12:05:33 -0400
  • d445eaa8c3 Update fuzzers to match rust-lightning boilerplate Matt Corallo 2018-03-20 11:55:14 -0400
  • d3fda36ca6
    Merge pull request #65 from rust-bitcoin/rustc-1.14 Andrew Poelstra 2018-03-21 20:53:01 +0000
  • 22343fb023 Bump cargo version and travis to compile with 1.14 Andrew Poelstra 2018-03-21 18:50:17 +0000
  • 64987e349c minor nits to get compilation to work on rustc 1.14 (currently shipping Debian version) Andrew Poelstra 2018-03-21 18:49:46 +0000
  • d1b5f2a79d
    Merge pull request #62 from tamasblummer/wif Andrew Poelstra 2018-03-21 16:58:55 +0000
  • 1a87244b2b Implement Segwit addresses Tamas Blummer 2018-03-14 04:53:03 +0100
  • b15438b441
    Merge pull request #60 from rust-bitcoin/bech32 Andrew Poelstra 2018-03-13 16:13:25 +0000
  • 65d8df08b8 address: implement Bech32 support Andrew Poelstra 2018-03-09 20:27:13 +0000
  • 9884bec577 add docs indicating change in Sha256dHash debug output Andrew Poelstra 2018-03-12 20:02:21 +0000
  • 8968b081ca util: add Debug output for Sha256d and Hash160 which don't reverse the bytes Andrew Poelstra 2018-03-09 18:08:13 +0000
  • ee1dfcf4a2 base58: remove Base58 traits, replace with encode/decode functions Andrew Poelstra 2018-03-09 17:53:20 +0000
  • c8702ab55d
    Merge pull request #58 from tamasblummer/libbitcoinconsenus_feature Andrew Poelstra 2018-03-12 19:38:20 +0000
  • 755fb454eb integration with bitcoinconsenus Tamas Blummer 2018-03-10 15:35:49 +0100
  • cdeff991c5
    Merge pull request #59 from rust-bitcoin/readme-fix Andrew Poelstra 2018-03-12 16:02:38 +0000
  • a66a44c4b9 Fix a couple README links Andrew Poelstra 2018-03-12 15:55:56 +0000
  • 7225a87522
    Merge pull request #57 from rust-bitcoin/remove-script Andrew Poelstra 2018-03-10 14:09:50 +0000
  • 21f2baf58e remove script interpreter Andrew Poelstra 2018-03-09 20:30:11 +0000
  • 0ef9dc3365
    Merge pull request #56 from tamasblummer/memblocks Andrew Poelstra 2018-03-09 19:56:30 +0000
  • 77ce6f18d0 Moved blockchain and patricia_tree to rust-memblocks Tamas Blummer 2018-03-09 17:22:31 +0100
  • 6d13d68f51
    Merge pull request #51 from tamasblummer/is_on_main_chain_public2 Andrew Poelstra 2018-03-09 15:20:25 +0000
  • 7dcca9157b
    Merge branch 'master' into is_on_main_chain_public2 Andrew Poelstra 2018-03-09 15:09:21 +0000
  • 10d6aba269
    Merge pull request #50 from tamasblummer/get_tip_height Andrew Poelstra 2018-03-09 15:09:14 +0000
  • e530aa98c9
    Merge branch 'master' into is_on_main_chain_public2 Tamás Blummer 2018-03-09 16:03:06 +0100
  • ab72eabd59
    Merge branch 'master' into get_tip_height Andrew Poelstra 2018-03-09 15:01:15 +0000
  • c92ede0cc5
    Merge pull request #49 from tamasblummer/public_command Andrew Poelstra 2018-03-09 15:01:03 +0000
  • 78fdf7133f
    Merge branch 'master' into is_on_main_chain_public2 Andrew Poelstra 2018-03-09 14:50:00 +0000
  • 992846f992
    Merge branch 'master' into public_command Andrew Poelstra 2018-03-09 14:49:38 +0000
  • 9fe5a67a1d
    Merge branch 'master' into get_tip_height Andrew Poelstra 2018-03-09 14:49:36 +0000
  • 1bebc9fa00
    Merge pull request #48 from tamasblummer/gitignore Andrew Poelstra 2018-03-09 14:48:30 +0000
  • a3037bd4b4
    Merge branch 'master' into is_on_main_chain_public2 Andrew Poelstra 2018-03-09 14:45:31 +0000
  • c07a159c3a
    Merge branch 'master' into get_tip_height Andrew Poelstra 2018-03-09 14:45:30 +0000
  • 04adefe8a2
    Merge branch 'master' into public_command Andrew Poelstra 2018-03-09 14:45:27 +0000