Releases: Oneledger/protocol
Releases · Oneledger/protocol
Frankenstein Release v0.18.14
Frankenstein Release v0.18.13
Change version
Frankenstein Release v0.18.12
- Fix issue with block sync
Frankenstein Release v0.18.11
- 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
- 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
- removed nexus_block from toml;
- add for section for future updates with frankenstein;
Frankenstein Release v0.18.8
- fix callContract "from";
- fix utest launcher;
Frankenstein Release v0.18.7
- 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
- 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
- fix EVM issue from go-ethereum;
- update get hash func for blockhash;