Skip to content
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

fix full node painc #6096

Merged
merged 2 commits into from
Apr 23, 2021
Merged

fix full node painc #6096

merged 2 commits into from
Apr 23, 2021

Conversation

Reskorey
Copy link
Contributor

@Reskorey Reskorey commented Apr 23, 2021

fix: full node painc when calling RPC Filecoin.ClientRetrieve without the order.Total specified.

request:

{
	"jsonrpc": "2.0",
	"method": "Filecoin.ClientRetrieve",
	"params": [
        {
            "Root":{"/":"bafk2bzacecjclkq7dnfr2hcwqvrkvtbwmbx2zh7ygsixlmbh7hbkxm74x7a5m"},
            "Miner":"t01000",
            "Client":"t3wefnh7256b65hya4xnaskm63zqjkhjjtv3ty5nixtu7iv445eiwrtwsv4lyc2opawwabg2daq54omvcbixzq",
            "Size": 1024
        },
        {
            "Path":"/tmp/123.txt",
            "IsCAR":false
        }
        ],
	"id": 3
}

image

fix: full node painc  when calling  RPC  Filecoin.ClientRetrieve without the order.Tatol pecified.
Copy link
Contributor

@magik6k magik6k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@magik6k magik6k merged commit e5d8ae7 into filecoin-project:master Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants