Skip to content

Commit

Permalink
build: make blst library portable across different machines (#6)
Browse files Browse the repository at this point in the history
* build: make blst library portable across different machines

* chore: bump bridge version to 0.2.9
  • Loading branch information
minh-bq authored Mar 1, 2024
1 parent 476ac68 commit 61da305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ abigen:
abigen --abi=./contracts/common/RoninValidator.abi --pkg=validator --out=./generated_contracts/ronin/validator/ronin_validator.go

bridge:
go install ./cmd/bridge
CGO_CFLAGS_ALLOW="-O -D__BLST_PORTABLE__" CGO_CFLAGS="-O -D__BLST_PORTABLE__" go install ./cmd/bridge
@echo "Done building."
@echo "Run \"bridge\" to launch bridge."

Expand Down
2 changes: 1 addition & 1 deletion stats/bridge_stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"gorm.io/gorm"
)

const bridgeVersion = "v0.2.7"
const bridgeVersion = "v0.2.9"

type NodeInfo struct {
Organization string `json:"organization,omitempty" mapstructure:"organization"`
Expand Down

0 comments on commit 61da305

Please sign in to comment.