Releases: velas/velas-chain
Releases · velas/velas-chain
v0.5.3-1
Velas mainnet release v0.5.2
What's Changed
- Correctly purge blockstore evm data by @gBaGu in #287
- Update deps and code to support Apple silicon by @raventid in #290
- Fix: fix get storage api. by @vldm in #294
- Feat: add velas derivation-path by @vldm in #295
- Tests(evm-executor): add tests for gas_used during estimation by @gBaGu in #296
- Fix trace replay transaction by @gBaGu in #305
- Implement new evm rpc methods by @gBaGu in #306
- Add feature to clear logs of failed transaction by @gBaGu in #304
- Opentelemetry tracing implementation by @vldm in #302
- Fix: Disable durable nonce on feature activation by @vldm in #307
New Contributors
Full Changelog: v0.5.1...v0.5.2
Release 0.5.1
What's Changed
- Fix(rpc): Add check to avoid querying bigtable for future evm blocks by @gBaGu in #271
- Fix: Execute raw transaction on pervious version of state. by @vldm in #266
- Fix(evm-rpc): In block_parse_confirmed_num use last confirmed block by @gBaGu in #273
- Fix(rpc): fix upper bound when requesting evm blocks from bigtable by @gBaGu in #278
- Fix: avoid many request to bigtable. by @vldm in #276
- Fix(evm-rpc): use chain_id from Bank instead of default one by @gBaGu in #280
- Fix: Bigtable request single block error. by @vldm in #282
- Fix: Update rocksdb dependencies, fix memory leak. by @vldm in #283
New Contributors
Full Changelog: v0.5.0...v0.5.1
Release 0.5.0
What's Changed
- Fixed CI build for AMD target.
- Fixed tmp snapshots generation.
- Fixed snapshot size issue.
- Fixed a lot of issues related to snapshot size.
- Fixed max genesis archive size error.
- Set default log level to hide metrics info, and show evm related info.
- Added
--evm-state-archive
param that is used for archive node in order to set path to archive storage. - Added subcommand for validator admins:
merge-evm-state-subarchive
that can be used to merge multiple evm-archives into single one. - Added Auto-generation for shell completions for velas-cli by @MercurySolar in #237
- Improved evm-bridge handling of multiple transactions.
New Contributors
- @vldm
- @hrls
- @mkryva
- @Tirka
- @jjincer
- @olexandr13 made their first contribution in #242
- @MercurySolar made their first contribution in #237
Full Changelog: v0.4.3...v0.5.0
v0.4.4-avxtest
Bump version
Velas mainnet and testnet release v0.4.3
Bugfixes:
- Fixed genesis.bin not found error.
- Fixed tmp snapshot generations, which could lead to diskfull failure.
v0.4.2
v0.4.1-oldcpus
Downgrade reedsolomon crate
v0.4.1-haswell
Fix avx512 in amd processors.
v0.4.1-fixavx
Fix avx512 in amd processors.