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(2737): add fees as metric for outgoing payment. #2831

Merged
merged 18 commits into from
Aug 14, 2024

Conversation

koekiebox
Copy link
Collaborator

@koekiebox koekiebox commented Jul 31, 2024

Changes proposed in this pull request

  • Track the network/conversion fees that occurred for a particular outgoing payment.

Context

See issue #2737

Checklist

  • Related issues linked using fixes #number
  • Tests added/updated
  • Documentation added
  • Make sure that all checks pass
  • Bruno collection updated

@koekiebox koekiebox self-assigned this Jul 31, 2024
@github-actions github-actions bot added type: tests Testing related pkg: backend Changes in the backend package. type: source Changes business logic labels Jul 31, 2024
Copy link

netlify bot commented Jul 31, 2024

Deploy Preview for brilliant-pasca-3e80ec ready!

Name Link
🔨 Latest commit fc378a8
🔍 Latest deploy log https://app.netlify.com/sites/brilliant-pasca-3e80ec/deploys/66bd34a8cb4422000804491f
😎 Deploy Preview https://deploy-preview-2831--brilliant-pasca-3e80ec.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added pkg: documentation Changes in the documentation package. type: documentation (archived) Improvements or additions to documentation labels Aug 5, 2024
@koekiebox koekiebox marked this pull request as ready for review August 6, 2024 07:43
@JoblersTune JoblersTune self-requested a review August 6, 2024 07:45
@mkurapov mkurapov linked an issue Aug 8, 2024 that may be closed by this pull request
@koekiebox koekiebox merged commit 7a28fd1 into main Aug 14, 2024
36 of 42 checks passed
@koekiebox koekiebox deleted the issues/2737-network-conv-fees branch August 14, 2024 22:58
sabineschaller pushed a commit that referenced this pull request Aug 15, 2024
* feat(2737): add fees as metric for outgoing payment.

* feat(2737): rename to payment_fees.

* feat(2737): test case updates.

* feat(2737): formatting.

* feat(2737): re-order test cases. Move fee collector.

* feat(2737): dashboard and doc updates.

* feat(2737): merged with main.

* feat(2737): review feedback applied from @JoblersTune.

* feat(2737): review feedback applied from @mkurapov.

* feat(2737): additional tests for covert of assets and rates.

* feat(2737): additional tests ensuring the increment counter was called.

* feat(2737): additional tests ensuring the increment counter was called.

* feat(2737): readme.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: backend Changes in the backend package. pkg: documentation Changes in the documentation package. type: documentation (archived) Improvements or additions to documentation type: source Changes business logic type: tests Testing related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Track network/conversion fees
3 participants