Fix BN v5/v4 interoperability issue for v5.x#249
Merged
fanatid merged 1 commit intoindutny:masterfrom May 20, 2020
Merged
Conversation
Contributor
Author
|
That's indeed strange. 😕 Maybe just do the fix yourself directly on the main repo, don't have to retain me as the author or something. |
ee15418 to
d30ba22
Compare
Contributor
Author
|
Ah no, did another short test (changing the code comments a little), didn't work. Anyhow. |
Collaborator
|
CI: Looks like not only we have problem with it: https://github.community/t5/GitHub-Actions/Github-action-stuck-at-queue/td-p/38003/page/6 |
Contributor
Author
|
👍 |
Collaborator
|
Published as |
Contributor
Author
|
Ok, I re-added the browser tests I commented out before on the wallet library PR ethereumjs/ethereumjs-wallet#121, if |
Contributor
Author
|
Ok, can confirm, browser tests ran through. |
This file contains hidden or 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
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.
Fixes #239 on the 5.x branch
Made sure that the respective code part is actually touched by the unit tests.
(second try following #247 after CI problems)