Darren Kelly

Results 26 issues of Darren Kelly

# Description This changes reduces the storage size for the LogDB by removing leading zeros from topics. Eg, instead of storing topic 1 equal to: ``` 0000000000000000000000006d95e6dca01d109882fe1726a2fb9865fa41e7aa ``` We store:...

resync-required

# Description This PR leverages an LRU cache for `beat`, `beat2` and `block` subscription endpoints. It generates the messages, marshals them and caches the bytes against thor block ID. This...

# Description Update go to v1.23. Purpose of this PR is to check the CI. Merging is not required for now # Checklist: - [x] My code follows the style...

stale

# Description allow dynamic change of API request logging: 1. Start thor solo: ```bash make thor; ./bin/thor solo --enable-admin ``` 2. Get the current setting: ```bash curl http://127.0.0.1:2113/admin/apilogs # {"enabled":false}...

# Description Includes log and TX indexes in the logDB sequence entries and optionally return them in response bodies. This will break existing nodes, as a fully sync would be...

resync-required

# Description Create a `runtime` package inside `./cmd/thor` to handle starting nodes. The original `main.go` now just proxies directly into runtime with `os.Args` This allows us to: - easily start...