-
Notifications
You must be signed in to change notification settings - Fork 679
Conversation
07cb093
to
bfa39ff
Compare
d2887ef
to
b314f7c
Compare
06dd5f9
to
b6b0dd7
Compare
@@ -48,18 +48,19 @@ | |||
"truffle" | |||
], | |||
"dependencies": { | |||
"@ethereumjs/common": "3.0.0", | |||
"@ethereumjs/common": "3.0.1", | |||
"@ethereumjs/util": "8.0.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.
I have added @ethereumjs/util
to this package because I was getting compilation errors. The @ethereumjs/common
dependency used stuff from the @ethereumjs/util
library, but I believe it was using an older version, which was causing type errors. It was hard to pin down the exact cause, so that reason could be a little off. But this does fix it.
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.
👍 been rolling on this branch for genesis.json work
dbd23b3
to
22c2562
Compare
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.
Like!
ecc0bc3
to
6d90786
Compare
No description provided.