Skip to content

Releases: velas/velas-chain

Velas nightly build

16 Jan 15:58
c934621
Compare
Choose a tag to compare

Velas nightly build

15 Jan 13:57
c934621
Compare
Choose a tag to compare

Velas nightly build

14 Aug 14:44
10e237b
Compare
Choose a tag to compare

Velas nightly build

27 Jul 10:33
Compare
Choose a tag to compare

Velas mainnet release v0.6.3

17 Jan 11:46
Compare
Choose a tag to compare

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:

Full Changelog: v0.6.2...v0.6.3

Velas Mainnet release v0.6.2 with security fix.

29 Nov 14:31
Compare
Choose a tag to compare

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

17 Jan 12:49
f4eef7a
Compare
Choose a tag to compare

Mainnet release v0.6.1 with security fixes.

04 Oct 10:26
Compare
Choose a tag to compare

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

22 Sep 08:19
Compare
Choose a tag to compare

In this release we merged all features from solana codebase v1.9

A list of major changes:

  1. Implemented borsh Serialization format for evm instructions - this will make better foreign language support, and allows future extendability
  2. Implemented feature that allow pay evm fee in native.
  3. EVM bridge will proxy all unknown requests to node, and for now using async api (this will increase its resilience and performance).
  4. (Solana) New native fee management - deprecated Fee governor, new rpc methods to receive fee of tx.
  5. (Solana) QUIC protocol support for tpu/tvu.
  6. (Solana) Rpc is splitted to basic (for validators) and full version (for rpc node).
  7. (Solana) Implemented etcd consensus recovery that allows failover for validator nodes https://docs.solana.com/ru/running-validator/validator-failover.
  8. Updates of many external dependencies.

Notes for validators:

  1. Port range are changed and now validator needs more ports.
  2. 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.

25 Jul 13:04
Compare
Choose a tag to compare

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