Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitSmiley/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: zeta-chain/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Able to merge. These branches can be automatically merged.
Loading
Showing 1,656 changed files with 92,308 additions and 24,350 deletions.
4 changes: 4 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -33,6 +33,10 @@ reviews:
instructions: >-
Review the shell scripts, point out issues relative to security,
performance, and maintainability.
- path: '{*e2e*,*_test.go}'
instructions: >-
Errors in tests may be handled via require.NoError(t, err) rather
than explicitly returning error.
auto_review:
drafts: false
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ yarn.lock
.github/
.gitignore
dist/**
.git

# dockerfiles are not needed inside the docker build
Dockerfile
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* @brewmaster012 @kingpinXD @lumtis @ws4charlie @skosito @swift1337 @fbac
* @zeta-chain/protocol-engineering

.github/** @zeta-chain/devops
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
name: Feature Request
about: Suggest an idea for this project
title: ''
labels: 'feature'
labels: 'feature:idea'
assignees: ''

---
Loading