Skip to content

Commit

Permalink
Merge pull request #1608 from jannotti/absenteeism
Browse files Browse the repository at this point in the history
Absenteeism
  • Loading branch information
jannotti authored Apr 30, 2024
2 parents 5bef083 + 738fdc0 commit 7476ac0
Show file tree
Hide file tree
Showing 17 changed files with 783 additions and 633 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
SRCPATH := $(shell pwd)
OS_TYPE ?= $(shell $(SRCPATH)/mule/scripts/ostype.sh)
ARCH ?= $(shell $(SRCPATH)/mule/scripts/archtype.sh)
ifeq ($(OS_TYPE), darwin)
ifeq ($(ARCH), arm64)
export CPATH=/opt/homebrew/include
export LIBRARY_PATH=/opt/homebrew/lib
endif
endif
export GOPATH := $(shell go env GOPATH)
GOPATH1 := $(firstword $(subst :, ,$(GOPATH)))

GOLDFLAGS += -X github.com/algorand/indexer/v3/version.Hash=$(shell git log -n 1 --pretty="%H")
GOLDFLAGS += -X github.com/algorand/indexer/v3/version.CompileTime=$(shell date -u +%Y-%m-%dT%H:%M:%S%z)
Expand Down
361 changes: 182 additions & 179 deletions api/generated/common/routes.go

Large diffs are not rendered by default.

106 changes: 65 additions & 41 deletions api/generated/common/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7476ac0

Please sign in to comment.