1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
Commit graph

608 commits

Author SHA1 Message Date
ef0ac7a1b8 .github/workflows/release.yml: need to update version regex for musl builds 2024-10-16 16:23:03 +02:00
44dfd4d738
Merge pull request #35 from Avm07/master
Fix typo in config.example.yml
2024-10-09 22:13:31 +02:00
Artem Maliuga
08fcdb0590
Fix typo in config.example.yml 2024-10-09 20:17:04 +03:00
a3c428ee5c Version 1.1.5 2024-08-29 15:33:45 +02:00
6d292a482e Merge pull request #34 from eosswedenorg/dependabot/go_modules/github.com/quic-go/quic-go-0.42.0
build(deps): bump github.com/quic-go/quic-go from 0.41.0 to 0.42.0
2024-08-29 15:30:58 +02:00
982b920576 .github/workflows/test.yml: dont test on 1.20 2024-08-29 15:30:57 +02:00
dependabot[bot]
92ac8521ed build(deps): bump github.com/quic-go/quic-go from 0.41.0 to 0.42.0
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.41.0 to 0.42.0.
- [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.41.0...v0.42.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-29 15:30:57 +02:00
7e42c27194 bump github.com/shufflingpixels/antelope-go to v0.1.5 2024-08-29 15:30:56 +02:00
0e94ca2688 debian/changelog: typo fix 2024-08-26 14:55:43 +02:00
7197720350 small fix to cli descriptions and flag help texts 2024-08-26 13:14:00 +02:00
c769b6a700 typo fixes and added comments 2024-08-26 13:11:32 +02:00
48ca5e4f92 .github/workflows/release.yml: fix regex that parses the Makefile for version number 2024-08-11 17:44:39 +02:00
c0c062a1b5 Version 1.1.5-rc1 2024-08-11 17:27:35 +02:00
aaeb2739ab config.example.yml: add example for cache section 2024-08-11 17:23:47 +02:00
fa6508ba90 internal/server/ship_processor.go: try decoding table data for contract_row table deltas 2024-08-11 17:04:06 +02:00
6d7d004b2b internal/ship/contract_row.go: adding DecodeContractRow that actually decodes data from abi 2024-08-11 17:03:42 +02:00
a892b40cde internal/ship/contract_row.go: rename DecodeContractRow to ParseContractRow 2024-08-11 17:03:14 +02:00
14a498d7d6 internal/server/ship_processor.go: add WithError() to a logging call 2024-08-11 16:59:23 +02:00
67d33a280e move internal/server/helpers.go to internal/ship/action.go 2024-08-11 16:56:55 +02:00
2ed9518635 internal/server/helpers.go: refactor some functions to internal/ship 2024-08-11 16:52:58 +02:00
0e75fb869b adding internal/ship/contract_row.go 2024-08-11 16:14:15 +02:00
3d83fcc869 go mod: update antelope-go to v0.1.4 2024-08-11 15:41:02 +02:00
4bf589647c internal/server/helpers.go: add a comment in empty for loop (as i almost removed it because it was empty) 2024-08-11 13:03:55 +02:00
ecdde63f68 internal/config/cli.go: set description for abi-cache-api-timeout flag 2024-07-28 14:45:33 +02:00
18a8feea9e make: no need to use find, can specify the directory where the go files are 2024-07-25 19:36:51 +02:00
e038be5324 .github/workflows/devbuild.yaml: update names 2024-07-25 12:22:00 +02:00
ec874430c3 .github/workflows/devbuild.yaml: improve the sed expression. 2024-07-24 00:53:24 +02:00
9778fa8610 .github/workflows/devbuild.yaml: fix version string bash stuff :) 2024-07-24 00:45:16 +02:00
e8b90dab77 Makefile: only set PROGRAM_VERSION if its unset 2024-07-24 00:22:14 +02:00
b7e0cb7b56 adding .github/workflows/devbuild.yaml 2024-07-24 00:17:14 +02:00
8a938c3f9e cmd/thalos/server.go: use factory and config to create cache store 2024-07-23 18:34:30 +02:00
ebbaf6e2c1 internal/config: Adding cache configuration 2024-07-23 16:46:02 +02:00
d1d4bf58b1 cache: adding factory method for redis 2024-07-23 16:32:36 +02:00
2f31eb47d4 cache: adding factory 2024-07-23 16:31:18 +02:00
ec40e954f2 internal/abi/manager.go: Use config.AbiCache to configure the manager 2024-07-21 12:52:40 +02:00
b60436c48a config: adding AbiCache 2024-07-21 12:50:41 +02:00
dccd7c0520 internal/config/builder_test.go: fix syntax error 2024-07-19 13:48:59 +02:00
1b1e6a1e33 cmd/thalos/server.go: move chainInfoOnce to its own file 2024-07-19 13:43:37 +02:00
c523f1c797 make: build all go files in cmd/thalos 2024-07-19 13:40:03 +02:00
ad90966e24 internal/abi/manager_test.go: remove call to fmt.Println() 2024-07-18 21:42:35 +02:00
22896f8859 internal/config/builder_test.go: rewrite ConfigWithFlags to WithDefaultConfig as we already have a test for flags 2024-07-18 21:35:23 +02:00
8c5815a2ce Version 1.1.4 2024-07-17 09:32:35 +02:00
8155d49ef4 .github/workflows/test.yml: can't run tests on different arch than host.
So just do i386 and amd64
2024-07-16 20:56:03 +02:00
621f9ceeea internal/server/helpers_test.go: set large untyped int constants to int64. 2024-07-16 20:44:36 +02:00
5121098cfe gomod: update shufflingpixels/antelope-go to v0.1.3 2024-07-16 20:02:00 +02:00
d1a6d038a3 .github/workflows/test.yml: run tests on all supported os/arch pairs 2024-07-16 17:15:07 +02:00
18918faad0 Merge branch 'blackwhitelist' into dev 2024-07-16 17:09:03 +02:00
20168a9329 implement whitelist option in blacklist 2024-07-16 16:59:01 +02:00
4f27307c70 internal/types/blacklist.go: add isWhitelist field 2024-07-15 23:02:29 +02:00
0aee0a97aa internal/types/blacklist.go: adding Empty() 2024-07-15 22:58:14 +02:00