Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit ed8c5c11bb7cc47dd70a8e1eddae09c39d3f3eec
Author: Ben Lebherz <git@benleb.de>
Date:   Mon Sep 19 16:27:16 2022 +0200

    cache & localnode improvements, further restructure

commit 533b5b615825242a611e3ec8cc71604355891906
Author: Ben Lebherz <git@benleb.de>
Date:   Thu Sep 15 17:46:45 2022 +0200

    gas & ens

commit 24532bc7a4abcc2d2b2b34ed9a37102fb2c3744c
Author: Ben Lebherz <git@benleb.de>
Date:   Thu Sep 15 01:55:50 2022 +0200

    mutex & style fix | last pre-"The Merge" commit ✊

commit 5bbbf941e1d98fe7289028514d5859ab4c09b7f1
Author: Ben Lebherz <git@benleb.de>
Date:   Wed Sep 14 17:38:10 2022 +0200

    increase stats ticker back to 90s

commit 3091e532b2eaebd9eeceb219bd8d07cb50a8c594
Author: Ben Lebherz <git@benleb.de>
Date:   Wed Sep 14 17:26:01 2022 +0200

    next step of the client/server logic split

commit ccd98ab675918d26c6f447770757c4cc8571b464
Author: Ben Lebherz <git@benleb.de>
Date:   Sun Sep 11 17:57:29 2022 +0200

    graceful handling of disconnected clients

commit 6210e41564e4cbfda6b034fa75a0965b8505e69a
Author: Ben Lebherz <git@benleb.de>
Date:   Sun Sep 11 17:12:37 2022 +0200

    wip/migration: first part of splitting to server/client "parts"
  • Loading branch information
benleb committed Sep 19, 2022
1 parent 1343fa6 commit ffa8b53
Show file tree
Hide file tree
Showing 43 changed files with 8,069 additions and 1,652 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gloomberg

# misc
cmd/setOwner.go
internal/miw
internal/assets
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ before:
- "go mod tidy -e"
# you may remove this if you don't need 'go generate'
# - go generate ./...
# - 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"
# - 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
builds:
- binary: gloomberg
env:
Expand Down
Loading

0 comments on commit ffa8b53

Please sign in to comment.