Skip to content

Commit

Permalink
Start to support a display configuration graph
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Jul 12, 2024
1 parent 9556756 commit 40c8a4a
Show file tree
Hide file tree
Showing 20 changed files with 755 additions and 11 deletions.
2 changes: 2 additions & 0 deletions cmd/golang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ GO_FILES := $(shell find . -name '*.go' -or -name '*.json' -type f)

CMDLET := $(shell basename ${PWD})

CONFIG_DIR := ../../config

${CMDLET}: ${EXTRA_FILES} ${GO_FILES}
@${GO_BUILD} ${GO_BUILD_EXTRA_ARGS}

Expand Down
1 change: 1 addition & 0 deletions cmd/graphql.ethereum/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
graphql.ethereum
*.zip
bootstrap
pools.toml
5 changes: 5 additions & 0 deletions cmd/graphql.ethereum/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

EXTRA_FILES := pools.toml

include ../golang.mk

pools.toml: ${CONFIG_DIR}/pools.toml
@cp ${CONFIG_DIR}/pools.toml .

.PHONY: lambda

lambda: bootstrap.zip
Expand Down
3 changes: 3 additions & 0 deletions cmd/graphql.ethereum/gqlgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ models:
- github.com/99designs/gqlgen/graphql.Int
- github.com/99designs/gqlgen/graphql.Int64
- github.com/99designs/gqlgen/graphql.Int32
SeawaterPoolClassification:
model:
- github.com/fluidity-money/long.so/lib/types/seawater.Classification
Loading

0 comments on commit 40c8a4a

Please sign in to comment.