Remove unnecessary comments
Some checks failed
Build / cleanup-runs (pull_request) Successful in 7s
Deploy Contract / cleanup-runs (pull_request) Successful in 6s
Deploy Contract / deploy (pull_request) Failing after 39s
Build / build (pull_request) Successful in 59s
Pull Request Labeler / triage (pull_request) Failing after 15s
CodeQL / Analyze (go) (pull_request) Successful in 1m46s
Protobuf / lint (pull_request) Successful in 46s
Dependency Review / dependency-review (pull_request) Successful in 2m30s
Protobuf / break-check (pull_request) Failing after 22s
Lint / Run golangci-lint (pull_request) Successful in 2m19s
Lint / Run flake8 on python integration tests (pull_request) Failing after 2m15s
Run Gosec / Gosec (pull_request) Successful in 46s
Tests / cleanup-runs (pull_request) Successful in 5s
Semgrep / Scan (pull_request) Failing after 28s
Tests / test-importer (pull_request) Successful in 51s
Tests / test-unit-cover (pull_request) Successful in 1m38s
Tests / test-rpc (pull_request) Successful in 1m36s
Tests / sdk_tests (pull_request) Failing after 11m33s

This commit is contained in:
Prathamesh Musale 2024-01-22 14:51:11 +05:30
parent ab969e20bf
commit 8b7162b228
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"
# unit tests
test-unit-cover:
runs-on: ubuntu-latest
steps:

View File

@ -34,7 +34,6 @@ if [ "$1" == "clean" ] || [ ! -d "$HOME/.laconicd/data/blockstore.db" ]; then
# Set moniker and chain-id for Ethermint (Moniker can be anything, chain-id must be an integer)
laconicd init $MONIKER --chain-id $CHAINID
## TODO: Added by Roy, check
update_genesis() {
jq "$1" $HOME/.laconicd/config/genesis.json > $HOME/.laconicd/config/tmp_genesis.json &&
mv $HOME/.laconicd/config/tmp_genesis.json $HOME/.laconicd/config/genesis.json