166 Commits

Author SHA1 Message Date
mii
445fe733bc update ring 2024-04-08 17:01:57 +09:00
2acba1bc73 Fix install_protobuf.sh script 2020-07-10 17:32:30 +02:00
337c35319a Update Travis config 2020-07-09 23:55:55 +02:00
72fc7454dd Point Cargo.toml documentation field to docs.rs 2020-07-09 23:49:54 +02:00
19de6d3669 Remove unsupported cargo-release attribute 2020-07-09 23:47:19 +02:00
57fcb1a3b4 Update README to point at docs.rs insteaf of gh-pages branch 2020-07-09 23:40:49 +02:00
0af4a76765 Update for latest cargo-release version 2020-07-09 23:39:36 +02:00
7ef91b07d9 Update protobuf to v0.3.3 2020-07-09 23:24:36 +02:00
3bacb95438 Fix typo in tests 2020-07-09 23:21:43 +02:00
2f72335988 Update CHANGELOG 2020-07-09 23:15:12 +02:00
8a756c30fe Update criterion to v0.3.3 2020-07-09 23:13:48 +02:00
90f31ef641 Fix warnings and deprecation notices 2020-07-09 23:10:10 +02:00
5d7629fc63 Update to Rust 2018 2020-07-09 23:03:05 +02:00
a41e7d1524 Start next development iteration 1.11.1-pre. 2019-07-23 15:13:56 +02:00
cb6bed706e Release version 1.11.0. 2019-07-23 15:13:33 +02:00
52a23fc81c Update changelog 2019-07-23 15:12:46 +02:00
c5f9ea9136 Fix benchmarks 2019-07-23 15:11:21 +02:00
e7ce8c81db Fix tests 2019-07-23 15:11:21 +02:00
c65560d9f4 Fix clippy warnings and disable benchmarks temporarily 2019-07-23 15:11:21 +02:00
3b374e5a43 Update dependencies 2019-07-23 15:11:21 +02:00
66567189e0 Fix CHANGELOG 2018-08-09 17:25:53 +02:00
90de9b6a39 Start next development iteration 1.10.1-pre. 2018-08-09 17:24:18 +02:00
a122f45967 Release version 1.10.0. 2018-08-09 17:23:57 +02:00
1333b4a7d0 Disable Clippy for test code again.
This currently fails because of a false positive:
https://github.com/rust-lang-nursery/rust-clippy/issues/2979
2018-08-09 17:22:29 +02:00
353f00ad58 Make index panic on malformed lemma. 2018-08-09 17:22:29 +02:00
4f60edafcd Traverse tree only once for proof generation. 2018-08-09 17:22:29 +02:00
205853656b Fix Clippy warnings in test code.
And use the same Rust nightly version for Clippy and Rustfmt.
2018-08-09 17:22:29 +02:00
5f94ed0a31 Add MerkleTree::gen_nth_proof and Proof::index. 2018-08-09 17:22:29 +02:00
90ec2d4b7d Start next development iteration 1.9.1-pre. 2018-08-09 17:22:29 +02:00
d7b3adce6f Release version 1.9.0. 2018-08-09 17:22:29 +02:00
0c3b6a9bec Update CHANGELOG 2018-08-09 17:22:29 +02:00
36e3dd05ac Fix proof deserialization.
Deserializing into a borrowed `str` slice fails if the deserializer
doesn't own such a slice. E.g. it couldn't be used to deserialize proofs
from a `TcpStream`.
2018-08-09 14:51:22 +02:00
67552b62a2 Start next development iteration 1.8.1-pre. 2018-08-07 08:26:51 +02:00
cc67e31606 Release version 1.8.0. 2018-08-07 08:26:07 +02:00
413187a8fd Update CHANGELOG 2018-08-07 08:25:25 +02:00
cfe7f21a5b Bump ring dependency 2018-08-07 08:19:22 +02:00
36347489bb Formatting 2018-07-23 21:19:49 +02:00
87fa79addd Add dummy proof.rs file to avoid rustfmt failing 2018-07-23 21:19:49 +02:00
4211dc1bb7 Fix Travis build config 2018-07-23 21:19:49 +02:00
d3b05754cf Fix clippy warnings in tests 2018-07-19 11:23:51 +01:00
0e8450098c Fix build 2018-07-19 10:40:15 +01:00
c1bb633a8d Move Proof::validate_lemma to Lemma::validate 2018-07-19 10:39:15 +01:00
2732321faf include .cargo into travis cache and trigger cargo update before building 2018-07-19 10:23:33 +01:00
fd50da5c35 purge travis ci cache 2018-07-19 10:23:33 +01:00
62ba4ea8b2 rustfmt 2018-07-19 10:23:33 +01:00
51800be20c read protoc version pin instead of reading from env vars 2018-07-19 10:23:33 +01:00
b4ee79f184 make protobuf build persistent on travis ci 2018-07-19 10:23:33 +01:00
473ea4001c pin protoc version 2018-07-19 10:23:33 +01:00
c0b013b2bf bump protoc-rust version to ^2.0.2 2018-07-19 10:23:33 +01:00
e1c6c79f91 Update to latest rust-protobuf to fix build 2018-07-19 10:23:33 +01:00