Skip to content

feat: add ping health check endpoint (#87)#206

Merged
devEunicee merged 2 commits into
devEunicee:mainfrom
Julianemeka:feature/be-007-health-check
Jun 4, 2026
Merged

feat: add ping health check endpoint (#87)#206
devEunicee merged 2 commits into
devEunicee:mainfrom
Julianemeka:feature/be-007-health-check

Conversation

@Julianemeka
Copy link
Copy Markdown
Contributor

This PR adds a standard health check endpoint ping(env) -> u64 to the payment processing contract as requested in #87.

Changes:

  • Added ping function in lib.rs returning the current ledger timestamp.
  • Added unit test in test.rs to verify the endpoint.
  • Documented the endpoint in README.md and CHANGELOG.md.

Closes #87

Julianemeka and others added 2 commits June 4, 2026 02:06
- Implement ping function returning ledger timestamp
- Add unit test for ping
- Document ping in README and CHANGELOG
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Jun 4, 2026

@Julianemeka Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@devEunicee devEunicee merged commit b7b1f65 into devEunicee:main Jun 4, 2026
4 of 9 checks passed
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.

BE-007 · No health check endpoint for the deployed contract

2 participants