-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API docs clarification: Document StateSearchMsg replaced message behavior #5838
Conversation
f026827
to
4fb4313
Compare
…ject/lotus into docs/searchmsg-replace-note
Thoughts concerning the documentation improvement:
|
In v1 API we can consolidate those methods more
Yep, that file is generated
This is basically what we do in this PR, I don't thing we have more APIs which are replace-sensitive |
State[Wait/Search]Msg
methods will return successfully when messages on-chain are gas-repriced. This means that when those methods are used to check if a message has landed on-chain, the caller needs to make sure that the returnedMsgLookup.Message
is the same message CID they are expectingThe
StateGetReceipt
method will also accept gas-repriced messages, but it unfortunately doesn't provide a way to check if the message which was executed on-chain was repriced.