-
Notifications
You must be signed in to change notification settings - Fork 83
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 #3079 from nervosnetwork/rc/v0.114.0
Release v0.114.0
- Loading branch information
Showing
364 changed files
with
19,492 additions
and
5,869 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 +1 @@ | ||
v0.3.2 | ||
v0.3.6 |
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 +1 @@ | ||
v0.112.1 | ||
v0.114.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
name: Bug Report | ||
description: Create a report to help us improve Neuron | ||
title: '[Bug Report] **Please describe the bug shortly**' | ||
labels: | ||
- bug | ||
assignees: | ||
- Keith-CY | ||
- yanguoyu | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please check [Helpe Center](https://neuron.magickbase.com/help-center) first to see if your issue is already addressed. | ||
- type: dropdown | ||
id: type | ||
validations: | ||
required: true | ||
attributes: | ||
label: Topic Type | ||
options: | ||
- Cannot Synchronize | ||
- Cannot Send Transaction | ||
- Incorrect Balance | ||
- User Experience | ||
- Other | ||
|
||
- type: textarea | ||
id: detial | ||
validations: | ||
required: true | ||
attributes: | ||
label: Detail of the issue | ||
description: Please append detail of the issue here, including steps to reproduce, screenshots, etc. | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
## Please add neuron logs if possible, they can be exported by `Menu -> Help -> Export Debug Information` | ||
<sub> | ||
The debug information will be exported as a zip file, you may upload it by drag&drop into **Detail of the issue**, or paste them in the following fields, respectively. | ||
</sub> | ||
- type: textarea | ||
id: bundled-ckb | ||
validations: | ||
required: false | ||
attributes: | ||
label: bundled-ckb.log | ||
render: shell | ||
|
||
- type: textarea | ||
id: bundled-ckb-light-mainnet | ||
validations: | ||
required: false | ||
attributes: | ||
label: bundled-ckb-light-mainnet.log | ||
render: shell | ||
|
||
- type: textarea | ||
id: main-log | ||
validations: | ||
required: false | ||
attributes: | ||
label: main.log | ||
render: shell | ||
|
||
- type: textarea | ||
id: status | ||
validations: | ||
required: false | ||
attributes: | ||
label: status.log | ||
render: shell |
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
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Checksums of release draft | ||
|
||
on: | ||
workflow_run: | ||
workflows: | ||
- Package Neuron for Release Draft | ||
types: | ||
- completed | ||
|
||
jobs: | ||
checksums: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: read | ||
if: github.event.workflow_run.conclusion == 'success' | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup Node | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 'latest' | ||
|
||
- name: Download binaries | ||
run: | | ||
mkdir -p /tmp/Neuron | ||
node ./scripts/download-binaries-from-release-draft.js /tmp/Neuron | ||
shell: pwsh | ||
env: | ||
TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
REPO: ${{ github.repository }} | ||
|
||
- name: Checksums | ||
run: node ./scripts/generate-checksum-table.js /tmp/Neuron | ||
shell: pwsh |
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.
e1888d6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Packaging for test is done in 8292004178
e1888d6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Packaging for test is done in 8292235495