Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Update dependencies #1527

Merged
merged 15 commits into from
Jan 25, 2019
Merged

Update dependencies #1527

merged 15 commits into from
Jan 25, 2019

Conversation

gnunicorn
Copy link
Contributor

Bump up version to streamline our dependency tree.

refs #808

@gnunicorn gnunicorn added the A3-in_progress Pull request is in progress. No review needed at this stage. label Jan 23, 2019
@gnunicorn gnunicorn self-assigned this Jan 23, 2019
@gnunicorn gnunicorn force-pushed the ben-update-deps-808 branch from d4b8a89 to 628337c Compare January 25, 2019 10:32
let mut net = JustificationTestNet::new(3);
net.peer(0).push_blocks(20, false);
net.sync();

// there's currently no justification for block #10
assert_eq!(net.peer(0).client().justification(&BlockId::Number(10)).unwrap(), None);
assert_eq!(net.peer(1).client().justification(&BlockId::Number(10)).unwrap(), None);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had an issue here and was debugging this, added the line and left it in, because it is a good check.

@gnunicorn gnunicorn added A0-please_review Pull request needs code review. and removed A3-in_progress Pull request is in progress. No review needed at this stage. labels Jan 25, 2019
@bkchr bkchr added A8-looksgood and removed A0-please_review Pull request needs code review. labels Jan 25, 2019
@gnunicorn
Copy link
Contributor Author

As far as I can see, this is all internal dependencies and nothing we are exposing through the API.

@bkchr bkchr merged commit f17d79f into master Jan 25, 2019
@bkchr bkchr deleted the ben-update-deps-808 branch January 25, 2019 11:44
MTDK1 pushed a commit to bdevux/substrate that referenced this pull request Apr 12, 2019
* update to latest env_logger

* roundabout dependency update

* Update to latest vengen

* Update rand to 0.6

* Update to latest rng shuffle API

* Roundabout update of dependencies

* Update rustc_hex

* Update wasm

* Fix logging setup in tests

* revert to fix test
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants