1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
No description
Find a file
dependabot[bot] 4bc6df8c83 build(deps): bump github.com/quic-go/quic-go from 0.42.0 to 0.48.2
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.42.0 to 0.48.2.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
- [Commits](https://github.com/quic-go/quic-go/compare/v0.42.0...v0.48.2)

---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-21 19:42:01 +01:00
.github/workflows github workflows: add permissions. 2024-12-21 19:14:26 +01:00
api api/channel_test.go: rearange fields. 2024-10-16 16:23:03 +02:00
cmd cmd/thalos/server.go: set MaxMessagesInFlight = 1 when creating ship client 2024-11-03 12:03:48 +01:00
debian Version v1.1.8-rc1 2024-12-04 15:21:50 +01:00
docker Version v1.1.8-rc1 2024-12-04 15:21:50 +01:00
internal internal/types/blacklist.go: add BlacklistWildcard constant 2024-12-04 15:15:22 +01:00
scripts scripts/stop.sh: typo fix. 2023-05-14 17:27:50 +02:00
.gitignore .gitignore: ignore vendor dir. 2024-04-09 22:24:44 +02:00
config.example.yml config.example.yml: minor fixes. 2024-10-21 13:52:11 +02:00
go.mod build(deps): bump github.com/quic-go/quic-go from 0.42.0 to 0.48.2 2024-12-21 19:42:01 +01:00
go.sum build(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0 2024-12-21 17:58:53 +00:00
install.sh install.sh: remove $INSTALL_DIR if installation failed. 2024-01-22 14:43:02 +01:00
LICENSE LICENSE: Update year. 2024-01-07 14:34:56 +01:00
Makefile Version v1.1.8-rc1 2024-12-04 15:21:50 +01:00
README.md README.md: Update minimum go version 2024-10-16 16:23:03 +02:00

Thalos

Test Go Report Card

Thalos is a application that makes it easy for users to stream blockchain data from an Antelope SHIP node.

Consult the documentation for more information.

Join the discussion on telegram

Docker images

Docker images can be found here

Compiling

You will need golang version 1.21 or later to compile the source.

Compile using make:

$ make

or using go directly if you dont have make installed.

$ go build -o build/thalos-server cmd/thalos/*.go

Author

Henrik Hautakoski - henrik@eossweden.org