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 creates a v3 extension, providing clause context to the EVM Fixes # (issue) ## Type of change Please delete options that are not relevant. - [x]...

new feature

# Description Use the built in slog package. `log` package copied from latest geth. Also introduced a new flag `--json-logs` which will output the logs in JSON format. ## Type...

enhancement

# Description # Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [x] I have commented...

# Description # Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [x] I have commented...

enhancement

# Description This PR introduces the codecov.yml file in which we can include the files we want to ignore from code coverage. Fixes [194](https://github.com/vechain/protocol-board-repo/issues/194) ## Type of change Please delete...

# Description Add thor.yaml notes for examples # Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code...

# Description using the best block + 1 when estimating ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which adds functionality)...

new feature

# Description We've had multiple failing tests in ci/cd caused by a timeout while running the subscriptions tests. The issue is not directly reproducible locally and failing runs happen randomly,...

bug
testing

Tackles the following [issue](https://github.com/orgs/vechain/projects/22/views/1?filterQuery=label%3A%22App%3A+Thor%22%2C%22App%3A+VIP%22%2C%22App%3A+Thorest%22++solo&pane=issue&itemId=53228366). In this PR I basically added the option to use a command-line argument specifically for solo to allow the developer to choose a custom block interval...

new feature

# Description # Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [x] I have commented...