-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e3111db
Showing
77 changed files
with
150,192 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
client/docs/* linguist-vendored=true | ||
client/docs/swagger-ui/* linguist-vendored=true | ||
docs/* linguist-documentation=true |
Validating CODEOWNERS rules …
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 @@ | ||
* @initia-labs/core |
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,22 @@ | ||
<!-- This issue tracker is only for technical issues related to initia. | ||
General initia questions and/or support requests are best directed to initia support team. | ||
Any report, issue or feature request related to the GUI should be reported to initia support team. | ||
--> | ||
|
||
<!-- Describe the issue --> | ||
|
||
<!--- What behavior did you expect? Describe what the software should do in response to a specific action or command.--> | ||
|
||
<!--- What did the software actually do when you performed the action or command? If you're unsure whether the issue is related to initia, feel free to ask us for clarification." --> | ||
|
||
<!--- How reliably can you reproduce the issue, what are the steps to do so? --> | ||
|
||
<!-- What version of initia are you using, where did you get it (website, self-compiled, etc)? --> | ||
|
||
<!-- What type of machine are you observing the error on (OS/CPU and disk type)? --> | ||
|
||
<!-- initia-related issue? What is your operating system and its version? If Linux, what is your desktop environment and graphical shell? --> | ||
|
||
<!-- Any extra information that might be useful in the debugging process. --> |
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,50 @@ | ||
Release Notes | ||
================== | ||
|
||
Initia version 0.45.12 is now available from: | ||
|
||
<https://github.com/initia-labs/initia> | ||
|
||
This release includes new features, various bug fixes and performance | ||
improvements, as well as updated translations. | ||
|
||
Please report bugs using the issue tracker at GitHub: | ||
|
||
<https://github.com/initia-labs/initia-labs/issues> | ||
|
||
To receive security and update notifications, please join our discord channel. | ||
|
||
|
||
What's Changed | ||
============== | ||
### Initia | ||
- upgrade to cosmos-sdk v0.45.12 by @zkst in #102 | ||
|
||
### RPC and other APIs | ||
|
||
- #25220 rpc: fix incorrect warning for address type p2sh-segwit in createmultisig | ||
- #25237 rpc: Capture UniValue by ref for rpcdoccheck | ||
- #25983 Prevent data race for pathHandlers | ||
- #26275 Fix crash on deriveaddresses when index is 2147483647 (2^31-1) | ||
|
||
### Build system | ||
|
||
- #25201 windeploy: Renewed windows code signing certificate | ||
- #25788 guix: patch NSIS to remove .reloc sections from installer stubs | ||
- #25861 guix: use --build={arch}-guix-linux-gnu in cross toolchain | ||
- #25985 Revert "build: Use Homebrew's sqlite package if it is available" | ||
|
||
### GUI | ||
|
||
- gui#631 Disallow encryption of watchonly wallets | ||
- gui#680 Fixes MacOS 13 segfault by preventing certain notifications | ||
|
||
### Tests | ||
|
||
- #24454 tests: Fix calculation of external input weights | ||
|
||
### Miscellaneous | ||
|
||
- #26321 Adjust .tx/config for new Transifex CLI | ||
|
||
Full Changelog: Initia-node-v1.0.0...Initia-node-v1.0.1 [link] |
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,38 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve (use this for suspected bugs only, if not sure, open a regular issue below) | ||
title: '' | ||
labels: Bug | ||
assignees: '' | ||
--- | ||
|
||
<!-- This issue tracker is only for technical issues related to Initia. | ||
General initia questions and/or support requests are best directed to the initia support team. | ||
--> | ||
|
||
<!-- Describe the issue --> | ||
|
||
**Expected behavior** | ||
|
||
<!--- What behavior did you expect? Describe what the software should do in response to a specific action or command.--> | ||
|
||
**Actual behavior** | ||
|
||
<!--- What did the software actually do when you performed the action or command? If you're unsure whether the issue is related to Initia, feel free to ask us for clarification." | ||
--> | ||
|
||
**To reproduce** | ||
|
||
<!--- How reliably can you reproduce the issue, what are the steps to do so? --> | ||
|
||
**System information** | ||
|
||
<!-- What version of initia are you using, where did you get it (website, self-compiled, etc)? --> | ||
|
||
<!-- What type of machine are you observing the error on (OS/CPU and disk type)? --> | ||
|
||
<!-- initia-related issue? What is your operating system and its version? If Linux, what is your desktop environment and graphical shell? --> | ||
|
||
<!-- Any extra information that might be useful in the debugging process. --> |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: Feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
**Describe the solution you'd like** | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Describe alternatives you've considered** | ||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
**Additional context** | ||
<!-- Add any other context or screenshots about the feature request 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,18 @@ | ||
--- | ||
name: Good first issue | ||
about: '(Regular devs only): Suggest a new good first issue' | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Needs the label "good first issue" assigned manually before or after opening --> | ||
|
||
<!-- A good first issue is an uncontroversial issue, that has a relatively unique and obvious solution --> | ||
|
||
<!-- Motivate the issue and explain the solution briefly --> | ||
|
||
#### Useful skills: | ||
|
||
<!-- (For example, “basic understanding of the initia RPC interface”.) --> |
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,8 @@ | ||
--- | ||
name: An issue or feature request related to the GUI | ||
about: Any report, issue or feature request related to the GUI should be reported to initia support team | ||
title: Any report, issue or feature request related to the GUI should be reported to initia support team | ||
labels: GUI | ||
assignees: '' | ||
|
||
--- |
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,32 @@ | ||
<!-- | ||
*** Please remove the following help text before submitting: *** | ||
Pull requests without a rationale and clear improvement may be closed | ||
immediately. | ||
--> | ||
|
||
<!-- | ||
Please provide clear motivation for your patch and explain how it improves | ||
initia user experience or initia developer experience | ||
significantly: | ||
* Any test improvements or new tests that improve coverage are always welcome. | ||
* All other changes should have accompanying unit tests (see `src/test/`) or | ||
functional tests (see `test/`). Contributors should note which tests cover | ||
modified code. If no tests exist for a region of modified code, new tests | ||
should accompany the change. | ||
* Bug fixes are most welcome when they come with steps to reproduce or an | ||
explanation of the potential issue as well as reasoning for the way the bug | ||
was fixed. | ||
* Features are welcome, but might be rejected due to design or scope issues. | ||
If a feature is based on a lot of dependencies, contributors should first | ||
consider building the system outside of initia, if possible. | ||
--> | ||
|
||
<!-- | ||
Initia has a thorough review process and even the most trivial change | ||
needs to pass a lot of eyes and requires non-zero or even substantial time | ||
effort to review. There is a huge lack of active reviewers on the project, so | ||
patches often sit for a long time. | ||
--> |
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,58 @@ | ||
name: Docker | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- "main" | ||
tags: | ||
- "v*" | ||
paths: | ||
- "**.go" | ||
- "go.mod" | ||
- "go.sum" | ||
pull_request: | ||
branches: | ||
- "main" | ||
paths: | ||
- "**.go" | ||
- "go.mod" | ||
- "go.sum" | ||
|
||
env: | ||
REGISTRY: ghcr.io | ||
IMAGE_NAME: minitiad | ||
|
||
jobs: | ||
minitiad: | ||
name: Minitiad | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: read | ||
packages: write | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
||
- name: Log in to the Container registry | ||
uses: docker/login-action@v2 | ||
with: | ||
registry: ${{ env.REGISTRY }} | ||
username: ${{ github.actor }} | ||
password: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Extract metadata (tags, labels) for Docker | ||
id: meta | ||
uses: docker/metadata-action@v4 | ||
with: | ||
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }} | ||
|
||
- name: Build and push | ||
uses: docker/build-push-action@v4 | ||
with: | ||
build-args: "GITHUB_ACCESS_TOKEN=${{ secrets.GH_READ_TOKEN }}" | ||
file: images/private/Dockerfile | ||
push: ${{ github.event_name != 'pull_request' }} | ||
tags: ${{ steps.meta.outputs.tags }} | ||
labels: ${{ steps.meta.outputs.labels }} |
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,77 @@ | ||
name: Lint | ||
# This workflow is run on every pull request and push to master | ||
# The `golangci` will pass without running if no *.{go, mod, sum} files have been changed. | ||
on: | ||
pull_request: | ||
paths: | ||
- "**.go" | ||
- "go.mod" | ||
- "go.sum" | ||
push: | ||
branches: | ||
- main | ||
- "release/*" | ||
paths: | ||
- "**.go" | ||
- "go.mod" | ||
- "go.sum" | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
env: | ||
WASM_DIR: ./wasmchain | ||
MOVE_DIR: ./movechain | ||
|
||
jobs: | ||
golangci: | ||
env: | ||
# for private repo access | ||
GOPRIVATE: github.com/initia-labs/* | ||
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_READ_TOKEN }} | ||
name: golangci-lint | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.19 | ||
- uses: technote-space/get-diff-action@v5 | ||
id: git_diff | ||
with: | ||
PATTERNS: | | ||
**/**.go | ||
go.mod | ||
go.sum | ||
# for private repo access | ||
- run: git config --global url.https://${GITHUB_ACCESS_TOKEN}:[email protected]/.insteadOf https://github.com/ | ||
- name: run go linters | ||
run: | | ||
make tools | ||
make lint | ||
if: env.GIT_DIFF | ||
# Use --check or --exit-code when available (Go 1.19?) | ||
# https://github.com/golang/go/issues/27005 | ||
tidy: | ||
env: | ||
# for private repo access | ||
GOPRIVATE: github.com/initia-labs/* | ||
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_READ_TOKEN }} | ||
runs-on: ubuntu-latest | ||
name: tidy | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Setup go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.19 | ||
# for private repo access | ||
- run: git config --global url.https://${GITHUB_ACCESS_TOKEN}:[email protected]/.insteadOf https://github.com/ | ||
- run: | | ||
go mod tidy | ||
CHANGES_IN_REPO=$(git status --porcelain) | ||
if [[ -n "$CHANGES_IN_REPO" ]]; then | ||
echo "Repository is dirty. Showing 'git status' and 'git --no-pager diff' for debugging now:" | ||
git status && git --no-pager diff | ||
exit 1 | ||
fi |
Oops, something went wrong.