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

fix(payments): fix address_insert error propagation in get_address_for_payment_request function #1079

Merged
merged 1 commit into from
May 10, 2023

Conversation

Abhicodes-crypto
Copy link
Contributor

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Previously map error was used, this PR uses change_context.

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

How did you test it?

Compiled

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed submitted code
  • I added unit tests for my changes where possible
  • I added a CHANGELOG entry if applicable

@Abhicodes-crypto Abhicodes-crypto added C-bug Category: Bug S-waiting-on-review Status: This PR has been implemented and needs to be reviewed A-errors Area: error messages, structure & logging labels May 8, 2023
@Abhicodes-crypto Abhicodes-crypto self-assigned this May 8, 2023
@SanchithHegde SanchithHegde added S-ready-for-merge and removed S-waiting-on-review Status: This PR has been implemented and needs to be reviewed labels May 10, 2023
@SanchithHegde SanchithHegde added this pull request to the merge queue May 10, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks May 10, 2023
@SanchithHegde SanchithHegde added this pull request to the merge queue May 10, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 10, 2023
@SanchithHegde SanchithHegde added this pull request to the merge queue May 10, 2023
Merged via the queue into main with commit da3b520 May 10, 2023
@SanchithHegde SanchithHegde deleted the refactor-address-insert-usage branch May 10, 2023 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-errors Area: error messages, structure & logging C-bug Category: Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants