Skip to content
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

chore: Update deps #64

Merged
merged 6 commits into from
Aug 2, 2022
Merged

chore: Update deps #64

merged 6 commits into from
Aug 2, 2022

Conversation

dekz
Copy link
Member

@dekz dekz commented Jul 20, 2022

Description

Testing instructions

Update our dependencies to address security issues in a number of downstream dependencies.

ganache 2.13.2 -> 7.3.2
ethereumjs-vm 4.2.0 -> 5.9.3
web3-provider-engine 14.0.6 -> 16.0.4

Types of changes

Checklist:

  • Prefix PR title with [WIP] if necessary.
  • Add tests to cover changes as needed.
  • Update documentation as needed.
  • Add new entries to the relevant CHANGELOG.jsons.

"gen_typescript": "abi-gen --abis ${npm_package_config_abis} --debug --output ./test-cli/output/typescript --backend ethers",
"gen_python": "pip install regex==2019.11.1 && pip install black && abi-gen --abis ${npm_package_config_abis} --output ./test-cli/output/python --language Python",
Copy link
Member Author

Choose a reason for hiding this comment

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

add this back in

@dekz dekz marked this pull request as ready for review August 1, 2022 07:54
@@ -140,7 +140,7 @@ describe('AbiGenDummy Contract', () => {
const r = `0x${signature.slice(2, 66)}`;
const s = `0x${signature.slice(66, 130)}`;
const v = signature.slice(130, 132);
const v_decimal = parseInt(v, 16) + 27; // v: (0 or 1) => (27 or 28)
Copy link
Member Author

Choose a reason for hiding this comment

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

seems like ganache is now doing this properly and adding 27 to the v field

@dekz dekz merged commit 27955e3 into development Aug 2, 2022
@dekz dekz deleted the fix/update-deps branch August 2, 2022 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant