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

feat(connector-besu, connector-quorum): replace invokeContractV2 #731

Merged

Conversation

AzaharaC
Copy link
Contributor

@AzaharaC AzaharaC commented Mar 26, 2021

Resolve #679

Depends on #702

@AzaharaC AzaharaC self-assigned this Mar 26, 2021
@AzaharaC AzaharaC force-pushed the feature/invoke-to-invokev2 branch 2 times, most recently from 5160dba to faae6a1 Compare March 26, 2021 13:34
@AzaharaC AzaharaC marked this pull request as ready for review March 26, 2021 15:03
@AzaharaC AzaharaC requested review from sfuji822 and takeutak March 26, 2021 15:03
@@ -26,7 +26,7 @@ export class InvokeContractEndpoint implements IWebServiceEndpoint {

private readonly log: Logger;

public get className() {
public get className(): string {
Copy link
Contributor

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.

@AzaharaC AzaharaC force-pushed the feature/invoke-to-invokev2 branch from faae6a1 to 46f8519 Compare March 30, 2021 08:05
@AzaharaC AzaharaC force-pushed the feature/invoke-to-invokev2 branch from 46f8519 to e873b52 Compare March 31, 2021 12:38
@jordigiam jordigiam changed the title feat(connector-besu): replace invokeContractV2 feat(connector-besu, connector-quorum): replace invokeContractV2 Apr 9, 2021
@jordigiam jordigiam force-pushed the feature/invoke-to-invokev2 branch 2 times, most recently from 90837d3 to 88a2af9 Compare April 9, 2021 06:50
@AzaharaC AzaharaC force-pushed the feature/invoke-to-invokev2 branch from 88a2af9 to 150608b Compare April 14, 2021 15:57
@jordigiam jordigiam requested a review from petermetz April 15, 2021 07:44
@github-actions
Copy link

🎉 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!

@petermetz
Copy link
Contributor

@AzaharaC @jordigiam Let me know if you need help with conflict resolution!

@AzaharaC AzaharaC force-pushed the feature/invoke-to-invokev2 branch from 150608b to a3b962c Compare April 19, 2021 08:33
@petermetz petermetz force-pushed the feature/invoke-to-invokev2 branch from a3b962c to 9ba9412 Compare April 19, 2021 17:11
@petermetz
Copy link
Contributor

@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

@AzaharaC
Copy link
Contributor Author

AzaharaC commented Apr 20, 2021

@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.

@AzaharaC AzaharaC force-pushed the feature/invoke-to-invokev2 branch from 9ba9412 to ec16503 Compare April 20, 2021 11:01
Signed-off-by: AzaharaC <a.castano.benito@accenture.com>
@petermetz petermetz merged commit ecd62ea into hyperledger-cacti:main Apr 20, 2021
@petermetz petermetz deleted the feature/invoke-to-invokev2 branch April 20, 2021 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(connector-besu): replace the invokeContract by the invokeContractV2
3 participants