feat: add wallet management features and enhance error handling; update tests and examples

This commit is contained in:
bohd4nx
2026-03-15 22:41:52 +02:00
parent 8135a9da7e
commit d8f0240807
13 changed files with 225 additions and 18 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ name: Lint
on:
push:
branches: [master]
branches: ["**"]
pull_request:
branches: [master]
branches: ["**"]
jobs:
lint: