Skip to content

Commit ffa8b53

Browse files
committed
Squashed commit of the following:
commit ed8c5c11bb7cc47dd70a8e1eddae09c39d3f3eec Author: Ben Lebherz <[email protected]> Date: Mon Sep 19 16:27:16 2022 +0200 cache & localnode improvements, further restructure commit 533b5b615825242a611e3ec8cc71604355891906 Author: Ben Lebherz <[email protected]> Date: Thu Sep 15 17:46:45 2022 +0200 gas & ens commit 24532bc7a4abcc2d2b2b34ed9a37102fb2c3744c Author: Ben Lebherz <[email protected]> Date: Thu Sep 15 01:55:50 2022 +0200 mutex & style fix | last pre-"The Merge" commit ✊ commit 5bbbf941e1d98fe7289028514d5859ab4c09b7f1 Author: Ben Lebherz <[email protected]> Date: Wed Sep 14 17:38:10 2022 +0200 increase stats ticker back to 90s commit 3091e532b2eaebd9eeceb219bd8d07cb50a8c594 Author: Ben Lebherz <[email protected]> Date: Wed Sep 14 17:26:01 2022 +0200 next step of the client/server logic split commit ccd98ab675918d26c6f447770757c4cc8571b464 Author: Ben Lebherz <[email protected]> Date: Sun Sep 11 17:57:29 2022 +0200 graceful handling of disconnected clients commit 6210e41564e4cbfda6b034fa75a0965b8505e69a Author: Ben Lebherz <[email protected]> Date: Sun Sep 11 17:12:37 2022 +0200 wip/migration: first part of splitting to server/client "parts"
1 parent 1343fa6 commit ffa8b53

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+8069
-1652
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ gloomberg
88

99
# misc
1010
cmd/setOwner.go
11-
internal/miw
11+
internal/assets

.goreleaser.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ before:
99
- "go mod tidy -e"
1010
# you may remove this if you don't need 'go generate'
1111
# - go generate ./...
12+
# - bash -c "for abi in internal/abis/*.json; do abiname="$(basename "${abi}")"; abigen --abi="${abi}" --pkg=abis --type="${abiname//.json/}" --out="${abi//.json/.go}"; done"
13+
# - oapi-codegen -package ensmetadata -old-config-style -generate types,client,spec internal/assets/ens_metadata_service_0.0.1-alpha.1.yaml > internal/ensmetadata/ensmetadata.go
1214
builds:
1315
- binary: gloomberg
1416
env:

0 commit comments

Comments
 (0)