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
Henrik Hautakoski 2b3dc35393 jsontime: skip aliases and use actual format and location
This is so weird. this works in tests but not when running the
application. I guess there is some weird global state race condition
going on because its used by antelope-go.

Should rewrite the jsontime api because I have forked it anyway.
2024-06-22 17:39:10 +02:00
.github/workflows .github/workflows/release.yml: build musl linked binaries. 2024-03-07 21:37:47 +01:00
api jsontime: skip aliases and use actual format and location 2024-06-22 17:39:10 +02:00
cmd tools: cleanup and refactor to make code more readable. 2024-06-19 21:45:45 +02:00
debian v1.1.2-rc3 2024-06-19 21:51:14 +02:00
docker v1.1.2-rc3 2024-06-19 21:51:14 +02:00
internal internal/abi/manager_test.go: update because of antelope-go v0.0.4 2024-06-22 17:02:19 +02: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 app/config/config.go: Adding User field to RedisConfig 2023-07-13 06:57:41 +02:00
go.mod use antelope-go v0.0.4 2024-06-22 16:47:00 +02:00
go.sum use antelope-go v0.0.4 2024-06-22 16:47:00 +02: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 v1.1.2-rc3 2024-06-19 21:51:14 +02:00
README.md Merge branch 'master' into dev 2024-05-17 18:16:38 +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

Compiling

You will need golang version 1.20 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