thor
thor copied to clipboard
A general purpose blockchain highly compatible with Ethereum's ecosystem
This PR upgrades maindb to v4. It greatly reduces the storage space occupied and significantly reduces the synchronization time. * For MPT * The encoding and storage format of nodes...
# Description Added support for latest without removing support for best. Fixes [#91](https://github.com/vechain/protocol-board-repo/issues/91) ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change...
# Description Upgrade btcd dependency to the latest version. Fixes [#83](https://github.com/vechain/protocol-board-repo/issues/83) ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes...
# Description Increases test coverage of the builtin package and specifically: - authority.go - gen/bindata.go Fixes #[190](https://github.com/vechain/protocol-board-repo/issues/109) ## Type of change Adds code coverage tests # How Has This Been...
# Description Part of the Replay feature functionality - Ticket https://github.com/vechain/protocol-board-repo/issues/183 This flag adds the ability to log incoming requests to disk. Logs are written to the `instanceDir` and the...
# Description This PR sets the base gas price for solo in the first block. It is instantly mined in the first block so the genesis remains unaffected. VET Transaction:...
# Description Connected with https://github.com/vechain/protocol-board-repo/issues/165 . It was hard to follow the expected behaviour when combining (`allowed-peers`, `bootnodes`, and stored cached peers). This was mainly due to the use of...
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...
Increases `bandwith.go` coverage to 84%. Relevant [issue](https://github.com/vechain/protocol-board-repo/issues/184).
# Description This PR allows clients to specify `finalized` as a revision on the accounts endpoints. The solo instance is also modified to return the best block as the finalized...