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

638 commits

Author SHA1 Message Date
dependabot[bot]
438699fb10
build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.32.0 to 0.33.0.
- [Commits](https://github.com/golang/net/compare/v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-23 18:26:09 +00:00
07ccab4628 Version 1.1.8 2024-12-23 09:30:24 +01:00
7a3a83a097
Merge pull request #36 from eosswedenorg/dependabot/go_modules/github.com/quic-go/quic-go-0.48.2
build(deps): bump github.com/quic-go/quic-go from 0.42.0 to 0.48.2
2024-12-21 19:52:42 +01:00
af5593b5f3 github workflows: update to go version 1.22 2024-12-21 19:50:01 +01:00
bb268aa9fa update github.com/imroc/req to v3.49.0 2024-12-21 19:47:51 +01:00
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
ce80405254 github workflows: add permissions. 2024-12-21 19:14:26 +01:00
a2c39f788e
Merge pull request #37 from eosswedenorg/dependabot/go_modules/golang.org/x/crypto-0.31.0
build(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0
2024-12-21 19:01:01 +01:00
dependabot[bot]
ece6ccfac1
build(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.22.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.22.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-21 17:58:53 +00:00
96b6a79813 Version v1.1.8-rc1 2024-12-04 15:21:50 +01:00
2006da6a19 internal/types/blacklist.go: add BlacklistWildcard constant 2024-12-04 15:15:22 +01:00
eb2032e233 internal/types/blacklist.go: implement wildcard for contracts 2024-12-04 15:14:10 +01:00
120c2acdc6 internal/server/ship_processor.go: refactor processDeltaRows() to reduce nested blocks 2024-11-26 06:52:14 +01:00
d5bc23a63e Version 1.1.7 2024-11-11 19:40:17 +01:00
89011b8fc8 Version 1.1.7-rc2 2024-11-03 12:11:09 +01:00
d959645836 cmd/thalos/server.go: set MaxMessagesInFlight = 1 when creating ship client 2024-11-03 12:03:48 +01:00
9bdcbacaa0 go.mod: update eosswedenrg-go/antelope-ship-client to v0.3.2 2024-11-03 12:02:27 +01:00
50adfa0026 config.example.yml: minor fixes. 2024-10-21 13:52:11 +02:00
213a31570d Version 1.1.7-rc1 2024-10-21 12:32:08 +02:00
4ae30f0cc6 debian/changelog: format fix 2024-10-21 12:30:48 +02:00
e2f7efe8b0 config.example.yml: add ship.table_deltas 2024-10-21 12:28:55 +02:00
0cb86ff771 cmd/thalos/server.go: configure fetching of table deltas. 2024-10-21 12:28:15 +02:00
33c983f6c5 internal/server/ship_processor.go: adding FetchDeltas() 2024-10-21 12:27:29 +02:00
bedb8a92e8 config: adding Ship.EnableTableDeltas and table_deltas cli flag 2024-10-21 12:24:29 +02:00
ffd2504834 Version 1.1.6 2024-10-16 16:37:56 +02:00
6231142e4a makefile: make sure we apppend to GOBULDFLAGS if user wants to add their own. 2024-10-16 16:23:03 +02:00
84547e5ad3 minor style fixes. 2024-10-16 16:23:03 +02:00
70aa6cd295 api/channel_test.go: rearange fields. 2024-10-16 16:23:03 +02:00
020f81ed65 README.md: Update minimum go version 2024-10-16 16:23:03 +02:00
4f46188ed4 README.md: Link to docker page 2024-10-16 16:23:03 +02:00
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