-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop' into wallet_support
# Conflicts: # baseapp/block_gas_test.go # go.mod # x/staking/simulation/operations.go
- Loading branch information
Showing
147 changed files
with
5,091 additions
and
9,288 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,25 @@ | ||
#!/usr/bin/env bash | ||
change_log_file="./CHANGELOG.md" | ||
version="## $@" | ||
version_prefix="## v" | ||
start=0 | ||
CHANGE_LOG="" | ||
while read line; do | ||
if [[ $line == *"$version"* ]]; then | ||
start=1 | ||
continue | ||
fi | ||
if [[ $line == *"$version_prefix"* ]] && [ $start == 1 ]; then | ||
break; | ||
fi | ||
if [ $start == 1 ]; then | ||
CHANGE_LOG+="$line\n" | ||
fi | ||
done < ${change_log_file} | ||
|
||
OUTPUT=$(cat <<-END | ||
${CHANGE_LOG} | ||
END | ||
) | ||
|
||
echo -e ${OUTPUT} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,10 @@ jobs: | |
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.18 | ||
|
||
- run: go env -w GOPRIVATE="github.com/bnb-chain/*" | ||
- run: git config --global url."https://${{ secrets.GH_TOKEN }}@github.com".insteadOf "https://github.com" | ||
|
||
- uses: technote-space/[email protected] | ||
id: git_diff | ||
with: | ||
|
@@ -99,6 +103,10 @@ jobs: | |
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.18 | ||
|
||
- run: go env -w GOPRIVATE="github.com/bnb-chain/*" | ||
- run: git config --global url."https://${{ secrets.GH_TOKEN }}@github.com".insteadOf "https://github.com" | ||
|
||
- uses: technote-space/[email protected] | ||
with: | ||
PATTERNS: | | ||
|
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 |
---|---|---|
|
@@ -13,6 +13,7 @@ permissions: | |
env: | ||
CGO_CFLAGS: "-O -D__BLST_PORTABLE__" | ||
CGO_CFLAGS_ALLOW: "-O -D__BLST_PORTABLE__" | ||
GH_TOKEN: "${{ secrets.GH_TOKEN }}" | ||
|
||
jobs: | ||
cleanup-runs: | ||
|
@@ -32,6 +33,10 @@ jobs: | |
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.18 | ||
|
||
- run: go env -w GOPRIVATE="github.com/bnb-chain/*" | ||
- run: git config --global url."https://${{ secrets.GH_TOKEN }}@github.com".insteadOf "https://github.com" | ||
|
||
- uses: technote-space/[email protected] | ||
id: git_diff | ||
with: | ||
|
@@ -50,6 +55,10 @@ jobs: | |
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.18 | ||
|
||
- run: go env -w GOPRIVATE="github.com/bnb-chain/*" | ||
- run: git config --global url."https://${{ secrets.GH_TOKEN }}@github.com".insteadOf "https://github.com" | ||
|
||
- uses: technote-space/[email protected] | ||
id: git_diff | ||
with: | ||
|
@@ -107,6 +116,10 @@ jobs: | |
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.18 | ||
|
||
- run: go env -w GOPRIVATE="github.com/bnb-chain/*" | ||
- run: git config --global url."https://${{ secrets.GH_TOKEN }}@github.com".insteadOf "https://github.com" | ||
|
||
- uses: technote-space/[email protected] | ||
with: | ||
PATTERNS: | | ||
|
@@ -186,6 +199,10 @@ jobs: | |
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.18 | ||
|
||
- run: go env -w GOPRIVATE="github.com/bnb-chain/*" | ||
- run: git config --global url."https://${{ secrets.GH_TOKEN }}@github.com".insteadOf "https://github.com" | ||
|
||
- uses: technote-space/[email protected] | ||
id: git_diff | ||
with: | ||
|
@@ -209,6 +226,10 @@ jobs: | |
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.18 | ||
|
||
- run: go env -w GOPRIVATE="github.com/bnb-chain/*" | ||
- run: git config --global url."https://${{ secrets.GH_TOKEN }}@github.com".insteadOf "https://github.com" | ||
|
||
- name: Display go version | ||
run: go version | ||
- name: Install runsim | ||
|
@@ -226,6 +247,10 @@ jobs: | |
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.18 | ||
|
||
- run: go env -w GOPRIVATE="github.com/bnb-chain/*" | ||
- run: git config --global url."https://${{ secrets.GH_TOKEN }}@github.com".insteadOf "https://github.com" | ||
|
||
- name: Display go version | ||
run: go version | ||
- uses: technote-space/[email protected] | ||
|
Oops, something went wrong.