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

Chainweb API behavior and callbacks #142

Closed
2 tasks
Tracked by #57
juanhurtado10 opened this issue Nov 23, 2022 · 0 comments
Closed
2 tasks
Tracked by #57

Chainweb API behavior and callbacks #142

juanhurtado10 opened this issue Nov 23, 2022 · 0 comments
Assignees

Comments

@juanhurtado10
Copy link
Contributor

juanhurtado10 commented Nov 23, 2022

ℹ️ This issue is part of Epic #57

Objective

Create a specification module for Pact's endpoint implementations.

Checklist

  • Create a spec.ex file under lib/chainweb/pact to define the behavior of Pact's endpoint implementations.
    @callback process(data :: data(), network_opts :: network_opts()) :: {:ok, response()} | error()
  • Create a public interface Kadena.Chainweb.Pact which will delegate the endpoint function to its correspondent module.
@juanhurtado10 juanhurtado10 changed the title Endpoints callbacks and behaviours. Endpoint callbacks and behaviors Nov 23, 2022
@juanhurtado10 juanhurtado10 changed the title Endpoint callbacks and behaviors Define a behavior and its callbacks for the Chainweb endpoints Nov 23, 2022
@juanhurtado10 juanhurtado10 mentioned this issue Nov 23, 2022
12 tasks
@juanhurtado10 juanhurtado10 changed the title Define a behavior and its callbacks for the Chainweb endpoints Chainweb API behavior and callbacks Nov 23, 2022
@juanhurtado10 juanhurtado10 changed the title Chainweb API behavior and callbacks API behavior and callbacks Nov 23, 2022
@juanhurtado10 juanhurtado10 changed the title API behavior and callbacks Chainweb API behavior and callbacks Nov 23, 2022
@miguelnietoa miguelnietoa self-assigned this Dec 19, 2022
@miguelnietoa miguelnietoa moved this to 📋 Todo in Kadena.ex Dec 19, 2022
Repository owner moved this from 📋 Todo to ✅ Done in Kadena.ex Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants