-
Notifications
You must be signed in to change notification settings - Fork 286
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(connector-besu, connector-quorum): replace invokeContractV2 #731
feat(connector-besu, connector-quorum): replace invokeContractV2 #731
Conversation
5160dba
to
faae6a1
Compare
@@ -26,7 +26,7 @@ export class InvokeContractEndpoint implements IWebServiceEndpoint { | |||
|
|||
private readonly log: Logger; | |||
|
|||
public get className() { | |||
public get className(): string { |
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.
@AzaharaC Thanks for fixing the occasional linter warning! It matters in the long run.
...ly-chain-backend/src/main/typescript/infrastructure/supply-chain-app-dummy-infrastructure.ts
Outdated
Show resolved
Hide resolved
...ly-chain-backend/src/main/typescript/infrastructure/supply-chain-app-dummy-infrastructure.ts
Outdated
Show resolved
Hide resolved
examples/cactus-example-supply-chain-backend/src/main/typescript/supply-chain-app.ts
Outdated
Show resolved
Hide resolved
examples/cactus-example-supply-chain-backend/src/main/typescript/supply-chain-app.ts
Outdated
Show resolved
Hide resolved
...ages/cactus-plugin-ledger-connector-besu/src/main/typescript/plugin-ledger-connector-besu.ts
Show resolved
Hide resolved
...integration/plugin-ledger-connector-quorum/deploy-contract/deploy-contract-from-json.test.ts
Show resolved
Hide resolved
...integration/plugin-ledger-connector-quorum/deploy-contract/deploy-contract-from-json.test.ts
Show resolved
Hide resolved
...integration/plugin-ledger-connector-quorum/deploy-contract/deploy-contract-from-json.test.ts
Show resolved
Hide resolved
...integration/plugin-ledger-connector-quorum/deploy-contract/deploy-contract-from-json.test.ts
Show resolved
Hide resolved
...script/integration/plugin-ledger-connector-quorum/deploy-contract/invoke-contract-v2.test.ts
Show resolved
Hide resolved
faae6a1
to
46f8519
Compare
46f8519
to
e873b52
Compare
90837d3
to
88a2af9
Compare
88a2af9
to
150608b
Compare
🎉 Great news! Looks like all the dependencies have been resolved: 💡 To add or remove a dependency please update this issue/PR description. Brought to you by Dependent Issues (:robot: ). Happy coding! |
@AzaharaC @jordigiam Let me know if you need help with conflict resolution! |
150608b
to
a3b962c
Compare
a3b962c
to
9ba9412
Compare
@AzaharaC I did the rebase, now there's a failure that looks like a legit test failure that's worth looking into => https://github.com/hyperledger/cactus/pull/731/checks?check_run_id=2383092323#step:5:14645 |
I'm going to check this error UPDATE: error fixed. |
9ba9412
to
ec16503
Compare
Signed-off-by: AzaharaC <a.castano.benito@accenture.com>
Resolve #679
Depends on #702