thor icon indicating copy to clipboard operation
thor copied to clipboard

A general purpose blockchain highly compatible with Ethereum's ecosystem

Results 60 thor issues
Sort by recently updated
recently updated
newest added

# 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 This PR adds `logIndex` and `txIndex` fields into `logs/event` response body. [GH Issue](https://github.com/vechain/protocol-board-repo/issues/288) ## Type of change Please delete options that are not relevant. - [x] Breaking change...

# 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 - Added `testchain` package `testchain` package is meant to be used for testing. It simplifies the common uses for the thor chain in tests. Wraps most of the...

# Description A health check service that lives inside the node as an API endpoint. I think it's a good illustrative start for a PR, there are a few tech...

# Description This PR adds a new endpoint that allows to simulate and estimate based on transactions instead of clauses. The added value is to bring api communication to the...

# 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...

### Description In the next release, there is a new option to add a limit for returned event logs: https://github.com/vechain/thor/pull/777 The configuration sets a default limit to 1000 entries, which...

new feature
enhancement