Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
In the case of
It's also possible to query vstorage using $ agd --node https://main.rpc.agoric.net:443 --height 13809521 -o json query vstorage data published.wallet.agoric19uscwxdac6cf6z7d5e26e0jm0lgwstc47cpll8 | jq -c '.value | fromjson | .values[] | fromjson | .body[1:] | fromjson'
{"status":{"id":1707931841807,"invitationSpec":{"invitationArgs":[{"roundId":35110,"unitPrice":"+10170546"}],"invitationMakerName":"PushPrice","previousOffer":"oracleAccept-1687430995731","source":"continuing"},"numWantsSatisfied":1,"proposal":{}},"updated":"offerStatus"}
{"status":{"id":1707931841807,"invitationSpec":{"invitationArgs":[{"roundId":35110,"unitPrice":"+10170546"}],"invitationMakerName":"PushPrice","previousOffer":"oracleAccept-1687430995731","source":"continuing"},"numWantsSatisfied":1,"payouts":{},"proposal":{}},"updated":"offerStatus"}
{"status":{"error":"Error: cannot report on previous rounds","id":1707931841807,"invitationSpec":{"invitationArgs":[{"roundId":35110,"unitPrice":"+10170546"}],"invitationMakerName":"PushPrice","previousOffer":"oracleAccept-1687430995731","source":"continuing"},"numWantsSatisfied":1,"payouts":{},"proposal":{}},"updated":"offerStatus"} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can tell whether my transaction made it into a block (using
agd tx ... --broadcast-mode block
, for example), but I suppose that only means the offer was queued.How can I tell what happens after that?
Beta Was this translation helpful? Give feedback.
All reactions