Skip to content

Commit

Permalink
Run post-deployment test using deployed artifacts (#1372)
Browse files Browse the repository at this point in the history
# Description

This PR introduces a new `canary` app that executes the uniswap e2e test
but only using deployed artifacts. The test runs as a final step after
deploying a tagged release.

# Checklist:

- [ ] I have reviewed my diff in github, line by line.
- [ ] Every change is related to the PR description.
- [ ] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to the issue(s) that it resolves.
- [ ] There are no unexpected formatting changes, superfluous debug
logs, or commented-out code.
- [ ] The branch has been merged or rebased against the head of its
merge target.
- [ ] I'm happy for the PR to be merged at the reviewer's next
convenience.
  • Loading branch information
superstar0402 committed Aug 7, 2023
1 parent 0a28199 commit 8b42e08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions yarn-project/noir-libs/easy-private-state/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "easy_private_state"
authors = ["aztec-labs"]
compiler_version = "0.7.1"
type = "lib"

[dependencies]
aztec = { path = "../noir-aztec" }
Expand Down
1 change: 1 addition & 0 deletions yarn-project/noir-libs/noir-aztec/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
name = "noir_aztec"
authors = [""]
compiler_version = "0.1"
type = "lib"

[dependencies]
1 change: 1 addition & 0 deletions yarn-project/noir-libs/value-note/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "value_note"
authors = ["aztec-labs"]
compiler_version = "0.7.1"
type = "lib"

[dependencies]
aztec = { path = "../noir-aztec" }

0 comments on commit 8b42e08

Please sign in to comment.