Releases: velas/velas-chain
Velas nightly build
Velas nightly build
Velas nightly build
Velas nightly build
Velas mainnet release v0.6.3
Minor release
What's Changed
Rpc fixs:
- Fix(evm-block-recovery): Load block ids by small chunks. by @Tirka in #354
- Chore(rpc-test): add test to check replayTransaction gas usage by @gBaGu in #346
- Fix(evm-rpc): change RPCTransaction fields R, S, V to r, s, v by @gBaGu in #358
- Fix(evm-rpc): log filter with empty topics must return all logs by @gBaGu in #373
- Fix(eth-rpc): make net_version return string number instead of hex by @gBaGu in #377
Gasless bridge:
- Feat(evm): accept zero gas price when Native fee is choosen by @gBaGu in #383
- Feat(evm-bridge): add whitelist to pay for evm transactions by @gBaGu in #392
Validator configuration:
- Fix(sys-tuner): fix process name by @gBaGu in #368
- Feat(cli): make evm-state path configurable by @gBaGu in #376
Major fixes:
- Feat: bump rocksdb to v0.19 by @gBaGu in #359
- Fix cargo audit by @gBaGu in #361
- Fix: Make rw lock recursive. by @vldm in #404
Full Changelog: v0.6.2...v0.6.3
Velas Mainnet release v0.6.2 with security fix.
This release contain only security patch to version 0.6.1
Please update your mainnet node asap, but make sure that delinquent percentage of overall network is below 5% before restarting your node.
Note: This is security fix, therefore real commit of this build is hidden and will be revealed after majority update.
Velas nightly build
Mainnet release v0.6.1 with security fixes.
This release contain only security patch to version 0.6.0
Please update your mainnet node asap, but make sure that delinquent percentage of overall network is below 5% before restarting your node.
Note: This is security fix, therefore real commit of this build is hidden and will be revealed after majoirty update.
Velas Mainnet release v0.6.0
In this release we merged all features from solana codebase v1.9
A list of major changes:
- Implemented borsh Serialization format for evm instructions - this will make better foreign language support, and allows future extendability
- Implemented feature that allow pay evm fee in native.
- EVM bridge will proxy all unknown requests to node, and for now using async api (this will increase its resilience and performance).
- (Solana) New native fee management - deprecated Fee governor, new rpc methods to receive fee of tx.
- (Solana) QUIC protocol support for tpu/tvu.
- (Solana) Rpc is splitted to basic (for validators) and full version (for rpc node).
- (Solana) Implemented etcd consensus recovery that allows failover for validator nodes https://docs.solana.com/ru/running-validator/validator-failover.
- Updates of many external dependencies.
Notes for validators:
- Port range are changed and now validator needs more ports.
- If you use your node for retrieving transactions history, please set
--full-rpc-api
flag in order to enable history apis.
On update, make sure that delinquent validators is less than 5%.
Mainnet release v0.5.3 with security fixes.
This release contain only security patch to version 0.5.2
Please update your mainnet node asap, but make sure that delinquent percentage of overall network is below 5% before restarting your node.
Developers note:
The real commit of this build is 40fbc68 this commit contain links to private repos and cannot be build be external users.
For external validators we added new tag v0.5.3-fix ... without private repo links.
In order to compile code from source, please use tag v0.5.3-fix