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

remove auth party does not seem to work as expected. #54

Closed
qiwu7 opened this issue Oct 27, 2020 · 1 comment · Fixed by #55
Closed

remove auth party does not seem to work as expected. #54

qiwu7 opened this issue Oct 27, 2020 · 1 comment · Fixed by #55

Comments

@qiwu7
Copy link
Contributor

qiwu7 commented Oct 27, 2020

I have constructed a removeAuthParty transaction to remove one of the signer in my multsig. It landed on chain but it does not seem to work as expected since it does not remove the signer.

sample transaction: https://filfox.info/en/message/bafy2bzacedd7abd47hhza66miausfvsomit73w63vgwvck6bltuar66e4hun4
sample payload to submit/transaction endpoint

curl --location --request POST 'http://10.200.202.134:8080/construction/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
    "network_identifier": {
        "blockchain": "Filecoin",
        "network": "mainnet"
    },
    "signed_transaction": "{\"Message\":{\"Version\":0,\"To\":\"f057471\",\"From\":\"f1zdqprv6ryul3md3xiqpsczpui7xmqwjztvhirsy\",\"Nonce\":38,\"Value\":\"0\",\"GasLimit\":2000000,\"GasFeeCap\":\"198128\",\"GasPremium\":\"198016\",\"Method\":2,\"Params\":\"hEQA/8ADQAdYGIJVAaa3pihPyzUnUpW/pfo1dUarGfpA9A==\"},\"Signature\":{\"Type\":1,\"Data\":\"vJQnvnKPr2BR9NGoZ+Iuydph/x59O5z2Djwman24mY1nga4GexYHNNKp/BpOdCY5fM3Ff8bLA7jauxRW4aomTwE=\"}}"
}'
@arajasek
Copy link

See comments left on #48

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 a pull request may close this issue.

2 participants