-
Notifications
You must be signed in to change notification settings - Fork 359
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
Migrate to multiple packages (workspace) #1065
Merged
ericnordelo
merged 51 commits into
OpenZeppelin:main
from
ericnordelo:workspace-conversion
Aug 2, 2024
Merged
Changes from 47 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
3cd9ed9
Migrate erc20 tests (#1022)
ericnordelo a96b50a
Snforge utils and some common changes (#1030)
immrsd 9b333cc
Re-add dual20 tests (#1028)
ericnordelo 0d149da
Migrate security tests (#1034)
andrew-fleming a9b4eb3
refacto repo into packages
ametel01 890608e
fmt
ametel01 c3df288
Migrate erc1155 tests (#1037)
ericnordelo ef89fb2
Migrate erc721 tests (#1027)
ericnordelo fbfb819
Check ignored tests (#1049)
ericnordelo 8fe4f80
Migrate Ownable tests (#1033)
immrsd 6f7130f
Migrate Upgrades tests (#1051)
immrsd 4850245
Migrate erc20 preset tests (#1055)
ericnordelo 78aa934
feat: update ignored tests messages (#1056)
ericnordelo daff8e5
Migrate erc1155 preset tests (#1057)
ericnordelo c34d4d0
Migrate cryptography and UDC tests (#1059)
andrew-fleming ba8004c
Migrate eth account tests (#1058)
ericnordelo 9e091d4
Migrate eth account preset tests (#1060)
ericnordelo a794ca0
Migrate AccessControl Tests (#1044)
immrsd 9e9adf9
Merge branch 'main' of github.com:OpenZeppelin/cairo-contracts into w…
ericnordelo bc316ca
Migrate Starknet Account tests (#1050)
immrsd 852c43b
feat: make contracts build
ericnordelo b8d597a
feat: update packages Scarb.toml
ericnordelo fddddbd
refactor: remove gitmodules file
ericnordelo 8851d2b
feat: refactor tests
ericnordelo 4ac1903
feat: update workflow
ericnordelo 094ab98
feat: test utils
ericnordelo 6dcdad3
feat: add missing tests
ericnordelo b0be872
Merge branch 'snforge-migration' of github.com:OpenZeppelin/cairo-con…
ericnordelo d678419
fix: tests
ericnordelo 47ab176
fix: remaining tests
ericnordelo cf80dd5
refactor: format files
ericnordelo 05b877d
tmp: workflow update
ericnordelo 6bd4ac8
Merge branch 'main' of github.com:OpenZeppelin/cairo-contracts into w…
ericnordelo 0af0fff
feat: add entry to CHANGELOG and update README
ericnordelo 15d5fcb
doc: update imports
ericnordelo 2e0f3c6
Migrate Starknet Account Preset tests (#1069)
immrsd 6601f24
Bump scarb, merge changes from main in snforge migration (#1076)
andrew-fleming e09af84
Migrate timelock tests (#1061)
andrew-fleming fc8b397
Update docs/modules/ROOT/pages/components.adoc
ericnordelo 25c199b
Update docs/modules/ROOT/pages/components.adoc
ericnordelo 493b426
feat: apply review updates
ericnordelo 29b6e01
Merge branch 'main' of github.com:OpenZeppelin/cairo-contracts into w…
ericnordelo fc929c3
Merge branch 'snforge-migration' of github.com:OpenZeppelin/cairo-con…
ericnordelo 530b087
feat: update governance package
ericnordelo 66e6d2f
refactor: format files
ericnordelo 39cf6c1
Merge branch 'workspace-conversion' of github.com:ericnordelo/cairo-c…
ericnordelo 72bd08a
refactor: remove unused files
ericnordelo 44492c7
fix: workflow
ericnordelo d8b88eb
Merge branch 'main' of github.com:OpenZeppelin/cairo-contracts into w…
ericnordelo 97b4cac
refactor: remove warnings
ericnordelo d58c751
feat: remove old tests
ericnordelo 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 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
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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Omitting the issues in this doc because we're handling utils documentation in another PR |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
[package] | ||
name = "openzeppelin_access" | ||
version.workspace = true | ||
edition.workspace = true | ||
cairo-version.workspace = true | ||
scarb-version.workspace = true | ||
authors.workspace = true | ||
description.workspace = true | ||
documentation.workspace = true | ||
readme.workspace = true | ||
repository.workspace = true | ||
license-file.workspace = true | ||
keywords.workspace = true | ||
|
||
[tool] | ||
fmt.workspace = true | ||
|
||
[dependencies] | ||
starknet.workspace = true | ||
openzeppelin_introspection = { path = "../introspection" } | ||
openzeppelin_utils = { path = "../utils" } | ||
|
||
[dev-dependencies] | ||
snforge_std.workspace = true | ||
|
||
[lib] | ||
|
||
[[target.starknet-contract]] | ||
allowed-libfuncs-list.name = "experimental" | ||
sierra = true | ||
casm = false |
File renamed without changes.
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
8 changes: 4 additions & 4 deletions
8
...ss/accesscontrol/dual_accesscontrol.cairo → ...rc/accesscontrol/dual_accesscontrol.cairo
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
File renamed without changes.
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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
pub mod accesscontrol; | ||
pub mod ownable; | ||
|
||
pub mod tests; |
File renamed without changes.
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.
Should we put this back?