forked from hyperledger-cacti/cacti
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(besu): 🎸 OpenAPI support => arbitrary TX, contract deployments
This brings the besu connector to feature parity with the quorum connector which already had these features supported (the code is mostly taken from the Quorum connector because both Besu and Quorum connectors are using Web3 under the hood so they share most of the logic/OpenAPI definitions, etc.\nDifferences between the two will come out once we start implementing private transactions and the other features that are unique to the ledgers are not present/supported by vanilla Web3.\nPerhaps it would be good to somehow have a third package that allows for both Besu and Quorum connectors to re-use the vanilla Web3 specific parts instead of copy pasting, but this is a shortcut that was deemed acceptable for now as we are ramping up for the v0.2.0 release. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
- Loading branch information
Showing
23 changed files
with
2,802 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 88 additions & 0 deletions
88
packages/cactus-plugin-ledger-connector-besu/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.