Skip to content

Commit

Permalink
chore(repo): rebase master into dev and amend CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Dec 11, 2023
1 parent 60f66ad commit 0d7b99c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Checks

on:
push:
branches: [master, dev]
branches: [dev]
pull_request:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/circuit-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Circuit

on:
push:
branches: [master, dev]
branches: [dev]
pull_request:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v0.x/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Each user should be allowed to publish at no cost as many messages as there are
1. It is impossible for a coordinator to find a collision in message decryptions. i.e. they cannot decrypt a message to a different command.
2. It is impossible for a user to create a message that the coordinator is not able to process.
3. It is impossible for a user to create a message such that the coordinator is unable to create a zk-SNARK proof of a state root transition.
4. No-one but the coordinator can trustlessly bribe someone.
4. No-one but the coordinator can trustlessly bribe someone.

## III: Desired features not described in this specification

Expand Down

0 comments on commit 0d7b99c

Please sign in to comment.