-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): update tai64 requirement from 2 to 3 #22
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot-preview
bot
added
the
dependencies
Pull requests that update a dependency file
label
Sep 6, 2019
Updates the requirements on [tai64](https://github.com/iqlusioninc/crates) to permit the latest version. - [Release notes](https://github.com/iqlusioninc/crates/releases) - [Commits](iqlusioninc/crates@canonical-path/v2.0.0...tai64/3.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
dependabot-preview
bot
force-pushed
the
dependabot/cargo/tai64-3
branch
from
September 9, 2019 13:26
4c9bb36
to
4afdc1c
Compare
ebuchman
approved these changes
Nov 6, 2019
yihuang
pushed a commit
to yihuang/tendermint-rs
that referenced
this pull request
Nov 10, 2019
Updates the requirements on [tai64](https://github.com/iqlusioninc/crates) to permit the latest version. - [Release notes](https://github.com/iqlusioninc/crates/releases) - [Commits](iqlusioninc/crates@canonical-path/v2.0.0...tai64/3.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
tomtau
pushed a commit
to crypto-com/tendermint-rs
that referenced
this pull request
Nov 12, 2019
* build(deps): update tai64 requirement from 2 to 3 (informalsystems#22) Updates the requirements on [tai64](https://github.com/iqlusioninc/crates) to permit the latest version. - [Release notes](https://github.com/iqlusioninc/crates/releases) - [Commits](iqlusioninc/crates@canonical-path/v2.0.0...tai64/3.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * max_gas should be i64, can be -1 * remove unneed clones * remove secret_connection * implement utility traits for tendermint data types
tomtau
pushed a commit
to crypto-com/tendermint-rs
that referenced
this pull request
Nov 12, 2019
* build(deps): update tai64 requirement from 2 to 3 (informalsystems#22) Updates the requirements on [tai64](https://github.com/iqlusioninc/crates) to permit the latest version. - [Release notes](https://github.com/iqlusioninc/crates/releases) - [Commits](iqlusioninc/crates@canonical-path/v2.0.0...tai64/3.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * max_gas should be i64, can be -1 * remove unneed clones * remove secret_connection * implement utility traits for tendermint data types
tomtau
pushed a commit
to crypto-com/tendermint-rs
that referenced
this pull request
Nov 19, 2019
* build(deps): update tai64 requirement from 2 to 3 (informalsystems#22) Updates the requirements on [tai64](https://github.com/iqlusioninc/crates) to permit the latest version. - [Release notes](https://github.com/iqlusioninc/crates/releases) - [Commits](iqlusioninc/crates@canonical-path/v2.0.0...tai64/3.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * simple_hash_from_byte_slices takes a Vec instead of slice * cargo fmt * WIP: pass in Vec<Vec<u8> instead of &Vec<Vec<u8> - work in progress as we might want to let an inner function for the recursion - also we might simply want to use From to consume (or create a Vec) instead of changing the method signature (as suggested here: informalsystems#57 (comment)) * use Vec<Vec<u8>> with inner recursion method * merge in changes of informalsystems#59 and simplify Header::hash * simplify tests: direct vector initialization instead of going through &[&[u8]] * remove obsolete comment * Further reduce boilerplate code by leveraging generics * max_gas should be i64, can be -1 * remove unneed clones * remove secret_connection * Create a trait for with a blanket impl instead of new type Thanks for the suggestion @tarcieri :-) * impl lite::Commit for commit::SignedHeader * Parse validators field in genesis api * Modify lite::Commit impl for SignedHeader to not include amino dep: - SignedVote can now be constructed without going through CanoncialVote (which is an amino-type) - modify impl to match new constructor and remove amino dep - make explicit where which types are amino_types (in vote.rs) * impl lite::ValidatorSetLookup * Add a few methods to tests and deduplicate code for fn hash of lite::ValidatorSet:: & Set - tests for lite::ValidatorSetLookup lite::ValidatorSet impl - delete `fn hash(self) -> merkle::Hash` from Set and only keep the impl of lite::ValidatorSet * implement utility traits for tendermint data types * Signing bytes need to encoded with encode_length_delimited * utilities
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the requirements on tai64 to permit the latest version.
Commits
04a0498
tai64 v3.0.09a8aa78
Merge pull request #249 from iqlusioninc/subtle-encoding/v0.4.0aaaf2ab
subtle-encoding v0.4.06f5590a
Merge pull request #248 from iqlusioninc/zeroize/v0.10.0b710553
zeroize v0.10.0c4c3af3
Merge pull request #247 from iqlusioninc/zeroize/disable-custom-derive-by-def...4302ac0
zeroize: Disablezeroize_derive
feature by default03d62b4
Merge pull request #246 from iqlusioninc/zeroize/remove-std-feature28e134a
Removestd
feature in favor ofalloc
; MSRV 1.36+bd22cba
Merge pull request #245 from iqlusioninc/remove-failureDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Finally, you can contact us by mentioning @dependabot.