-
Notifications
You must be signed in to change notification settings - Fork 13
refactor(contracts): follow compact-contracts contracts file structure and upgrade to 0.28.0
#261
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
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
d9e2030
refactor(contracts): restructure contracts package
0xisk f473ca2
fix: remove compact pkg and use compact-tools better
0xisk 609bf7e
fix: remove next linter as in the LunarSwap app future PR will be in …
0xisk 422bb60
fix: solve enviroment setup
0xisk e871cb3
fix: solve github token to install mn.js
0xisk 803da89
fix: solve github token to install mn.js
0xisk e6e56d3
fix: conflit on dapps connector package version
0xisk 886b8f8
fix: adding secrets gh token
0xisk 803f42d
fix: upgrade ledger version
0xisk e6b15e7
fix: upgrade ledger version
0xisk 2ac49e7
chore: remove the npm private registry
0xisk 1c9621e
chore: update README
0xisk 39c656a
fix: contracts/src/archive/test/Uint256.test.ts
0xisk 3bdeb10
fix: contracts/src/archive/test/mocks/witnesses/Field254.ts
0xisk 07ae9d4
fix: contracts/src/archive/utils/u256.ts
0xisk 2834ac9
fix: contracts/src/archive/test/mocks/Uint256Simulator.ts
0xisk 9d7bf04
fix: README.md
0xisk f96dcc0
refactor: clean old contracts structure, upgrade language-version and…
0xisk 7566109
refactor: .cjs into .js
0xisk c405deb
refactor: lint cheks
0xisk 0c3ebf4
refactor: upgrade to ledger-v7
0xisk 3246260
fix: remove uneeded gh token
0xisk 3f3ab67
refactor: use hex for the max uint128 contracts/src/math/test/Uint128…
0xisk 7b97c61
refactor: use hex for the max uint128 contracts/src/math/test/Uint128…
0xisk ac461a8
refactor: use hex to name max uint128 contracts/src/math/Uint128.com…
0xisk 8784ecc
refactor: using pattern contracts/vitest.config.ts
0xisk 1f7ad14
refactor: not using compact-contracts contracts/src/shielded-token/op…
0xisk e77747d
refactor: using alias
0xisk f9e6650
refactor: remove uneeded github token from the actions
0xisk 303d99c
fix: accesscontrol wrong prefix
0xisk 5e4f135
refactor: accept secretkey param for generate
0xisk 40be66e
refactor: catch error if the path is not found for a leaf
0xisk 0d92607
fix: build:fast types issues
0xisk 0bd7de5
fix: lint issue
0xisk 987b886
fix: importing issues
0xisk 4038796
refactor: remove compact-contracts submodule
0xisk 3a58650
refactor: upgrade compact-tools v0.28.0
0xisk 20789e4
fix: lint issue
0xisk 0f6a8cd
refactor: using hex rep contracts/src/math/Uint64.compact
0xisk 9803634
refactor: using hex rep contracts/src/math/Uint64.compact
0xisk 0017e23
refacor: using hex rep contracts/src/math/Uint64.compact
0xisk 6486e24
fix: typo contracts/src/shielded-token/openzeppelin/ShieldedERC20.com…
0xisk eb0b364
refactor: remoce compact-contracts from github actions
0xisk 4b10b56
refactor: use pad as it is cheaper
0xisk 1bef83c
fix: adding missing inputs for frontend build
0xisk 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
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
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,4 @@ | ||
| [submodule "compact-tools"] | ||
| path = compact-tools | ||
| url = https://github.com/OpenZeppelin/compact-tools | ||
|
0xisk marked this conversation as resolved.
|
||
| branch = main | ||
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
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need both? Consider that build already includes compact in the turbo.json