-
Notifications
You must be signed in to change notification settings - Fork 183
[Stellar] Add toggle to switch from default to explicit trait implementation #728
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
Open
CoveMB
wants to merge
71
commits into
OpenZeppelin:master
Choose a base branch
from
CoveMB:stellar-default_impl_attribute
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
27ebf04
Before running with prettier
CoveMB 7c7828e
After running with prettier
CoveMB ce5fcd3
Add consistent-type-imports rule
CoveMB 3cd0b59
Add lint step in ci action
CoveMB 31f0c78
resolve prettier conflict
CoveMB 365421b
After running with prettier
CoveMB cedaeaa
resolve prettier conflict
CoveMB 98bd8af
Add lint step in ci action
CoveMB a9098d0
resolve prettier conflict
CoveMB 6e9df26
resolve prettier conflict
CoveMB 574a739
Remove .vscode directory from Git tracking
CoveMB c0e9002
move linter action in it's own job
CoveMB 86c65dc
add lint note in readme
CoveMB a1111d3
Update .github/workflows/test.yml
CoveMB abbd5a4
Merge remote-tracking branch 'upstream/master'
CoveMB beffa34
Merge branch 'master' into master
ericglau d6bec2a
lint script files
CoveMB 315b775
Merge branch 'master' of github.com:CoveMB/contracts-wizard
CoveMB 6ed6e4f
Merge remote-tracking branch 'upstream/master'
CoveMB ea90cd1
Merge remote-tracking branch 'upstream/master'
CoveMB abf687a
Merge remote-tracking branch 'upstream/master'
CoveMB 426b62d
Merge remote-tracking branch 'upstream/master'
CoveMB ea25cc1
Merge remote-tracking branch 'upstream/master'
CoveMB 0911f87
Merge remote-tracking branch 'upstream/master'
CoveMB 4914083
Merge remote-tracking branch 'upstream/master'
CoveMB 5ce527f
Merge remote-tracking branch 'upstream/master'
CoveMB 03a32fc
Merge remote-tracking branch 'upstream/master'
CoveMB b3c0347
Merge remote-tracking branch 'upstream/master'
CoveMB 0a52a65
Merge remote-tracking branch 'upstream/master'
CoveMB 9e74342
Merge remote-tracking branch 'upstream/master'
CoveMB d727f51
Merge remote-tracking branch 'upstream/master'
CoveMB 60fb18f
Merge remote-tracking branch 'upstream/master'
CoveMB cbb7631
Merge remote-tracking branch 'upstream/master'
CoveMB 0f1267f
Merge remote-tracking branch 'upstream/master'
CoveMB acc5e6e
Merge remote-tracking branch 'upstream/master'
CoveMB e3b74c8
Merge remote-tracking branch 'upstream/master'
CoveMB 16ba867
Merge remote-tracking branch 'upstream/master'
CoveMB 10442ac
Merge remote-tracking branch 'upstream/master'
CoveMB f3d5bea
Merge remote-tracking branch 'upstream/master'
CoveMB 4427128
Merge remote-tracking branch 'upstream/master'
CoveMB e4734df
Merge remote-tracking branch 'upstream/master'
CoveMB 52bd1e0
Merge remote-tracking branch 'upstream/master'
CoveMB 0de594f
Merge branch 'master' of github.com:CoveMB/contracts-wizard
CoveMB 5bac310
Merge remote-tracking branch 'upstream/master'
CoveMB 63a50d5
Merge remote-tracking branch 'upstream/master'
CoveMB a10f142
Merge remote-tracking branch 'upstream/master'
CoveMB 8a4840e
Merge remote-tracking branch 'upstream/master'
CoveMB c8bc5cf
Merge remote-tracking branch 'upstream/master'
CoveMB 46ed7c0
Merge remote-tracking branch 'upstream/master'
CoveMB f721825
Merge remote-tracking branch 'upstream/master'
CoveMB d4003bf
Merge remote-tracking branch 'upstream/master'
CoveMB 8c9b79f
Add toggle to switch from default to explicit trait implementation
CoveMB 3d07859
More detailed toggle explain
CoveMB 129e626
Less detailed toggle explain
CoveMB c91d773
Merge branch 'master' into stellar-default_impl_attribute
CoveMB 4e7869f
Add changeset
CoveMB c75b5f8
Merge branch 'stellar-default_impl_attribute' of github.com:CoveMB/co…
CoveMB ac518e1
Add test for explicit trait on each compilation tests
CoveMB 37ca5e8
Add test for explicit trait on each compilation tests
CoveMB 820c1b0
Merge branch 'master' into stellar-default_impl_attribute
CoveMB 0b29d74
remove import unused
CoveMB 7ee110b
Update AI agent
CoveMB b51c45f
Merge branch 'master' into stellar-default_impl_attribute
CoveMB 8edaf27
Fix mcp tests
CoveMB c1732af
Fix compilation issues
CoveMB 2088d21
Merge branch 'master' into stellar-default_impl_attribute
CoveMB 876303e
Merge branch 'master' into stellar-default_impl_attribute
CoveMB 720d899
Resolve conflicts
CoveMB 41febb6
Include common in UI build
CoveMB bcc86e4
Update packages/ui/src/stellar/TraitImplementationSection.svelte
CoveMB 6f295f2
Update .changeset/plain-turkeys-film.md
CoveMB 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,7 @@ | ||
| --- | ||
| '@openzeppelin/wizard-stellar': patch | ||
| '@openzeppelin/wizard-common': patch | ||
| '@openzeppelin/contracts-mcp': patch | ||
| --- | ||
|
|
||
| Stellar: add an explicitImplementations flag that switches from using default_impl macro to explicit definitions |
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,2 @@ | ||
| export const pickKeys = <T extends object, K extends keyof T>(obj: T, keys: K[]): Pick<T, K> => | ||
| Object.fromEntries(keys.map(k => [k, obj[k]])) as Pick<T, K>; |
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
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
Binary file not shown.
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.
For reference, this
Symbolimport is unnecessary here, and it should be removed according to my comment inpackages/core/stellar/src/set-access-control.ts.