Skip to content

Commit

Permalink
Feat: Aptos Settelement Layer (#7)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Steve Nguyen <[email protected]>

feat: pull request template

Bump ionia from `3a15977` to `fe4cd5a` (#10)

Bumps [ionia](https://github.com/sota-zk-labs/ionia) from `3a15977` to `fe4cd5a`.
- [Commits](sota-zk-labs/ionia@3a15977...fe4cd5a)

---
updated-dependencies:
- dependency-name: ionia
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
Tranduy1dol and dependabot[bot] committed Sep 17, 2024
1 parent 05e8acb commit 2df4ec6
Show file tree
Hide file tree
Showing 21 changed files with 4,934 additions and 1,066 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
rustflags = ["--cfg", "tokio_unstable"]
22 changes: 22 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Set to true to add reviewers to pull requests
addReviewers: true

# Set to true to add assignees to pull requests
addAssignees: true

# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- Draply
- 0x5ea000000
- hduoc2003
- zk-steve
- Tranduy1dol
- VanhGer

# A list of keywords to be skipped the process that add reviewers if pull requests include it
skipKeywords:
- wip

# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0
6 changes: 6 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Check List

- [ ] Don't forget to squash commits into meaningful chunks before merging
- [ ] Check every test passed.
- [ ] Did you split imports into std, third parties, and custom parts?
- [ ] Format your code.
- [ ] cargo fmt
- [ ] cargo clippy
- [ ] `taplo fmt --config taplo/taplo.toml`
- [ ] Check unwrap, expect().
- [ ] Check clone().
- [ ] Check your commit messages.
- [ ] Have you added meaningful comments.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "ionia"]
path = ionia
url = [email protected]:sota-zk-labs/ionia.git
Loading

0 comments on commit 2df4ec6

Please sign in to comment.