You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-45Lines changed: 3 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,49 +29,6 @@
29
29
30
30
### Added
31
31
32
-
### Changed
33
-
34
-
### Removed
35
-
36
-
### Fixed
37
-
38
-
-[#6327](https://github.com/ChainSafe/forest/pull/6327) Fixed: Forest returns 404 for all invalid api paths.
39
-
40
-
-[#6140](https://github.com/ChainSafe/forest/pull/6140) Fixed the `eth_getLogs` RPC method to accept `None` as the `address` parameter.
41
-
42
-
## Forest v0.30.5 "Dulce de Leche"
43
-
44
-
Non-mandatory release supporting new API methods and addressing a critical panic issue.
45
-
46
-
### Added
47
-
48
-
-[#6231](https://github.com/ChainSafe/forest/pull/6231) Implemented `Filecoin.ChainGetTipSet` for API v2.
49
-
50
-
-[#6312](https://github.com/ChainSafe/forest/pull/6312) Implemented `Filecoin.StateGetActor` for API v2.
51
-
52
-
-[#6312](https://github.com/ChainSafe/forest/pull/6312) Implemented `Filecoin.StateGetID` for API v2.
53
-
54
-
-[#6323](https://github.com/ChainSafe/forest/pull/6323) Implemented `Filecoin.FilecoinAddressToEthAddress` for API v1 and v2.
55
-
56
-
### Fixed
57
-
58
-
-[#6325](https://github.com/ChainSafe/forest/pull/6325) Fixed a panic that could occur under certain message pool conditions and the `Filecoin.MpoolSelect` RPC method.
59
-
60
-
## Forest v0.30.4 "DeLorean"
61
-
62
-
This is a non-mandatory release that fixes a chain sync issue that is caused by time traveling block(s).
63
-
64
-
### Fixed
65
-
66
-
-[#6241](https://github.com/ChainSafe/forest/pull/6241) Fixed a sync issue that is caused by time traveling block(s).
67
-
68
-
## Forest v0.30.3 "Trishul"
69
-
70
-
This is a non-mandatory release that brings important enhancements in Forest's tooling capabilities.
71
-
The release includes new CLI commands for snapshot monitoring, a crucial fork handling bug fix and ETH API performance improvements, and error handling.
72
-
73
-
### Added
74
-
75
32
-[#6082](https://github.com/ChainSafe/forest/issues/6082) Added `forest-cli snapshot export-status` and `forest-cli snapshot export-cancel` subcommands to monitor or cancel an export, respectively.
76
33
77
34
-[#6161](https://github.com/ChainSafe/forest/pull/6161) Added `forest-tool db import` subcommand.
@@ -88,6 +45,8 @@ The release includes new CLI commands for snapshot monitoring, a crucial fork ha
88
45
89
46
-[#6145](https://github.com/ChainSafe/forest/pull/6145) Updated `forest-cli snapshot export` to use v2 format by default.
90
47
48
+
### Removed
49
+
91
50
### Fixed
92
51
93
52
-[#6178](https://github.com/ChainSafe/forest/pull/6178) Fixed incorrect error code for unsupported RPC methods.
@@ -98,8 +57,6 @@ The release includes new CLI commands for snapshot monitoring, a crucial fork ha
98
57
99
58
-[#6234](https://github.com/ChainSafe/forest/pull/6234) Support `input` as an alias for `data` in `eth_call` and `eth_estimateGas` RPC methods.
100
59
101
-
-[#6235](https://github.com/ChainSafe/forest/pull/6235) Fixed a potential deadlock in chain follower when handling fork(s).
102
-
103
60
## Forest v0.30.2 "Garuda"
104
61
105
62
This is a non-mandatory release that brings important enhancements to Forest's tooling capabilities, Ethereum RPC compatibility, and F3 integration.
@@ -121,6 +78,7 @@ The release includes new CLI commands for snapshot management and state inspecti
121
78
122
79
-[#6103](https://github.com/ChainSafe/forest/pull/6103) Fixed `eth_getTransactionCount` to return the nonce of the requested tipset and not its parent.
123
80
81
+
-[#6140](https://github.com/ChainSafe/forest/pull/6140) Fixed the `eth_getLogs` RPC method to accept `None` as the `address` parameter.
0 commit comments