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

scaffold storage module for SDK #33

Closed
2 tasks
martyall opened this issue Jul 30, 2019 · 3 comments
Closed
2 tasks

scaffold storage module for SDK #33

martyall opened this issue Jul 30, 2019 · 3 comments
Labels

Comments

@martyall
Copy link
Collaborator

martyall commented Jul 30, 2019

The storage module is arguably the most important part, it's responsible for keeping track of authenticated application state, communicating state hashes, staging and running transactions.

We would like a few options here for implementations

This involves a bit of research to figure out what the minimal surface area is between the storage layer and the ABCI server

  • querying state
  • communicating application hash
  • staging a tx (CheckTx)
  • running a tx (RunTx)

but this needs an actual specification.

@martyall
Copy link
Collaborator Author

martyall commented Aug 1, 2019

note that until kadena-io/merkle-log#2 is resolved we cannot use the kadena package

@martyall
Copy link
Collaborator Author

martyall commented Aug 1, 2019

here's another in memory example https://github.com/oscoin/avl-auth

@martyall martyall closed this as completed Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant