Merged
Conversation
tuliomir
commented
Aug 27, 2025
3 tasks
This will be completely removed as soon as we have the actual images being built and published
b5aec13 to
421640a
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #909 +/- ##
=======================================
Coverage 84.54% 84.54%
=======================================
Files 111 111
Lines 7991 7991
Branches 1712 1721 +9
=======================================
Hits 6756 6756
Misses 1207 1207
Partials 28 28 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
tuliomir
commented
Sep 2, 2025
| mysql: | ||
| condition: service_healthy | ||
| ws-daemon: | ||
| condition: service_started # TODO: Implement healthcheck |
Contributor
Author
There was a problem hiding this comment.
As soon as we have an initial version published, those important improvements can be worked upon
luislhl
reviewed
Sep 4, 2025
tuliomir
commented
Sep 24, 2025
| itest: | ||
| runs-on: 'ubuntu-latest' | ||
| timeout-minutes: 40 | ||
| timeout-minutes: 50 |
Contributor
Author
There was a problem hiding this comment.
The tests were timing out and this period had to be increased
andreabadesso
approved these changes
Sep 30, 2025
luislhl
approved these changes
Sep 30, 2025
1 task
r4mmer
added a commit
that referenced
this pull request
Dec 11, 2025
…-policy * origin/master: (31 commits) feat: fee token creation (#858) fix: checkAddressMine was crashing when called with an empty array (#977) feat: the nano amount field should accept 0 Merge pull request #975 from HathorNetwork/chore/bump-v2.11.0 feat: add nano execution logs API (#973) Refactor: Fullnode facade to Typescript (#972) Merge pull request #970 from HathorNetwork/chore/bump-v2.10.0 fix: added missing tx proposal delete schema (#969) feat: add missing api calls for graphviz and nano (#967) Merge pull request #965 from HathorNetwork/feat/complete-token-info-object chore: bump package to v2.9.1 (#962) feat: catch and store async promise error (#960) chore: bump wallet lib to v2.9.0 (#958) tests: use core v0.67.0 docker image for the integration tests (#956) tests: update integration tests blueprints for the new core sdk (#954) fix: added a minimal accessData so methods that need storage don't crash (#955) feat: fee header (#951) feat: added read-only start (#950) fix: dont add metadata changed for voided txs (#948) test: Wallet Service infrastructure (#909) ...
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Acceptance Criteria
200response from the/versionendpointNote
The Wallet Service repository has only recently implemented the Docker images, a feature needed by this PR.
This was done by HathorNetwork/hathor-wallet-service#283 .
Other development notes
To avoid unnecessary block validation delays in this early stage of development, comment out the block waiting commands in the setup tests and run the tests only in the new file by using the
SPECIFIC_INTEGRATION_TEST_FILE=walletservice_facadeenvironment variable.Security Checklist