Skip to content

refactor: migrate errors thrown by wallet to procedural macros#733

Merged
thunderbiscuit merged 1 commit intobitcoindevkit:masterfrom
thunderbiscuit:feature/proc-macros
Apr 22, 2025
Merged

refactor: migrate errors thrown by wallet to procedural macros#733
thunderbiscuit merged 1 commit intobitcoindevkit:masterfrom
thunderbiscuit:feature/proc-macros

Conversation

@thunderbiscuit
Copy link
Copy Markdown
Member

@thunderbiscuit thunderbiscuit commented Apr 22, 2025

This one is bigger but simpler. Errors migrated here were all only used by the Wallet type, and can therefore be removed completely from the UDL file.

The 3 PRs from this morning amount to a fair amount of changes. I'm running all live tests on this branch just for an extra check.

Copy link
Copy Markdown
Collaborator

@reez reez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 652edcf

+8 -71 🥳

@thunderbiscuit thunderbiscuit merged commit 652edcf into bitcoindevkit:master Apr 22, 2025
26 checks passed
@ItoroD
Copy link
Copy Markdown
Collaborator

ItoroD commented Apr 23, 2025

his one is bigger but simpler. Errors migrated here were all only used by the Wallet type, and can therefore be removed completely from the UDL file.

Then I guess typedef interface Wallet can be removed from the udl as well. Since its not being referenced there ?

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.

3 participants