Skip to content

Try to make test pass with EIP1559#432

Merged
compojoom merged 7 commits intomasterfrom
update_eip1559
Nov 23, 2022
Merged

Try to make test pass with EIP1559#432
compojoom merged 7 commits intomasterfrom
update_eip1559

Conversation

@compojoom
Copy link
Copy Markdown
Contributor

the end2end tests now run on ganache with EIP1559 and some of the tests needed updating.

Also updated to latest ethersjs version.

@compojoom compojoom requested a review from cducrest November 22, 2022 15:26
@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 22, 2022

Codecov Report

Base: 59.03% // Head: 59.07% // Increases project coverage by +0.04% 🎉

Coverage data is based on head (7611423) compared to base (06004a3).
Patch coverage: 61.74% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #432      +/-   ##
==========================================
+ Coverage   59.03%   59.07%   +0.04%     
==========================================
  Files          21       23       +2     
  Lines        1506     1774     +268     
  Branches      316      370      +54     
==========================================
+ Hits          889     1048     +159     
- Misses        540      634      +94     
- Partials       77       92      +15     
Flag Coverage Δ
integration 31.34% <29.86%> (-0.74%) ⬇️
unit 59.07% <61.74%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/providers/Provider.ts 87.50% <ø> (+12.50%) ⬆️
src/signers/Web3Signer.ts 57.37% <ø> (ø)
src/typings.ts 100.00% <ø> (ø)
src/providers/SafeRelayProvider.ts 32.55% <32.55%> (ø)
src/TLNetwork.ts 79.22% <50.00%> (-2.47%) ⬇️
src/wallets/SafeWallet.ts 62.01% <62.01%> (ø)
src/wallets/EthersWallet.ts 59.80% <75.00%> (ø)
src/wallets/IdentityWallet.ts 56.81% <75.00%> (-2.11%) ⬇️
src/utils.ts 68.07% <90.00%> (+1.83%) ⬆️
src/Transaction.ts 80.95% <100.00%> (+0.30%) ⬆️
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@compojoom compojoom marked this pull request as ready for review November 23, 2022 13:17
the end2end tests now run on ganache with EIP1559 and some of the tests needed updating.

Also updated to latest ethersjs version.
I decided to skip some unwEth tests that are failing for identity and Safe wallets . We can revisit them later.
@compojoom compojoom merged commit f78655c into master Nov 23, 2022
@compojoom compojoom deleted the update_eip1559 branch November 23, 2022 15:27
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.

2 participants