-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from bnb-chain/develop
prepare for the release v0.0.1
- Loading branch information
Showing
408 changed files
with
5,408 additions
and
8,883 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
## Types of changes | ||
### Description | ||
|
||
_Put an `x` in the boxes that apply_ | ||
- [ ] New feature | ||
- [ ] Fix bug | ||
- [ ] Recode | ||
- [ ] Log or code annotation change | ||
- [ ] Documentation Update (if none of the other choices apply) | ||
## Change descrpition | ||
add a description of your changes here... | ||
|
||
### Rationale | ||
|
||
tell us why we need these changes... | ||
|
||
### Example | ||
|
||
add an example CLI or API response... | ||
|
||
### Changes | ||
|
||
Notable changes: | ||
* add each change in a bullet point here | ||
* ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Integration | ||
|
||
on: | ||
push: | ||
branches: | ||
- develop | ||
|
||
jobs: | ||
deploy: | ||
runs-on: self-hosted | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- name: deploy new zkbas | ||
run: | | ||
cd /tmp | ||
sudo rm -rf ./zkbas | ||
git clone --branch github-action https://github.com/bnb-chain/zkbas.git | ||
echo "start deploy new zkbas" | ||
sudo bash -x ./zkbas/deploy-local.sh new | ||
echo "end deploy" | ||
- name: run integration test | ||
run: | | ||
echo "start integration test" | ||
cd /tmp | ||
sudo bash -x ./zkbas/local-test.sh | ||
echo "end integration test" | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# zecrey-legend | ||
# zkbas | ||
|
||
|
||
### goctl | ||
|
@@ -10,3 +10,8 @@ goctl api go -api xx.api -dir . -style gozero | |
goctl rpc protoc xx.proto --go_out=. --go-grpc_out=. --zrpc_out=. | ||
``` | ||
|
||
### mockgen | ||
|
||
```shell | ||
go install github.com/golang/mock/[email protected] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.