Skip to content

Commit e9f1fa3

Browse files
committed
fix: drop changelog changes (merge conflict resolution error)
1 parent 59be648 commit e9f1fa3

File tree

1 file changed

+3
-45
lines changed

1 file changed

+3
-45
lines changed

CHANGELOG.md

Lines changed: 3 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -29,49 +29,6 @@
2929

3030
### Added
3131

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-
7532
- [#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.
7633

7734
- [#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
8845

8946
- [#6145](https://github.com/ChainSafe/forest/pull/6145) Updated `forest-cli snapshot export` to use v2 format by default.
9047

48+
### Removed
49+
9150
### Fixed
9251

9352
- [#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
9857

9958
- [#6234](https://github.com/ChainSafe/forest/pull/6234) Support `input` as an alias for `data` in `eth_call` and `eth_estimateGas` RPC methods.
10059

101-
- [#6235](https://github.com/ChainSafe/forest/pull/6235) Fixed a potential deadlock in chain follower when handling fork(s).
102-
10360
## Forest v0.30.2 "Garuda"
10461

10562
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
12178

12279
- [#6103](https://github.com/ChainSafe/forest/pull/6103) Fixed `eth_getTransactionCount` to return the nonce of the requested tipset and not its parent.
12380

81+
- [#6140](https://github.com/ChainSafe/forest/pull/6140) Fixed the `eth_getLogs` RPC method to accept `None` as the `address` parameter.
12482

12583
## Forest v0.30.1 "Laurelin"
12684

0 commit comments

Comments
 (0)