-
Notifications
You must be signed in to change notification settings - Fork 283
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(cactus-plugin-persistence-ethereum): use openapi ethereum connector #2749
feat(cactus-plugin-persistence-ethereum): use openapi ethereum connector #2749
Conversation
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
This PR/issue depends on:
|
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
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.
@outSH Please resolve the merge conflicts and then pass it back for review!
I think the parent PR's commit stuck around in the diff here.
- Refactor persistence ethereum plugin to use openapi ethereum connector instead of ethereum-socketio. - Upgrade web3js to 4.X in both persistence plugin and its tests. - Update persistence plugin dependency list. - Recompile base token contracts in persistence plugin to match format required by ethereum connector (full compilation output, not just ABI) - Minor fix in ethereum connector to return empty transactions array instead of undefined. - Fix minor runtime issues in geth-test-ledger Depends on hyperledger-cacti#2631 Signed-off-by: Michal Bajer <[email protected]>
aa2e8f8
to
cbd5d92
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.
LGTM
instead of ethereum-socketio.
required by ethereum connector (full compilation output, not just ABI)
array instead of undefined.
Depends on #2631
Signed-off-by: Michal Bajer [email protected]