Skip to content

Releases: Oneledger/protocol

Frankenstein Release v0.18.14

25 Mar 09:44

Choose a tag to compare

  • fix concurrent map issue;
  • add balance from fee pool for zero address;

Frankenstein Release v0.18.13

17 Nov 15:13

Choose a tag to compare

Frankenstein Release v0.18.12

17 Nov 14:36

Choose a tag to compare

  • Fix issue with block sync

Frankenstein Release v0.18.11

13 Oct 20:31

Choose a tag to compare

  • add subscription mechanism for eth_subscribe;
  • add new filters for logs;
  • add logs storing to events;
  • fix revert, add snapshot for finalize;
  • add memo check, add vm debug switcher;
  • remove nonce dependence order;

Frankenstein Release v0.18.10

24 Sep 15:32

Choose a tag to compare

Pre-release
  • add server timeout due to load testing (accept4: too many open files);
  • add keep alive property in web3 -> http section;
  • update validator max count on update to 64 and min self staking on 500_000;

Frankenstein Release v0.18.9

17 Sep 20:05

Choose a tag to compare

Pre-release
  • removed nexus_block from toml;
  • add for section for future updates with frankenstein;

Frankenstein Release v0.18.8

07 Sep 20:14

Choose a tag to compare

Pre-release
  • fix callContract "from";
  • fix utest launcher;

Frankenstein Release v0.18.7

07 Sep 17:31

Choose a tag to compare

Pre-release
  • remove nonce too high check for local tx check;
  • fix web3 api for getTransactionByHash to show the correct v,r,s values;
  • fix "to" recipient in case not a VM tx;

Frankenstein Release v0.18.6

31 Aug 07:32

Choose a tag to compare

Pre-release
  • fix critical issue with gas base fee from go-ethereum;
  • add coinbase from proposer;
  • add chain id for the nexus tx;
  • add simulation for tx;

Frankenstein Release v0.18.5

30 Aug 09:39

Choose a tag to compare

Pre-release
  • fix EVM issue from go-ethereum;
  • update get hash func for blockhash;