8000 Tags · fridrik01/lotus · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: fridrik01/lotus

Tags

v1.20.0-rc2-boost

Toggle v1.20.0-rc2-boost's commit message

Verified

This commit was signed with the committer’s verified signature.
jacobheun Jacob Heun
fix: dagstore miner api test

v1.20.0-rc2

Toggle v1.20.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request filecoin-project#10310 from filecoin-project/asr/r…

…elease

chore: release v1.20.0-rc2

v1.20.0-rc1

Toggle v1.20.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: add v1.20.0-rc1 changelog (filecoin-project#10273)

* add v1.20.0-rc1 changelog



Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>

v1.20.0-rc1-boost

Toggle v1.20.0-rc1-boost's commit message

Verified

This commit was signed with the committer’s verified signature.
jacobheun Jacob Heun
fix: dagstore miner api test

v1.20.0-hyperspace-nv20-event-migration-speedup

Toggle v1.20.0-hyperspace-nv20-event-migration-speedup's commit message
speedup event migration filecoin-project#10276

v1.20.0-hyperspace-nv20-event-migration-patch

Toggle v1.20.0-hyperspace-nv20-event-migration-patch's commit message
fix: handle pre-decoded events in migration filecoin-project#10275

v1.20.0-hyperspace-nv20

Toggle v1.20.0-hyperspace-nv20's commit message
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.

v1.20.0-hyperspace-0201

Toggle v1.20.0-hyperspace-0201's commit message
fix a rpc regression introduced by v1.20.0-hyperspace-0131

v1.20.0-hyperspace-0131

Toggle v1.20.0-hyperspace-0131's commit message
‼️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.

fix/hyperspace-patch-receipt-events-20220123

Toggle fix/hyperspace-patch-receipt-events-20220123's commit message
decode actually undecoded log entry values.

0