Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
fix(miner): Use pending block and add nil check. (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear authored Oct 31, 2023
1 parent e2202a1 commit 4742e24
Show file tree
Hide file tree
Showing 62 changed files with 706 additions and 560 deletions.
422 changes: 1 addition & 421 deletions Makefile

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/cosmos.mk → build/scripts/cosmos.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
export VERSION := $(shell echo $(shell git describe --tags --always --match "v*") | sed 's/^v//')
export COMMIT := $(shell git log -1 --format='%H')
CURRENT_DIR = $(shell pwd)
OUT_DIR ?= $(CURDIR)/bin
OUT_DIR ?= $(CURDIR)/build/bin
BINDIR ?= $(GOPATH)/bin
TESTAPP_DIR = ./e2e/testapp
PROJECT_NAME = $(shell git remote get-url origin | xargs basename -s .git)
Expand Down
Loading

0 comments on commit 4742e24

Please sign in to comment.