Skip to content

Commit

Permalink
feat(cook_hook) Refactor
Browse files Browse the repository at this point in the history
* Add protogen.sh to Makefile
* Fix json indention
* Fix call to interxd
  • Loading branch information
MrLutik committed Mar 7, 2024
1 parent 8d849f9 commit 0e022fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge_hook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
"licenses": "CC BY-NC-SA 4.0",
"title": "interx",
"description": "INTERX is KIRA’s Content Availability Layer. It ensures rapid, scalable queries and access to on-chain (SEKAI) and off-chain (L2) RollApp data without reliance on third-party RPC service providers such as Infura (Ethereum) and DA networks such as Celestia (Cosmos). INTERX streamlines the creation and maintenance of front-end and RollApp, eliminating the complexities associated with light clients and providing out-of-the-box support for sequencing, storage, fraud-proof generation, replication, proxy, and middleware layer load-balancing. "
}
}
EOF
}
}
EOF
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ build:
./scripts/build.sh

build-static:
./scripts/proto-gen.sh
./scripts/sbuild.sh

start:
go run main.go

Expand Down
2 changes: 1 addition & 1 deletion scripts/sbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -x
go mod tidy
CGO_ENABLED=0 go build -a -tags netgo -installsuffix cgo -ldflags "-X google.golang.org/protobuf/reflect/protoregistry.conflictPolicy=ignore -extldflags '-static'" -o "/interxd" .
go mod verify
echoInfo "INFO: Sucessfully intalled INTERX $(interxd version)"
echoInfo "INFO: Sucessfully intalled INTERX $(/interxd version)"

0 comments on commit 0e022fb

Please sign in to comment.