Skip to content
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

Merged
merged 2 commits into from
Jan 14, 2025
Merged

Update examples #242

merged 2 commits into from
Jan 14, 2025

Conversation

hyckomatej
Copy link
Contributor

Description

Update benchmark mazes and unauthorized access examples.

Related Tickets & Documents

  • Related Issue #

  • Closes #

  • I clicked on "Allow edits from maintainers"

@hyckomatej hyckomatej requested a review from lukacan January 12, 2025 17:04
Copy link
Collaborator

@lukacan lukacan left a 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"
Copy link
Collaborator

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

Copy link
Collaborator

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this removed ?

@@ -1,5 +1,6 @@
[workspace]
members = ["programs/*"]

Copy link
Collaborator

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"
Copy link
Collaborator

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 ?

Copy link
Collaborator

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]
Copy link
Collaborator

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]
Copy link
Collaborator

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"
Copy link
Collaborator

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"]
Copy link
Collaborator

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

@lukacan lukacan added the no changelog Lable to skip `check changelog` in CI pipeline. label Jan 13, 2025
@lukacan lukacan merged commit e6554fd into develop Jan 14, 2025
9 checks passed
@lukacan lukacan deleted the update/examples branch January 14, 2025 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Lable to skip `check changelog` in CI pipeline.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants