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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

testground/node/app: create PFD steps #31

Closed
Bidon15 opened this issue Jul 8, 2022 · 0 comments 路 Fixed by #51
Closed

testground/node/app: create PFD steps #31

Bidon15 opened this issue Jul 8, 2022 · 0 comments 路 Fixed by #51
Assignees
Labels
enhancement New feature or request testground related to testground

Comments

@Bidon15
Copy link
Member

Bidon15 commented Jul 8, 2022

Introduction 馃枛

In both celestia-app and celestia-node, we can submit pfd. However, this is not a straightforward approach for both of them

Celestia Application part 馃敡

In celestia-app, we can already use the wrapcli approach to fulfil plain PFD
Still, we need to implement opening of the grpc rpc endpoint from app to other celestia-node types such as light/full

Celestia Node part 馃П

Pre-Requisites 馃摝

  • Celestia-App should find a way that the node is asking for funding the account
  • Celestia-Node should check the balance before starting PFD

What needs to be done 馃

In celestia-node, we are currently using the RPC approach
https://docs.celestia.org/developers/node-tutorial#connect-to-a-public-core-endpoint

We might need to wrap this RPC part as usually the user uses these APIs
https://docs.celestia.org/developers/node-tutorial#submit-a-pfd-transaction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testground related to testground
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant