|
|
cc754ee976
|
internal/server/ship_processor.go: fix a bug where blockResult.Deltas whas not properly nil checked. Resulting in panic if accessed
|
2024-05-17 16:57:13 +02:00 |
|
|
|
c02cff0e05
|
internal/server/ship_processor.go: fix a bug where TableDeltaRow.Data was not set
|
2024-05-17 16:54:57 +02:00 |
|
|
|
59bcc9f19f
|
internal/server/helpers.go: adding parseTableDeltaData()
|
2024-05-17 16:53:05 +02:00 |
|
|
|
95365d0c26
|
internal/server/ship_processor.go: refactor to use MessageQueue struct.
|
2024-05-12 17:15:03 +02:00 |
|
|
|
c876875a6e
|
internal/server/message_queue.go: adding MessageQueue struct
This struct will handle the routing to channels aswell as encoding of
the messages.
|
2024-05-12 17:14:00 +02:00 |
|
|
|
871f2ae04d
|
internal/server/ship_processor.go: set TransactionTrace.Status again.
|
2024-05-11 14:57:46 +02:00 |
|
|
|
815fa13e94
|
go.mod: update pnx/antelope-go
|
2024-05-11 14:56:53 +02:00 |
|
|
|
ea52a3848e
|
makefile: adding docker-image and docker-publish rules
|
2024-05-09 11:43:16 +02:00 |
|
|
|
1c1f537850
|
Version 1.1.2-rc1
|
2024-04-29 22:44:32 +02:00 |
|
|
|
bcf1b99bd8
|
go.mod: remove reference to local antelope-go and use 0.0.3
|
2024-04-29 22:44:12 +02:00 |
|
|
|
79e5777d56
|
Merge branch 'master' into dev
|
2024-04-29 21:12:13 +02:00 |
|
|
|
63da39f03b
|
Update to use antelope-go instead of eos-go library
|
2024-04-29 21:00:45 +02:00 |
|
|
|
7ff006637d
|
Version 1.1.1
|
2024-04-09 22:43:07 +02:00 |
|
|
|
108014f2cf
|
go: update dependencies
|
2024-04-09 22:39:39 +02:00 |
|
|
|
ef9a6e34a2
|
.gitignore: ignore vendor dir.
|
2024-04-09 22:24:44 +02:00 |
|
|
|
8aa93dd078
|
internal/server/ship_processor.go: break processBlock into smaller functions.
|
2024-03-14 23:24:31 +01:00 |
|
|
|
e8f2e79e5b
|
internal/server/ship_processor.go: typo fix.
|
2024-03-14 00:31:16 +01:00 |
|
|
|
fbbd7a1662
|
README.md: add a go report badge.
|
2024-03-14 00:29:34 +01:00 |
|
|
|
8cbf350d5e
|
Adding docker image.
|
2024-03-14 00:29:00 +01:00 |
|
|
|
bf97f2e97a
|
cmd/tools/redis-acl.go: adding flag for password length.
|
2024-03-14 00:28:24 +01:00 |
|
|
|
72b4f0a327
|
cmd/tools/redis-acl.go: fix correct syntax for cleartext passwords.
|
2024-03-07 23:29:31 +01:00 |
|
|
|
69b31eae1a
|
cmd/tools/redis-acl.go: enable ping command for server user.
|
2024-03-07 23:15:25 +01:00 |
|
|
|
08bf62bb4f
|
Merge branch 'master' into dev
|
2024-03-07 21:56:49 +01:00 |
|
|
|
9a6119ca93
|
.github/workflows/release.yml: build musl linked binaries.
|
2024-03-07 21:37:47 +01:00 |
|
|
|
10f47c3335
|
Update README.md
Adding test badge.
|
2024-03-07 20:50:37 +01:00 |
|
|
|
2d6d4e84ff
|
.github/workflows/test.yml: run tests on alpine linux.
|
2024-03-07 19:37:58 +01:00 |
|
|
|
aeac190c94
|
Minor fixes.
|
2024-03-07 18:09:14 +01:00 |
|
|
|
4c843f16bf
|
api/README.md: update.
|
2024-03-05 15:00:04 +01:00 |
|
|
|
83d57a09c4
|
Version 1.1.0
|
2024-03-01 16:46:22 +01:00 |
|
|
|
5f2ae2ea52
|
Makefile: make test command also test api.
|
2024-02-29 19:33:24 +01:00 |
|
|
|
cbe791d7df
|
api/message/msgpack/codec_test.go: fix tests.
|
2024-02-29 19:11:25 +01:00 |
|
|
|
212a8c892c
|
api/message/json/codec_test.go: fix tests.
|
2024-02-29 16:15:54 +01:00 |
|
|
|
b3570e7e96
|
internal/server/ship_processor.go: set FirstReceiver on ActionTrace messages.
|
2024-02-29 14:43:23 +01:00 |
|
|
|
700d7d0168
|
api/message/types.go: Adding FirstReceiver to ActionTrace
|
2024-02-29 14:41:56 +01:00 |
|
|
|
79d2496185
|
Version 1.1.0-rc2
|
2024-02-28 23:33:40 +01:00 |
|
|
|
f7d020b094
|
update dependencies
|
2024-02-28 23:26:32 +01:00 |
|
|
|
aaf490456c
|
internal/config: adding --log-file-timestamp flag.
|
2024-02-22 22:35:44 +01:00 |
|
|
|
aa43fc003f
|
internal/log/RotatingFile.go: in NewRotatingFileFromConfig() set timestamp format.
|
2024-02-22 10:08:50 +01:00 |
|
|
|
d6a7bcd2bb
|
internal/log/RotatingFileOptions.go: add WithTimestampFormat function
|
2024-02-21 17:31:29 +01:00 |
|
|
|
a66f1804da
|
internal/log/RotatingFile.go: directories should have 755 as unix permission bits.
|
2024-02-21 17:28:47 +01:00 |
|
|
|
90b10f39ae
|
internal/log/RotatingFile.go: use option functions.
|
2024-02-21 17:22:06 +01:00 |
|
|
|
bcdaa9cea4
|
internal/log/RotatingFileOptions.go: adding implementation for the functional option pattern.
|
2024-02-20 19:43:27 +01:00 |
|
|
|
cd54b770a5
|
internal/log/config.go: adding FileTimestampFormat field
|
2024-02-20 19:28:06 +01:00 |
|
|
|
e046484d9b
|
Version 1.1.0-rc1
|
2024-02-19 15:10:05 +01:00 |
|
|
|
a2a9e106a3
|
.github/workflows/release.yml: use make to build debian package
|
2024-02-19 15:07:17 +01:00 |
|
|
|
39135ab781
|
makefile: adding build-deb target.
|
2024-02-19 15:02:18 +01:00 |
|
|
|
de7c1b160c
|
debian/thalos.postinst: indent fix
|
2024-02-19 13:48:16 +01:00 |
|
|
|
bc46e516d9
|
cmd/thalos/server.go: prefix ship connection logs with "ship client" and cleanup the messages abit.
|
2024-02-18 20:35:23 +01:00 |
|
|
|
3cb25a5717
|
cmd/thalos/server.go: Don't log error if we get a (normal) close message from ship.
|
2024-02-18 20:28:02 +01:00 |
|
|
|
9dcb8c4f0c
|
cmd/thalos/server.go: move redis connect code to it's own function and log connection attempt.
|
2024-02-18 20:23:00 +01:00 |
|