-
Notifications
You must be signed in to change notification settings - Fork 0
Dev #127
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
Merged
Dev #127
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
d79d293
feat: standardize EIP-712 type hashes and signing process in EngineBl…
JaCoderX 7cf6a66
chore: update package versions to 1.0.0-alpha.18 across all modules
JaCoderX c617c59
feat: enhance typed-data signing validation in MetaTransactionSigner
JaCoderX e8d9dcb
Merge pull request #126 from PracticalParticle/work
JaCoderX 97faa65
chore: consolidate versioning approach in EngineBlox library and rela…
JaCoderX 7578702
chore: update package-lock.json to version 1.0.0-alpha.18 and upgrade…
JaCoderX 0be5e8b
chore: update package-lock.json to include conventional-commits-filte…
JaCoderX 4a7b5d3
Merge pull request #129 from PracticalParticle/work
JaCoderX ac0345b
chore: standardize OpenZeppelin contract versions in package.json and…
JaCoderX fe3bb37
fix: correct chainId assignment in MetaTransactionSigner class
JaCoderX f04bebe
chore: enhance version file checks in sync workflow
JaCoderX e80cebb
chore: improve timeout handling and logging in remote Ganache health …
JaCoderX b657894
Merge pull request #130 from PracticalParticle/work
JaCoderX 9caf9d5
chore: enhance dependabot configuration for improved package management
JaCoderX 3e475ee
fix: improve gas limit handling in BaseStateMachine
JaCoderX 124ec65
fix: add validation for non-negative gas limit in BaseStateMachine
JaCoderX 8553caf
fix: enhance gas option type handling in TransactionOptions interface
JaCoderX 54e9ded
Merge pull request #131 from PracticalParticle/work
JaCoderX File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| # Dependabot opens PRs against dev so they follow the dev -> main flow | ||
| # required by .github/workflows/require-dev-to-main.yml | ||
| version: 2 | ||
| updates: | ||
| # Root workspace / tooling | ||
| - package-ecosystem: "npm" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| target-branch: "dev" | ||
| groups: | ||
| npm_and_yarn: | ||
| patterns: | ||
| - "*" | ||
|
|
||
| # Doc generation utilities | ||
| - package-ecosystem: "npm" | ||
| directory: "/docgen" | ||
| schedule: | ||
| interval: "weekly" | ||
| target-branch: "dev" | ||
|
|
||
| # Published contract package | ||
| - package-ecosystem: "npm" | ||
| directory: "/package" | ||
| schedule: | ||
| interval: "weekly" | ||
| target-branch: "dev" | ||
|
|
||
| # TypeScript SDK package | ||
| - package-ecosystem: "npm" | ||
| directory: "/sdk/typescript" | ||
| schedule: | ||
| interval: "weekly" | ||
| target-branch: "dev" | ||
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.