-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reintroduce simulation code & fix build errors * build fix * fix build type error * changeset * extrapolate logic to function to reduce redundancy * Explicitly state the turbo version --------- Co-authored-by: Justin <[email protected]>
- Loading branch information
1 parent
3f3aa37
commit d5780ce
Showing
8 changed files
with
383 additions
and
4,070 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@burnt-labs/abstraxion-core": minor | ||
"@burnt-labs/constants": minor | ||
"@burnt-labs/signers": minor | ||
--- | ||
|
||
Introduce gas simulation for AA transactions |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,13 +13,13 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"@burnt-labs/tsconfig": "0.0.1-alpha.0", | ||
"@burnt-labs/tsconfig": "workspace:*", | ||
"@changesets/changelog-github": "^0.5.0", | ||
"@changesets/cli": "^2.27.1", | ||
"eslint": "^8.48.0", | ||
"prettier": "^3.0.3", | ||
"prettier-plugin-tailwindcss": "^0.5.3", | ||
"turbo": "latest" | ||
"turbo": "^2.0.11" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
|
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
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
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
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
Oops, something went wrong.