|
|
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 |
|
|
|
e0f7e3b4e9
|
app/config/config.go: Adding ShipConfig.Chain
|
2023-05-15 15:28:38 +02:00 |
|
|
|
5f9a54c0d8
|
cmd/thalos/main.go: implement exponential backoff algorithm in reconnect logic
|
2023-05-15 15:17:20 +02:00 |
|
|
|
a9a7f3e35d
|
Adding .github/workflows/release.yml
|
2023-05-15 08:55:50 +02:00 |
|
|
|
b6d91f396b
|
Makefile: skip --buildmode=pie flag in GOBUILDFLAGS
|
2023-05-15 07:47:49 +02:00 |
|
|
|
ae5dabff36
|
debian/changelog: Set date for 0.1.0
|
2023-05-14 18:18:02 +02:00 |
|
|
|
966b81338d
|
gitignore: ignore .pc directory
|
2023-05-14 18:16:18 +02:00 |
|
|
|
b34c80a682
|
config.example.yml: comment out telegram section
|
2023-05-14 18:16:01 +02:00 |
|
|
|
30f3ff5187
|
install.sh: Use Makefile to install stuff.
|
2023-05-14 18:09:39 +02:00 |
|
|
|
160f2a35f8
|
Makefile: Adding install-scripts target.
|
2023-05-14 18:02:47 +02:00 |
|
|
|
2ffb17a08f
|
debian: fix config by applying a patch, instead of using a debian specific copy.
|
2023-05-14 17:59:00 +02:00 |
|
|
|
00ea1a5bfd
|
Makefile: move "thalos" subdirectory into CFGDIR instead of hardcoded after CFGDIR
|
2023-05-14 17:56:21 +02:00 |
|
|
|
09c5fcc86b
|
scripts/stop.sh: typo fix.
|
2023-05-14 17:27:50 +02:00 |
|
|
|
a35277a38b
|
scripts/start.sh: Application already logs, so just redirect stdout to out.log
|
2023-05-13 13:37:33 +02:00 |
|
|
|
2beb65b2df
|
debian/rules: Do not need to include version when building.
|
2023-05-13 13:33:31 +02:00 |
|