Tags: fridrik01/lotus
Tags
Merge pull request filecoin-project#10310 from filecoin-project/asr/r… …elease chore: release v1.20.0-rc2
chore: add v1.20.0-rc1 changelog (filecoin-project#10273) * add v1.20.0-rc1 changelog Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
speedup event migration filecoin-project#10276
fix: handle pre-decoded events in migration filecoin-project#10275
This is a MANDATORY release for the upcoming Hyperspace nv20 upgrade.… … The upgrade epoch is set at 87480, 2023-02-15T15:00:00Z, all node operators need to update your Hyperspace node to this tag before then. This release includes the fvm-v3-rc1, actor v10 bundle, a bunch of bug fixes and Eth RPC improvements. Highlights The GranularityExported method in Datacap actor was renamed to Granularity Feature: support filtering logs in `eth_subscribe` by addresses filecoin-project#10175 Fixed issue with no uncle hash in BlockByHash which was breaking go-ethereum (report one, report two). filecoin-project#10190 Fixed issue with empty logsBloom in eth_getBlock* filecoin-project#10196 Fixed formatting events in eth_subscribe which were returned in an array. filecoin-project#10207 Fixed eth_getCode failing on delegated address filecoin-project/ref-fvm#1641 Fixed missing accessList field in transaction filecoin-project#10106 Contracts can now be re-deployed after calling SELFDESTRUCT. Calls to Solidity's transfer function will now invoke the target contract with 10M gas instead of invoking method-0. Gas charging schedule has been changed according to FIP-57. Notably, it includes gas adjustments to some syscalls and increase in the state storage gas cost from 1,300 to 3,340 gas. As a result, developers shall expect increased gas usage compared to their previous messages. Events implementation has been aligned with FIP-49 and FIP-54. Notably, event keys are now t1, t2, t3, t4 for topics; and d for data.
fix a rpc regression introduced by v1.20.0-hyperspace-0131
‼️ We recommend all api service providers to support v1 APIs to your u… …sers, and with filecoin-project#10154, Eth RPCs are only supported via v1 APIs. YES eth_subscribe is now working! You can now listen to both `newBlockHeaders` and `logs`. We do NOT recommend node operators/service providers to regenerate indexes for any of the events that have been emitted so far.
decode actually undecoded log entry values.
PreviousNext