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

fix(miner): Use pending block and add nil check. #1262

Merged
merged 8 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading