-
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
Add ChainGetMessagesInTipset API #6642
Add ChainGetMessagesInTipset API #6642
Conversation
Build is unhappy, but I think this is a reasonable thing to add. |
11c2b17
to
6404794
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but it would be really great to have a test for this.
https://github.com/filecoin-project/lotus/blob/master/itests/nonce_test.go is one of the tests which does some message sending, so it should be easy to write a new test based off it. (when writing itests, after creating a new file in the itests
directory make sure to run make circleci
to update the CI config)
Test awaiting @hunjixin |
@jennijuju done |
6f6fec1
to
d023026
Compare
@jennijuju update |
Thanks for the PR! |
No description provided.