-
Notifications
You must be signed in to change notification settings - Fork 295
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(plugin-satp-hermes): replace IPFS dependency in SATP package #3011
Conversation
7971843
to
a5e9cdb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AndreAugusto11 Please rebase onto upstream/main and resolve the conflicts and then pass it back for review with the 're-request review' button.
FYI: I just merged the parent PR so you should end up with only a single commit on this one after the rebase.
a5e9cdb
to
f44bad6
Compare
This PR/issue depends on:
|
0b29554
to
9033889
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AndreAugusto11 LGTM, thank you very much for this contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
*implement the repository design pattern to make storage technology-agnostic * due to the deprecation of the ipfs package, this allows one to choose another storage * refactoring of the tests and the CBDC example that is based on the SATP * implement the remote log storage as a SQLite database * add post-build instruction to copy knex files to dist/ closes hyperledger-cacti#2984 depends on hyperledger-cacti#3006 Signed-off-by: André Augusto <[email protected]>
9033889
to
05f6b36
Compare
closes #2984
Signed-off-by: André Augusto [email protected]
depends on #3006