Commit Graph

  • 445fe733bc update ring master mii 2024-04-08 17:01:57 +09:00
  • 2acba1bc73 Fix install_protobuf.sh script Romain Ruetschi 2020-07-10 17:32:30 +02:00
  • 337c35319a Update Travis config Romain Ruetschi 2020-07-09 23:55:55 +02:00
  • 72fc7454dd Point Cargo.toml documentation field to docs.rs Romain Ruetschi 2020-07-09 23:49:54 +02:00
  • 19de6d3669 Remove unsupported cargo-release attribute Romain Ruetschi 2020-07-09 23:43:42 +02:00
  • 57fcb1a3b4 Update README to point at docs.rs insteaf of gh-pages branch Romain Ruetschi 2020-07-09 23:40:49 +02:00
  • 0af4a76765 Update for latest cargo-release version Romain Ruetschi 2020-07-09 23:39:36 +02:00
  • 7ef91b07d9 Update protobuf to v0.3.3 Romain Ruetschi 2020-07-09 23:24:33 +02:00
  • 3bacb95438 Fix typo in tests Romain Ruetschi 2020-07-09 23:21:43 +02:00
  • 2f72335988 Update CHANGELOG Romain Ruetschi 2020-07-09 23:15:12 +02:00
  • 8a756c30fe Update criterion to v0.3.3 Romain Ruetschi 2020-07-09 23:13:48 +02:00
  • 90f31ef641 Fix warnings and deprecation notices Romain Ruetschi 2020-07-09 23:10:10 +02:00
  • 5d7629fc63 Update to Rust 2018 Romain Ruetschi 2020-07-09 23:03:05 +02:00
  • a41e7d1524 Start next development iteration 1.11.1-pre. Romain Ruetschi 2019-07-23 15:13:56 +02:00
  • cb6bed706e Release version 1.11.0. Romain Ruetschi 2019-07-23 15:13:33 +02:00
  • 52a23fc81c Update changelog Romain Ruetschi 2019-07-23 15:12:46 +02:00
  • c5f9ea9136 Fix benchmarks Romain Ruetschi 2019-07-23 11:29:12 +02:00
  • e7ce8c81db Fix tests Romain Ruetschi 2019-07-23 11:16:06 +02:00
  • c65560d9f4 Fix clippy warnings and disable benchmarks temporarily Romain Ruetschi 2019-07-23 10:44:41 +02:00
  • 3b374e5a43 Update dependencies Romain Ruetschi 2018-11-20 18:49:44 +01:00
  • 66567189e0 Fix CHANGELOG Romain Ruetschi 2018-08-09 17:25:53 +02:00
  • 90de9b6a39 Start next development iteration 1.10.1-pre. Romain Ruetschi 2018-08-09 17:24:18 +02:00
  • a122f45967 Release version 1.10.0. Romain Ruetschi 2018-08-09 17:23:57 +02:00
  • 1333b4a7d0 Disable Clippy for test code again. Andreas Fackler 2018-08-09 15:34:45 +02:00
  • 353f00ad58 Make index panic on malformed lemma. Andreas Fackler 2018-06-15 09:25:36 +02:00
  • 4f60edafcd Traverse tree only once for proof generation. Andreas Fackler 2018-06-11 10:10:32 +02:00
  • 205853656b Fix Clippy warnings in test code. Andreas Fackler 2018-05-17 15:08:06 +02:00
  • 5f94ed0a31 Add MerkleTree::gen_nth_proof and Proof::index. Andreas Fackler 2018-05-17 15:03:18 +02:00
  • 90ec2d4b7d Start next development iteration 1.9.1-pre. Romain Ruetschi 2018-08-09 17:20:45 +02:00
  • d7b3adce6f Release version 1.9.0. Romain Ruetschi 2018-08-09 17:20:23 +02:00
  • 0c3b6a9bec Update CHANGELOG Romain Ruetschi 2018-08-09 17:19:54 +02:00
  • 36e3dd05ac Fix proof deserialization. Andreas Fackler 2018-07-31 12:03:04 +02:00
  • 67552b62a2 Start next development iteration 1.8.1-pre. Romain Ruetschi 2018-08-07 08:26:51 +02:00
  • cc67e31606 Release version 1.8.0. Romain Ruetschi 2018-08-07 08:26:07 +02:00
  • 413187a8fd Update CHANGELOG Romain Ruetschi 2018-08-07 08:25:25 +02:00
  • cfe7f21a5b Bump ring dependency kpcyrd 2018-08-06 23:45:26 +01:00
  • 36347489bb Formatting Romain Ruetschi 2018-07-23 21:19:22 +02:00
  • 87fa79addd Add dummy proof.rs file to avoid rustfmt failing Romain Ruetschi 2018-07-23 21:19:05 +02:00
  • 4211dc1bb7 Fix Travis build config Romain Ruetschi 2018-07-23 21:17:35 +02:00
  • d3b05754cf Fix clippy warnings in tests Romain Ruetschi 2018-07-19 11:23:51 +01:00
  • 0e8450098c Fix build Romain Ruetschi 2018-07-19 10:36:04 +01:00
  • c1bb633a8d Move Proof::validate_lemma to Lemma::validate Noah Vesely 2018-06-15 13:36:48 -05:00
  • 2732321faf include .cargo into travis cache and trigger cargo update before building Ding Xiang Fei 2018-06-25 17:19:37 +08:00
  • fd50da5c35 purge travis ci cache Ding Xiang Fei 2018-06-20 17:02:19 +08:00
  • 62ba4ea8b2 rustfmt Ding Xiang Fei 2018-06-20 16:12:40 +08:00
  • 51800be20c read protoc version pin instead of reading from env vars Ding Xiang Fei 2018-06-20 11:43:56 +08:00
  • b4ee79f184 make protobuf build persistent on travis ci Ding Xiang Fei 2018-06-20 11:28:32 +08:00
  • 473ea4001c pin protoc version Ding Xiang Fei 2018-06-20 11:20:14 +08:00
  • c0b013b2bf bump protoc-rust version to ^2.0.2 Ding Xiang Fei 2018-06-18 16:38:13 +08:00
  • e1c6c79f91 Update to latest rust-protobuf to fix build Noah Vesely 2018-06-09 17:30:30 -05:00
  • 75e2070f38 try to identify the travis build errors Ding Xiang Fei 2018-06-18 14:08:29 +08:00
  • 67d69f9865 let travis ci to handle protobuf schema generation in rustfmt target Ding Xiang Fei 2018-05-25 16:59:44 +08:00
  • 3bfe2f2df4 check in rustfmt.toml, so that generated protobuf schemata are ignored by rustfmt Ding Xiang Fei 2018-05-25 00:17:31 +08:00
  • f233b5d1bc revert 830b401 except changes in .gitignore, and generate the schema before running rustfmt Ding Xiang Fei 2018-05-25 14:04:09 +08:00
  • 7befdf94a2 fix formatting according to rustfmt Ding Xiang Fei 2018-05-24 13:37:59 +08:00
  • 7a1add13a1 Ignore protobuf schema when rustfmt is invoked Ding Xiang Fei 2018-05-24 13:32:29 +08:00
  • f737c89da5 Let rustfmt fail Ding Xiang Fei 2018-05-23 18:29:18 +08:00
  • 8561d21db2 Assert protoc version while building with cargo Ding Xiang Fei 2018-05-23 18:25:48 +08:00
  • 622a8d7256 pin protoc to 3.5.1 Ding Xiang Fei 2018-05-23 15:32:57 +08:00
  • 2356719da9 allow rustfmt to fail Ding Xiang Fei 2018-05-21 14:07:30 +08:00
  • 0a6e54fc11 automatically build protobuf on travis-ci Ding Xiang Fei 2018-05-20 22:47:00 +08:00
  • b14c066db9 Run clippy on features code too Noah Vesely 2018-05-15 17:31:50 -05:00
  • 00bd5c8ce5 Add clippy to Travis Noah Vesely 2018-05-15 14:18:35 -05:00
  • cde4a6941d Serde tests and minor fix Noah Vesely 2018-05-15 17:17:22 -05:00
  • 31e26341c9 Apply Clippy's suggestions Romain Ruetschi 2018-05-15 18:24:32 +02:00
  • cb390162df Update Travis config Romain Ruetschi 2018-05-15 18:19:52 +02:00
  • 5e3ed116f1 Rustfmt Romain Ruetschi 2018-05-15 18:17:36 +02:00
  • c647bf82df Start next development iteration 1.7.1-pre. Romain Ruetschi 2018-05-15 18:03:51 +02:00
  • 779b8b330d Bump version to 1.7.0 Romain Ruetschi 2018-05-15 18:03:11 +02:00
  • cc7fccc97c Add serde support. Andreas Fackler 2018-05-15 17:20:09 +02:00
  • b20059f773 Update changelog Romain Ruetschi 2018-05-15 13:08:41 +02:00
  • e5e720d260 Start next development iteration 1.6.1-pre. Romain Ruetschi 2018-05-15 13:05:46 +02:00
  • f4e50765b4 Release version 1.6.0. Romain Ruetschi 2018-05-15 13:05:25 +02:00
  • 5569d6c6a0 Update to support rust-protobuf v1.6.0 Noah Vesely 2018-05-14 18:08:40 -05:00
  • bb2991d190 Bump version to 1.6.0-pre Romain Ruetschi 2018-05-15 13:04:50 +02:00
  • 664094b9f1 Update crate description. Romain Ruetschi 2017-09-24 23:07:48 +02:00
  • 261ea6db92 Start next development iteration 1.5.1-pre. Romain Ruetschi 2017-09-24 22:53:48 +02:00
  • 343c973205 Bump version to 1.5.0. Romain Ruetschi 2017-09-24 22:53:08 +02:00
  • b9d1da185d Update dependencies. Romain Ruetschi 2017-09-24 22:51:07 +02:00
  • 41326e013c Update CHANGELOG. Romain Ruetschi 2017-09-24 15:11:37 +02:00
  • fbaa3f6b1c Start next development iteration 1.4.2-pre. Romain Ruetschi 2017-09-24 14:30:30 +02:00
  • cb5da80339 Release version 1.4.1. Romain Ruetschi 2017-09-24 14:29:25 +02:00
  • 6c9a44def4 Take hashing algorithm into account for Eq/Ord impls. Romain Ruetschi 2017-09-24 14:28:48 +02:00
  • 4b364c2743 Remove documentation from master branch. See gh-pages branch instead. Romain Ruetschi 2017-09-24 14:17:01 +02:00
  • 93792b2c51 Start next development iteration 1.4.1-pre. Romain Ruetschi 2017-09-24 14:14:02 +02:00
  • f9cb85c4f1 Update cargo-release config. Romain Ruetschi 2017-09-24 14:08:43 +02:00
  • 0790fa14cb Bump version to 1.4.0. Romain Ruetschi 2017-09-24 14:04:27 +02:00
  • e589c4512d Add missing PartialEq, Eq, PartialOrd, Ord and Hash impls. Romain Ruetschi 2017-09-24 14:03:25 +02:00
  • 958c8c8353 Formatting. Romain Ruetschi 2017-09-24 13:10:40 +02:00
  • b20bca8d97 (cargo-release) start next development iteration 1.3.1-pre Romain Ruetschi 2017-08-03 17:54:05 +02:00
  • e4cfa7673c Bump to v1.3.0 Romain Ruetschi 2017-08-03 17:52:19 +02:00
  • 5ade413faf Update ring to v0.11.0 Romain Ruetschi 2017-08-03 01:14:23 +02:00
  • 79c70f16b7 (cargo-release) start next development iteration 1.2.1-pre Romain Ruetschi 2017-05-09 23:57:42 +02:00
  • 7ec66f9ae7 Add more metadata to Cargo.toml. Romain Ruetschi 2017-05-09 23:56:59 +02:00
  • 623fc1c3cd Bump version to 1.2.0 and update changelog. Romain Ruetschi 2017-05-07 23:25:46 +02:00
  • bd6405eb8c Merge pull request #27 from briansmith/ring-0.8 Romain Ruetschi 2017-05-07 23:21:52 +02:00
  • 16f2c337f0 Use *ring* 0.9 to reduce build dependencies. Brian Smith 2017-05-05 11:58:42 -10:00
  • b818565777 (cargo-release) start next development iteration 1.1.1-pre Romain Ruetschi 2017-02-15 23:42:59 +01:00
  • 9946aa8c6a Bump version to v1.1.0. Romain Ruetschi 2017-02-15 23:11:45 +01:00
  • 519a6b35af Mark doc target as PHONY. Romain Ruetschi 2017-02-15 23:11:32 +01:00