|
|
0c0b8a3d03
|
config.example.yml: Update config with a random telegram.id
Don't even attempt to use the old one. the token is revoked and wont work :) goes to a test bot anyway.
|
2023-06-19 14:49:55 +02:00 |
|
|
|
c2f2b417ba
|
go.mod: update antelope-ship-client to v0.2.5
|
2023-06-16 18:21:02 +02:00 |
|
|
|
b84b11aa6c
|
Makefile: move link flags to GOLDFLAGS variable.
|
2023-06-16 14:28:25 +02:00 |
|
|
|
08ce37141c
|
Makefile: adding "-p" flag to GOBUILDFLAGS
|
2023-06-16 14:22:06 +02:00 |
|
|
|
054d11e329
|
Version 0.1.2
|
2023-06-15 16:34:39 +02:00 |
|
|
|
0fe969cc4a
|
debian: rename package name to just "thalos"
|
2023-06-15 12:08:39 +02:00 |
|
|
|
d284cfde00
|
Makefile: install thalos-tools.
|
2023-06-15 11:54:32 +02:00 |
|
|
|
1ccb5ff87f
|
cmd/tools/main.go: use app/log package instead of initialize log here.
|
2023-06-15 11:39:35 +02:00 |
|
|
|
5834e60633
|
cmd/thalos/main.go: move log init function to app/log/init.go
|
2023-06-15 11:38:58 +02:00 |
|
|
|
aa6d5c9181
|
Makefile: rename "build-tools" target to just "tools"
|
2023-06-15 11:33:00 +02:00 |
|
|
|
a4c1982dd2
|
Makefile: Add validate to tools.
|
2023-06-15 11:30:24 +02:00 |
|
|
|
22fd3f6980
|
Adding cmd/tools/validate.go
|
2023-06-15 11:30:01 +02:00 |
|
|
|
5c6ab2e846
|
cmd/tools/main.go: fix log time format.
|
2023-06-15 11:29:42 +02:00 |
|
|
|
52488277cb
|
create thalos-tools cli app and have the old bench command as a subcommand.
|
2023-06-14 11:29:54 +02:00 |
|
|
|
cfc6cb9e42
|
api/client_test.go: test segfaults sometimes because of nil pointers. so setup mock structs and functions.
|
2023-06-05 17:53:03 +02:00 |
|
|
|
c82136aff0
|
app/ship_processor.go: Ooops, fix a bug where we cast an ActionTrace to ActionReceiptV0 instead of the actual receipt :)
|
2023-06-05 17:43:41 +02:00 |
|
|
|
fd5ecf4268
|
Merge remote-tracking branch 'origin/21-add-actiontracereceipt'
|
2023-06-05 17:25:04 +02:00 |
|
|
|
34ec355bec
|
Merge branch 'redis-v9'
|
2023-06-05 17:24:45 +02:00 |
|
|
|
a91df0c39e
|
Upgrade from redis v8 to v9
|
2023-06-05 16:55:15 +02:00 |
|
|
|
c2d60a1240
|
api/redis/publisher.go: pass context as first parameter to NewPublisher()
|
2023-06-05 13:24:14 +02:00 |
|
|
|
f9124c2864
|
api/redis/subscriber.go: Adding context as first parameter to NewSubscriber()
|
2023-06-05 13:21:57 +02:00 |
|
|
|
c1efffd4ba
|
Adding cmd/bench/main.go
|
2023-06-05 12:52:42 +02:00 |
|
|
|
4567ca48c1
|
.gitignore: ignore vscode directory
|
2023-05-29 17:34:52 +02:00 |
|
|
|
b0c485dcb6
|
.github/workflows/test.yml: Set fail-fast = false
|
2023-05-29 17:33:59 +02:00 |
|
|
|
8f0ba2f460
|
app/ship_processor.go: Support ActionTrace.Receipt
|
2023-05-29 17:17:57 +02:00 |
|
|
|
9d2b621b27
|
api/message/msgpack/codec_test.go: Test ActionReceipt.
|
2023-05-26 15:11:59 +02:00 |
|
|
|
e2962c719b
|
api/message/json/codec_test.go: Test ActionReceipt.
|
2023-05-26 15:11:39 +02:00 |
|
|
|
7041f4328c
|
api/message/types.go: Adding ActionReceipt type
|
2023-05-26 15:11:06 +02:00 |
|
|
|
c34603325e
|
api/message/msgpack/codec_test.go: remove outcommented code.
|
2023-05-26 15:08:41 +02:00 |
|
|
|
8154bee1c2
|
api/client.go: implement Client.Subscribe correctly by returning a error on unsupported channel type.
|
2023-05-26 14:10:01 +02:00 |
|
|
|
9e586d879d
|
api/channel.go: Adding Channel.Type()
|
2023-05-26 14:09:07 +02:00 |
|
|
|
47dda7a3f4
|
api/message/msgpack/codec_test.go: Adding test for TransactionTrace
|
2023-05-25 18:47:08 +02:00 |
|
|
|
3bf62d431a
|
api/message/msgpack/codec_test.go: minor fix.
|
2023-05-25 18:22:07 +02:00 |
|
|
|
ebadf4d833
|
api/message/json/codec_test.go: Test TransactionTrace
|
2023-05-25 18:20:58 +02:00 |
|
|
|
867f601bc5
|
api/message/types.go: adding TransactionTrace
|
2023-05-25 18:18:30 +02:00 |
|
|
|
f8e03cf8a1
|
Version 0.1.1
|
2023-05-19 15:46:13 +02:00 |
|
|
|
fc97b8cd02
|
Merge pull request #20 from eosswedenorg/split-logs
Split logs
|
2023-05-19 15:39:54 +02:00 |
|
|
|
3c05a4b5be
|
Merge branch 'abi-decode-improved-logging'
|
2023-05-17 11:02:23 +02:00 |
|
|
|
860e7bbe9f
|
app/ship_processor.go: Log more fields on abi decode error.
|
2023-05-17 11:01:45 +02:00 |
|
|
|
d9684fcceb
|
app/ship_processor.go: Log tx_id when processing trace.
|
2023-05-17 10:58:05 +02:00 |
|
|
|
89ddc4b594
|
config.example.yml: Update log.filename to not include ".log"
|
2023-05-17 10:52:27 +02:00 |
|
|
|
93e765f14c
|
cmd/thalos/main.go: Implement log splitting if file logging is enabled.
|
2023-05-17 10:52:12 +02:00 |
|
|
|
e1c092659a
|
Adding app/log/HookWriter.go
|
2023-05-17 10:51:03 +02:00 |
|
|
|
89f47c06df
|
app/log/RotatingFile.go: Adding GetFilename()
|
2023-05-16 17:50:15 +02:00 |
|
|
|
03ab664130
|
Adding docs/basic-usage/go/main.go
|
2023-05-16 16:52:32 +02:00 |
|
|
|
3dfb53b5fa
|
Adding api/client.go
|
2023-05-16 16:52:14 +02:00 |
|
|
|
2335dbc211
|
Merge pull request #17 from eosswedenorg/15-support-chain-names
support chain names
|
2023-05-15 15:33:08 +02:00 |
|
|
|
85352b00ae
|
Merge pull request #18 from eosswedenorg/14-github-actions-build-and-package-on-release
GitHub actions build and package on release
|
2023-05-15 15:32:53 +02:00 |
|
|
|
cf1fc295cc
|
Merge pull request #16 from eosswedenorg/13-reconnect-implement-backoff-algorithm
implement exponential backoff algorithm
|
2023-05-15 15:32:11 +02:00 |
|
|
|
ac57e82992
|
cmd/thalos/main.go: use conf.Ship.Chain if set as namespace. otherwise default to chain id from api.
|
2023-05-15 15:29:31 +02:00 |
|