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
How does this affect the UI and explorer? Given the nature of the change, wouldn't suffice by just updating the behavior in the SDK? Maybe I'm missing something here 😅
The new endpoint
/accounts/:accountId/metadata
returns only the account metadata object.If the account provides from archive, and does not exist on the blockchain state, it will also be returned.
On the other side, the
/accounts/:accountId
endpoint works as usual but does not return anymore the archive accounts.curl -s http://localhost:9090/v2/accounts/38d2bc91b89928f78cbab3e4b1949e28787ec7a3/metadata
Tasks
The text was updated successfully, but these errors were encountered: