remove moonbeam and fantom integration tests#812
Merged
souradeep-das merged 1 commit intodevelopfrom May 12, 2023
Merged
Conversation
souradeep-das
commented
May 12, 2023
| docker_compose_side_file: "docker-compose-fantom-side.yml" | ||
| test_folder: "alt-l2" | ||
| - report-integration-tests | ||
|
|
Contributor
Author
There was a problem hiding this comment.
didn't delete the docker-compose file to still allow stack to be spun up until shutdown
InoMurko
approved these changes
May 12, 2023
boyuan-chen
approved these changes
May 12, 2023
wsdt
approved these changes
May 12, 2023
InoMurko
pushed a commit
that referenced
this pull request
May 14, 2023
(cherry picked from commit 5a19341)
InoMurko
added a commit
that referenced
this pull request
May 14, 2023
* docker map of pks and Teleportation audit (#786) (cherry picked from commit 0875625) * Gateway: Package cleanup and improvement. (#783) * change: cleanup, reorder scripts, removed react-env, updated sentry packs. * cleaning ts and setuptest * updated test * setup env for github workflow yarn test:coverage * fix for snapshot issue (cherry picked from commit 07e2cb9) * [AA] use EPWrapper instead of senderCreator on aa-sdk (#784) * replace senderCreator with wrapper * add unit tests * remove extra dump-address file * make epw mandatory on the sdk high level provider (cherry picked from commit 06fdeb7) * [AA]tests: add AA alt-L1 integ tests (#687) * add AA alt-L1 integ tests * add docker-compose-side * fix tests * use epW instead of senderCreator (cherry picked from commit ba6e162) * Close webserver tests (#765) * bump bundler, limit dependency bumps * uncomment bundler related stuff * build bundler in docker * build fixes * fix tests * fix bundler building * uncomment _disableInitializers * fix running DTL * v1.0.0 * fixing starting bundler and tests, default config * local unsafe, linting fix in intg tests * custom errors fixes * new api for simple account contract * use simple account factory proxy * use simple account factory proxy in SimpleAccountAPI * use simple account factory proxy in SimpleAccountAPI * use wrappers to get around custom errors * update entrypoint wrapper (#745) * sponsoring fee fixed * stricter validation for staking * remove debug namespace, fix return for unaavailable rpc methods * resolve #763 * fix linting --------- Co-authored-by: Ino Murko <2582555+InoMurko@users.noreply.github.com> Co-authored-by: Souradeep Das <dsouradeep2@gmail.com> Co-authored-by: Boyuan-Chen <46272347+Boyuan-Chen@users.noreply.github.com> (cherry picked from commit 6e27538) * Improve Bundler SDK release pipeline (#782) * formatting bundler-sdk-pr bundler-sdk-pr path test path test testpath trigger fixing npm scope, github action path, version increment * branch * Delete package-lock.json * fix missing dep (cherry picked from commit 8623911) * Fix WAGMI: failing to settle. (#792) * Fix for wagmi settle invocation (cherry picked from commit b3a8edb) * Add runtime flag to enable debug methods (#793) * resolve #761 * switch to bundler config (cherry picked from commit 51880c4) * [AA] Fix Bundler SDK commenter (#796) * Update aa-bundler-sdk-pr.yml * add 'packages/boba/bundler_utils/**/*' * add-bundler-utils-to-release (cherry picked from commit 85d455c) * Add script for developers to manually relay messages (#725) * Add script for developers to manually relay messages * Update README.md * Increase gas limit by 10% (cherry picked from commit 8fde96f) * [AA] Add Boba Goerli Testnet contract addresses (#803) (cherry picked from commit 3f11a26) * remove moonbeam and fantom integration tests (#812) (cherry picked from commit 5a19341) * textual changes for bobabeam (#816) (cherry picked from commit 95a6d2b) --------- Co-authored-by: Sahil K <86316370+sk-enya@users.noreply.github.com> Co-authored-by: Souradeep Das <dsouradeep2@gmail.com> Co-authored-by: Riedl Kevin, Bsc <kevin.riedl@wavect.io> Co-authored-by: Boyuan-Chen <46272347+Boyuan-Chen@users.noreply.github.com>
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.
📋 https://github.com/bobanetwork/boba/issues/805
Overview
disables and removes integration tests for moonbeam and fantom
NOTE: This does not remove moonbeam or fantom from the repo. (for eg - gateway, subgraph, teleporation etc)
This only turns off testing
Changes
Testing
CircleCI