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
At least on #2721 (I haven't tested on main yet) this makes it fail when starting a local testnet, specifically in process in crates/aptos-faucet/src/mint.rs, I believe on the account creation requests.
On my side I think I just need to find everywhere that deserializes an API response and make it use the function from the poem trait instead of serde_json.
Code demonstrating the issue:
Output:
I will open an issue with Poem to make it act the same as serde.
The text was updated successfully, but these errors were encountered: