-
Notifications
You must be signed in to change notification settings - Fork 57
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
Feat/272 split sdk and postman #381
Merged
Merged
Conversation
This file contains 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
VGau
had a problem deploying
to
docker-build-and-e2e
December 3, 2024 08:12 — with
GitHub Actions
Error
VGau
had a problem deploying
to
docker-build-and-e2e
December 3, 2024 09:05 — with
GitHub Actions
Error
VGau
had a problem deploying
to
docker-build-and-e2e
December 3, 2024 09:11 — with
GitHub Actions
Error
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #381 +/- ##
=========================================
Coverage 70.17% 70.17%
Complexity 1070 1070
=========================================
Files 306 306
Lines 12337 12337
Branches 1179 1179
=========================================
Hits 8658 8658
Misses 3200 3200
Partials 479 479
*This pull request uses carry forward flags. Click here to find out more. |
VGau
had a problem deploying
to
docker-build-and-e2e
December 3, 2024 11:36 — with
GitHub Actions
Error
VGau
force-pushed
the
feat/272-split-sdk-and-postman
branch
from
December 3, 2024 11:44
f114b77
to
40fcef1
Compare
VGau
had a problem deploying
to
docker-build-and-e2e
December 3, 2024 11:45 — with
GitHub Actions
Error
VGau
had a problem deploying
to
docker-build-and-e2e
December 3, 2024 11:48 — with
GitHub Actions
Error
VGau
temporarily deployed
to
docker-build-and-e2e
December 3, 2024 15:27 — with
GitHub Actions
Inactive
VGau
temporarily deployed
to
docker-build-and-e2e
December 3, 2024 16:58 — with
GitHub Actions
Inactive
VGau
had a problem deploying
to
docker-build-and-e2e
December 5, 2024 13:50 — with
GitHub Actions
Error
VGau
had a problem deploying
to
docker-build-and-e2e
December 5, 2024 13:53 — with
GitHub Actions
Error
VGau
had a problem deploying
to
docker-build-and-e2e
December 5, 2024 14:29 — with
GitHub Actions
Error
VGau
temporarily deployed
to
docker-build-and-e2e
December 5, 2024 14:30 — with
GitHub Actions
Inactive
jonesho
reviewed
Dec 5, 2024
jonesho
reviewed
Dec 5, 2024
jonesho
reviewed
Dec 5, 2024
jonesho
reviewed
Dec 6, 2024
VGau
had a problem deploying
to
docker-build-and-e2e
December 6, 2024 11:57 — with
GitHub Actions
Error
VGau
temporarily deployed
to
docker-build-and-e2e
December 6, 2024 12:02 — with
GitHub Actions
Inactive
VGau
had a problem deploying
to
docker-build-and-e2e
December 6, 2024 12:27 — with
GitHub Actions
Error
VGau
temporarily deployed
to
docker-build-and-e2e
December 6, 2024 12:29 — with
GitHub Actions
Inactive
VGau
temporarily deployed
to
docker-build-and-e2e
December 6, 2024 12:59 — with
GitHub Actions
Inactive
jonesho
reviewed
Dec 9, 2024
VGau
temporarily deployed
to
docker-build-and-e2e
December 9, 2024 08:25 — with
GitHub Actions
Inactive
jonesho
approved these changes
Dec 9, 2024
thedarkjester
pushed a commit
that referenced
this pull request
Dec 10, 2024
* feat: split postman and sdk * fix: update postman client and sendMessage script * fix: clean the sdk * fix: update sdk dependencies * fix: remove .env.sample file * fix: remove testing helpers from the build * fix: update gas provider in linea sdk and update postman client * fix: update postman dependencies * fix: update postman dockerfile and fix tests imports and types * fix: remove unused code in the sdk + move typechain folder * fix: remove unused code + fix imports in postman * fix: pnpm lock file issue * fix: import issue * fix: case sensitive file issue * fix: update sdk fees options and update exports * fix: remove postman unused code and adjust imports and tests * fix: update contracts abis + clean error parsing * fix: update postman based on new SDk changes * add readme + remove unused interface in postman * fix: rename Base.ts file to BaseError.ts * fix: rename Base.ts file to BaseError.ts in postman * chore: update readme for the postman * fix: rename maxFeePerGas to maxFeePerGasCap * fix: update DefaultGasProvider fees check * fix: default gas provider test issue * fix: update main ci filter * fix: issue in default gas provider
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.
This PR implements issue(s) #272
Checklist