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

wallet-http: Return total number of transactions zapped. #920

Merged
merged 3 commits into from
Jan 20, 2025

Conversation

nodech
Copy link
Contributor

@nodech nodech commented Jan 17, 2025

  • minor: Track and return total number of transactions being zapped. This can help users reason about the result of their actions, w/o this users can't track the results of the process.
  • Don't accumulate hashes and return in wallet. This could lead to too much memory being used if the number of pending transactions is a lot. This list of hashes is not being used anywhere either.
  • Fix Transaction Options not properly taking into account network of the node.

@nodech nodech added wallet-http part of the codebase breaking-minor Backwards compatible - Release version labels Jan 17, 2025
@coveralls
Copy link

Coverage Status

coverage: 71.242% (-0.07%) from 71.316%
when pulling 964b41e on nodech:http-valid-zap
into dd7249f on handshake-org:master.

@nodech nodech merged commit 77e22da into handshake-org:master Jan 20, 2025
7 checks passed
@nodech nodech deleted the http-valid-zap branch January 20, 2025 07:05
@nodech nodech added this to the hsd 8.0.0 milestone Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-minor Backwards compatible - Release version wallet-http part of the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants