-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into chore/update-libp2p-repo-path
- Loading branch information
Showing
455 changed files
with
27,251 additions
and
10,762 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 |
---|---|---|
|
@@ -4,4 +4,6 @@ | |
/LICENSE* | ||
/tests | ||
/metrics | ||
/nimcache | ||
librln* | ||
**/vendor/* |
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,47 @@ | ||
--- | ||
name: Bump dependencies | ||
about: Bump vendor dependencies for release | ||
title: 'Bump vendor dependencies for release 0.0.0' | ||
labels: dependencies | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Add appropriate release number to title! --> | ||
|
||
Update `nwaku` "vendor" dependencies. | ||
|
||
### Items to bump | ||
- [ ] dnsclient.nim ( update to the latest tag version ) | ||
- [ ] nim-bearssl | ||
- [ ] nimbus-build-system | ||
- [ ] nim-chronicles | ||
- [ ] nim-chronos | ||
- [ ] nim-confutils | ||
- [ ] nimcrypto | ||
- [ ] nim-dnsdisc | ||
- [ ] nim-eth | ||
- [ ] nim-faststreams | ||
- [ ] nim-http-utils | ||
- [ ] nim-json-rpc | ||
- [ ] nim-json-serialization | ||
- [ ] nim-libbacktrace | ||
- [ ] nim-libp2p ( update to the unstable branch ) | ||
- [ ] nim-metrics | ||
- [ ] nim-nat-traversal | ||
- [ ] nim-presto | ||
- [ ] nim-regex ( update to the latest tag version ) | ||
- [ ] nim-secp256k1 | ||
- [ ] nim-serialization | ||
- [ ] nim-sqlite3-abi ( update to the latest tag version ) | ||
- [ ] nim-stew | ||
- [ ] nim-stint | ||
- [ ] nim-taskpools | ||
- [ ] nim-testutils | ||
- [ ] nim-toml-serialization | ||
- [ ] nim-unicodedb | ||
- [ ] nim-unittest2 | ||
- [ ] nim-web3 | ||
- [ ] nim-websock | ||
- [ ] nim-zlib | ||
- [ ] zerokit ( this should be kept in version `v0.3.4` ) |
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,27 @@ | ||
--- | ||
name: Prepare release | ||
about: Execute tasks for the creation and publishing of a new release | ||
title: 'Prepare release 0.0.0' | ||
labels: release | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Add appropriate release number to title! | ||
For detailed info on the release process refer to https://github.com/waku-org/nwaku/blob/master/docs/contributors/release-process.md | ||
--> | ||
|
||
### Items to complete | ||
- [ ] create release branch | ||
- [ ] assign release candidate tag | ||
- [ ] validate release candidate | ||
- [ ] generate and edit releases notes | ||
- [ ] open PR and merge release notes to master | ||
- [ ] cherry-pick release notes to the release branch | ||
- [ ] assign release tag to the cherry-picked release notes commit | ||
- [ ] create GitHub release | ||
- [ ] deploy the release to DockerHub | ||
- [ ] deploy release to `wakuv2.prod` fleet | ||
- [ ] announce the release |
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
Oops, something went wrong.