-
Notifications
You must be signed in to change notification settings - Fork 1.7k
separate migration from util and make its dependencies into libs #6573
separate migration from util and make its dependencies into libs #6573
Conversation
90a1b34
to
0429cec
Compare
This branch has conflicts. |
0429cec
to
f196c50
Compare
@5chdn Conflicts resolved. |
doesn't build... |
CI issues
@paritytech/ci ? |
rlp = { path = "../rlp" } | ||
ethcore-bigint = { path = "../bigint" } | ||
snappy = { path = "../snappy" } | ||
error-chain = "0.11.0-rc.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be good to use a single version of error-chain
. this pr uses 2 different (0.11
and 0.11-rc2
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only version 0.11.0-rc.2
is used. I believe 0.11.0
is auto generated in Cargo.lock which will just drop the suffix rc.2
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
u are right!
f196c50
to
4db86cf
Compare
* snappy * kvdb * error * common
4db86cf
to
445ad2a
Compare
@gavofyork @5chdn @debris Now all checks pass. |
I have a couple of grumbles, but I will fix them by myself and reopen the pr |
Part of #6418
separate migration from util and make its dependencies into libs: