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
This was noticed initially with the CityCoins contracts, but seems to affect anything that passes the values above as payloads. Iirc these should be hex-encoded Clarity values but above looks like a raw Buffer or Uint8Array with the Clarity type as the first value.
Expected behavior
Contract calls from the sandbox return a response.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Certain contract calls from the sandbox are failing with
HTTP 400
errors starting after the instability this weekend.If I call
get-pox-info
fromST000000000000000000002AMW42H.pox
on testnet, the payload info is:and the response is:
If I call
is-pox-active
fromST000000000000000000002AMW42H.pox
on testnet and pass a reward cycle, I receive theHTTP 400
error. The payload info is:and the response is:
If I call
get-stacker-info
fromST000000000000000000002AMW42H.pox
on testnet and pass a principal, I receive theHTTP 400
error. The payload info is:To Reproduce
This was noticed initially with the CityCoins contracts, but seems to affect anything that passes the values above as payloads. Iirc these should be hex-encoded Clarity values but above looks like a raw Buffer or Uint8Array with the Clarity type as the first value.
Expected behavior
Contract calls from the sandbox return a response.
Screenshots
The text was updated successfully, but these errors were encountered: