-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update examples #242
Update examples #242
Conversation
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.
please resolve the issues, pay attention also to additional examples as mentioned issues might be present there also.
@@ -1,11 +1,13 @@ | |||
[workspace] | |||
members = ["programs/*", "trident-tests/fuzz_tests"] | |||
members = [ | |||
"programs/*", "trident-tests" |
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.
"trident-tests" should not be there
|
||
[profile.release] | ||
overflow-checks = true | ||
lto = "fat" | ||
codegen-units = 1 | ||
|
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.
please do not commit changes like this, it adds overhead to comparison
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.
why is this removed ?
examples/cpi/simple-cpi-6/Cargo.toml
Outdated
@@ -1,5 +1,6 @@ | |||
[workspace] | |||
members = ["programs/*"] | |||
|
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.
unnecessary
@@ -5,7 +5,7 @@ resolution = true | |||
skip-lint = false | |||
|
|||
[programs.localnet] | |||
maze = "5s76RezGLb7dthzSzcFSpJAvXH6ZRsPenbGwrjtbq2mY" | |||
maze0 = "HLUXYVSNW3unyAvuJW3C2MRH48X6vuiSAYzAE2sAm2L3" |
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.
why is the program ID and name changed ?
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.
I don't think these changes are necessary
@@ -2,8 +2,6 @@ | |||
name = "fuzz_0" | |||
path = "fuzz_0/test_fuzz.rs" | |||
|
|||
[workspace] |
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.
to have dedicated workspace is intentional
|
||
[dependencies.maze] | ||
path = "../programs/maze" | ||
[dependencies.maze0] |
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.
this is not necessary
@@ -5,7 +5,7 @@ resolution = true | |||
skip-lint = false | |||
|
|||
[programs.localnet] | |||
maze = "5s76RezGLb7dthzSzcFSpJAvXH6ZRsPenbGwrjtbq2mY" | |||
maze1 = "Fd1hRfkay2Q7C4fxqqa3meZZpjULrBi1yZA7Mc6R5mmV" |
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.
this is not necessary
@@ -1,5 +1,5 @@ | |||
[workspace] | |||
members = ["programs/*"] | |||
members = ["programs/*", "trident-tests"] |
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.
this should not be there
34ecad4
to
03677d1
Compare
Description
Update benchmark mazes and unauthorized access examples.
Related Tickets & Documents
Related Issue #
Closes #
I clicked on "Allow edits from maintainers"