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

feat: gateway: add MsigGetVestingSchedule to gateway api #8104

Conversation

ychiaoli18
Copy link
Contributor

@ychiaoli18 ychiaoli18 commented Feb 16, 2022

expose MsigGetVestingSchedule method to gateway api

Related Issues

#7929

Proposed Changes

expose MsigGetVestingSchedule method to gateway api

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

  • All commits have a clear commit message.
  • The PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs,perf, refactor, revert, style, test
    • area: api, chain, state, vm, data transfer, market, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet, deps
  • This PR has tests for new functionality or change in behaviour
  • If new user-facing features are introduced, clear usage guidelines and / or documentation updates should be included in https://lotus.filecoin.io or Discussion Tutorials.
  • CI is green

expose MsigGetVestingSchedule method to gateway api
@ychiaoli18 ychiaoli18 requested a review from a team as a code owner February 16, 2022 08:20
@codecov
Copy link

codecov bot commented Feb 16, 2022

Codecov Report

Merging #8104 (f677995) into master (6f21a10) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8104      +/-   ##
==========================================
- Coverage   39.41%   39.38%   -0.03%     
==========================================
  Files         666      666              
  Lines       72465    72469       +4     
==========================================
- Hits        28560    28541      -19     
- Misses      38982    39005      +23     
  Partials     4923     4923              
Impacted Files Coverage Δ
gateway/node.go 45.14% <0.00%> (-0.90%) ⬇️
chain/events/observer.go 71.64% <0.00%> (-6.72%) ⬇️
storage/wdpost_sched.go 77.45% <0.00%> (-3.93%) ⬇️
blockstore/autobatch.go 56.30% <0.00%> (-3.37%) ⬇️
chain/store/store.go 63.66% <0.00%> (-1.84%) ⬇️
extern/storage-sealing/fsm.go 57.49% <0.00%> (-1.40%) ⬇️
chain/vm/vm.go 61.63% <0.00%> (-1.07%) ⬇️
chain/sync.go 64.66% <0.00%> (-0.67%) ⬇️
node/impl/full/chain.go 12.27% <0.00%> (-0.60%) ⬇️
storage/wdpost_changehandler.go 97.64% <0.00%> (-0.48%) ⬇️
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6f21a10...f677995. Read the comment docs.

@magik6k magik6k merged commit 31ad8e6 into filecoin-project:master Feb 20, 2022
@magik6k
Copy link
Contributor

magik6k commented Feb 20, 2022

Thanks!

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