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

577 commits

Author SHA1 Message Date
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
cbd3196cf9 internal/types/blacklist.go: change Lookup to IsAllowed and add IsDenied 2024-07-13 19:23:49 +02:00
e2443dcd27 Version 1.1.3 2024-07-03 18:17:27 +02:00
a9a129e418 internal/abi/manager_test.go: update action and table names to chain.Name types 2024-07-03 18:16:14 +02:00
ef6329d1b7 internal/server/ship_processor.go: updateAbiFromAction() should not hex decode abi as it is in binary format
only when encoding the action to json it is in hex, but from ship =
always binary
2024-07-03 18:01:31 +02:00
1a782604d3 gomod: update shufflingpixels/antelope-go to v0.1.2 2024-07-03 17:59:24 +02:00
e0f598eba4 internal/server/ship_processor.go: in updateAbiFromAction() fix field order in set_abi struct 2024-07-02 19:46:24 +02:00
0e124bb866 gomod: update shufflingpixels/antelope-go from v0.1.0 to v0.1.1 2024-07-02 18:59:41 +02:00
71f9d4d789 gomod: update pnx/antelope-go v0.0.4 to shufflingpixels/antelope-go v0.1.0 2024-07-02 16:53:41 +02:00
a15cf50377 gomod: update eosswedenorg-go/antelope-ship-client to v0.3.0 2024-07-02 16:51:39 +02:00
dfa370a462 internal/server/ship_processor.go: adding some debug logging. 2024-07-02 11:26:26 +02:00
70eda8e397 Version 1.1.2 2024-06-27 14:30:20 +02:00
ec664ea207 debian: adding sysconfig environment config 2024-06-27 08:53:32 +02:00
aeeb049403 debian/patches/0001-fix-config-logpath.patch: update 2024-06-27 08:26:29 +02:00
690dabe6bd config.example.yml: add blacklist 2024-06-23 15:21:56 +02:00
be35936dc2 Version 1.1.2-rc4 2024-06-23 14:58:18 +02:00
32f3f1dfb1 cmd/thalos/server.go: set blacklist in the processor 2024-06-23 14:54:44 +02:00
0bc70f82d1 internal/server/ship_processor.go: implement blacklist 2024-06-23 14:53:58 +02:00
6d14591f6b internal/config: adding blacklist field to Ship config 2024-06-23 14:52:05 +02:00
93a816cb2c Adding internal/types/blacklist.go 2024-06-23 14:46:38 +02:00
a79bf8f2f3 Adding variabels for docker. 2024-06-23 11:42:26 +02:00
a466392b84 use github.com/shufflingpixels/jsontime-go instead of github.com/eosswedenorg-go/jsontime 2024-06-23 11:33:35 +02:00
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
01054fb0bf internal/abi/manager_test.go: update because of antelope-go v0.0.4 2024-06-22 17:02:19 +02:00
f19304bf55 use antelope-go v0.0.4 2024-06-22 16:47:00 +02:00
5b02dfa53f jsontime: use struct tags instead of setting default format.
Some other package (antelope-go in this case) also sets the default
format and therefore it clashes with our code.
2024-06-22 16:19:48 +02:00
a2f8c3dc7c v1.1.2-rc3 2024-06-19 21:51:14 +02:00
8b8867394f tools: cleanup and refactor to make code more readable. 2024-06-19 21:45:45 +02:00
ea5b2b8fc2 internal/server/helpers.go fix a bug in isVariant() where v.Elem() was called on non interface/pointer 2024-05-28 13:30:21 +02:00
634205a546 Makefile: should be "docker image push" instead of "docker publish" 2024-05-17 18:35:40 +02:00
3392533a91 Version 1.1.2-rc2 2024-05-17 18:20:14 +02:00
f2fe9244a1 Merge branch 'master' into dev 2024-05-17 18:16:38 +02:00