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(iroha): adding checkEmpty param to request #1484

Closed

Conversation

travis-payne
Copy link

@travis-payne travis-payne commented Oct 27, 2021

Depends on #1957

Current functionality did not make use of the newer additional parameter in the Iroha command

Closes: #1265
Signed-off-by: Travis Payne [email protected]

@travis-payne
Copy link
Author

@petermetz
Currently the request params are accepted using an array of params, instead of named, typed params, generated using the OpenAPI. What's your opinion on refactoring this as part of the PR, also makes the optionality of the oldValue param a lot cleaner.

@petermetz
Copy link
Contributor

@petermetz Currently the request params are accepted using an array of params, instead of named, typed params, generated using the OpenAPI. What's your opinion on refactoring this as part of the PR, also makes the optionality of the oldValue param a lot cleaner.

@travis-payne I agree. If we don't already have a separate task (so not within the scope of this) for the params refactor, we should (IIRC we did have a task for it though).

Copy link
Contributor

@petermetz petermetz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@travis-payne Were you able to run the tests successfully with these changes? (Right now the tests are being skipped by default so the CI passing doesn't guarantee correctness)

Current functionality did not make use of the newer additional parameter
in Iroha command

Closes: hyperledger-cacti#1265
Signed-off-by: Travis Payne <[email protected]>
Signed-off-by: Peter Somogyvari <[email protected]>
@petermetz
Copy link
Contributor

Rebased this onto upstream/main.
Will still need to verify that it actually works with the tests, but for that we first need the Iroha tests to be passing again.

@petermetz petermetz added bug Something isn't working Iroha Bugs/features related to the Iroha ledger connector plugin labels Apr 1, 2022
@takeutak
Copy link
Contributor

takeutak commented Jan 7, 2023

@petermetz This pull-request has been left unreviewed for a long time. What would you like to do? (still wait / close this PR / etc.)
I guess that this pull request can no longer be merged to the current branch because it has been a long time.

@github-actions
Copy link

github-actions bot commented Feb 2, 2023

This PR/issue depends on:

@petermetz
Copy link
Contributor

@petermetz This pull-request has been left unreviewed for a long time. What would you like to do? (still wait / close this PR / etc.)
I guess that this pull request can no longer be merged to the current branch because it has been a long time.

@takeutak Agreed on all of those points. Let's close this down for now and if there's willingness for someone to take it over the finish line then we can re-open it anytime we want. Closing it for now to de-clutter the PR queue a little bit more.

@petermetz petermetz closed this Jun 29, 2023
Copy link
Contributor

@petermetz petermetz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Manually verify that the tests are passing with these changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Iroha Bugs/features related to the Iroha ledger connector plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(iroha-connector): make compareAndSetAccountDetail accept correct parameters
3 participants