Commit Graph

13 Commits

Author SHA1 Message Date
dependabot[bot]
588937912d
build(deps): bump github.com/nats-io/nats.go from 1.34.1 to 1.37.0
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.34.1 to 1.37.0.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](https://github.com/nats-io/nats.go/compare/v1.34.1...v1.37.0)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 23:36:34 +00:00
886f90d044
fix: bootstrap queue size check 2024-08-05 16:45:14 +08:00
fe01fd1f72
perf: increase worker pool queue buffer size 1 -> ~4k
* Previosuly the worker queue pool buffer size was 1 which applies a backpressure on the fast missing blocks producer

* Define our queue size and why we chose this value
2024-06-20 14:19:06 +08:00
1419caeea7
fix: token burn topic mismatch 2024-06-06 14:51:30 +08:00
b48709abac
docker build: add missing pkg 2024-06-03 11:16:52 +08:00
78b2731047
refactor: move event into pkg to allow external importing 2024-05-30 15:04:12 +08:00
83f2e86750
docs: update run instructions 2024-05-27 18:32:24 +08:00
fa89b4822f
dev: add improved example, change db directory 2024-05-27 18:29:48 +08:00
5d8dd60dca
docs: add NATS details 2024-05-27 18:05:58 +08:00
b92380bf91
docs: fix minor typo 2024-05-27 17:44:00 +08:00
b35016dac1
ci: add docker images, update docs 2024-05-27 17:41:55 +08:00
a599bb200e
docs: add LICENSE and README 2024-05-23 15:21:42 +08:00
2640ecd03b
release: v1.0.0 2024-05-23 14:41:39 +08:00