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

Update: spectrewallet improvements and fixes #6

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

x100111010
Copy link
Member

@x100111010 x100111010 commented Sep 26, 2024

  • Broadcast wallet transactions in chunks
  • If the tx has change and thus so 2 outputs, try having
    at least 2 inputs as well (in order to not be slowed down by dust patch)
  • Version bump to v0.3.15 + changelog update
  • Add options to see wallet and wallet daemon versions
  • Regenerated spectrewalletd_grpc.pb.go & spectrewalletd.pb.go
  • Lazy wallet UTXO sync after broadcasting a tx
  • RPC SubmitTransaction: Dequeue old responses from previous requests
  • KIP9 basic wallet compatibility (an improvement on the mass computation)
  • Updated workflows to use Go 1.23.1
  • fix some typos
  • add discord badge in readme
  • updated go modules

* Broadcast wallet transactions in chunks
* If the tx has change and thus so 2 outputs, try having at least 2 inputs as well
  (in order to not be slowed down by dust patch)
* Version bump to `v0.3.15` + changelog update
* Add options to see wallet and wallet daemon versions
* Regenerated `spectrewalletd_grpc.pb.go` & `spectrewalletd.pb.go`
* Lazy wallet UTXO sync after broadcasting a tx
* RPC SubmitTransaction: Dequeue old responses from previous requests
* KIP9 basic wallet compatibility (an improvement on the mass computation)
* Updated workflows to use Go `1.23.1`
* fix some typos
* add discord badge in readme
@0xA001113 0xA001113 merged commit 8b2c110 into spectre-project:main Oct 14, 2024
7 of 8 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.

2 participants