Skip to content

Commit

Permalink
fix: align with Lotus json format for ActorState (#4656)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih authored Aug 22, 2024
1 parent 359a3d1 commit 8605030
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
- [#4674](https://github.com/ChainSafe/forest/pull/4674) Fixed bug in
`StateCirculatingSupply`.

- [#4656](https://github.com/ChainSafe/forest/pull/4656) Fixed bug in
`StateCall`.

## Forest 0.19.2 "Eagle"

Non-mandatory release that includes a fix for the Prometheus-incompatible
Expand Down
2 changes: 0 additions & 2 deletions scripts/tests/api_compare/filter-list
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
!Filecoin.MpoolGetNonce
# CustomCheckFailed in Forest: https://github.com/ChainSafe/forest/actions/runs/9593268587/job/26453560366
!Filecoin.StateReplay
# CustomCheckFailed in Forest: https://github.com/ChainSafe/forest/actions/runs/9593268587/job/26453560366
!Filecoin.StateCall
# https://github.com/ChainSafe/forest/issues/4661
!Filecoin.EthGetBlockByNumber
!eth_getBlockByNumber
3 changes: 1 addition & 2 deletions src/lotus_json/actor_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ pub struct ActorStateLotusJson {
#[serde(
with = "crate::lotus_json",
skip_serializing_if = "Option::is_none",
default,
rename = "Address"
default
)]
delegated_address: Option<Address>,
}
Expand Down

0 comments on commit 8605030

Please sign in to comment.