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

Base Bundler #430

Merged
merged 51 commits into from
May 15, 2024
Merged

Base Bundler #430

merged 51 commits into from
May 15, 2024

Conversation

MathisGD
Copy link
Contributor

@MathisGD MathisGD commented May 6, 2024

Base Bundler !

Test and config archi could be refactored (and simplified imo, see #428).
It would be great to have a skip cheatcode at the setUp stage to be able to skip tests that are not needed on base.

.github/workflows/foundry.yml Show resolved Hide resolved
config/Configured.sol Show resolved Hide resolved
@MathisGD MathisGD self-assigned this May 7, 2024
@MathisGD MathisGD marked this pull request as ready for review May 7, 2024 00:18
src/base/BaseBundlerV2.sol Show resolved Hide resolved
config/base.json Show resolved Hide resolved
test/forge/ethereum/EthereumBundlerEthereumTest.sol Outdated Show resolved Hide resolved
adhusson
adhusson previously approved these changes May 7, 2024
Rubilmax
Rubilmax previously approved these changes May 7, 2024
Copy link
Collaborator

@Rubilmax Rubilmax left a comment

Choose a reason for hiding this comment

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

Not blocking, I'm just challenging because I do think duplicating test files will be easier to maintain on the long run. We may revert to that later

config/base.json Show resolved Hide resolved
src/base/BaseBundlerV2.sol Outdated Show resolved Hide resolved
test/forge/fork/PermitBundlerForkTest.sol Outdated Show resolved Hide resolved
.github/workflows/foundry.yml Show resolved Hide resolved
test/forge/fork/BundlerForkTest.sol Show resolved Hide resolved
Rubilmax

This comment was marked as outdated.

@MathisGD MathisGD dismissed stale reviews from Rubilmax and adhusson via 7bec750 May 13, 2024 13:26
Rubilmax
Rubilmax previously approved these changes May 14, 2024
src/mocks/bundlers/CoreBundlerMock.sol Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
src/mocks/AgnosticBundler.sol Show resolved Hide resolved
Co-authored-by: Quentin Garchery <QGarchery@users.noreply.github.com>
Signed-off-by: MathisGD <74971347+MathisGD@users.noreply.github.com>
adhusson
adhusson previously approved these changes May 14, 2024
Copy link
Contributor

@adhusson adhusson left a comment

Choose a reason for hiding this comment

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

I don't think it's a blocker but if I run tests with --chain other than 1, I get several repetitions of

proptest: Aborting shrinking after the PROPTEST_MAX_SHRINK_ITERS environment variable or ProptestConfig.max_shrink_iters iterations (set 64 to a large(r) value to shrink more; current configuration: 64 iterations)

MerlinEgalite
MerlinEgalite previously approved these changes May 14, 2024
Jean-Grimal
Jean-Grimal previously approved these changes May 14, 2024
@MathisGD MathisGD dismissed stale reviews from Jean-Grimal, MerlinEgalite, and adhusson via 4b42813 May 15, 2024 08:03
@MathisGD MathisGD merged commit 5bef994 into main May 15, 2024
10 checks passed
@MathisGD MathisGD deleted the feat/base branch May 15, 2024 09:32
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.

6 participants