Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0ff5c19
poc: monero receive pool with multiple redeem addresses for bob with …
binarybaron May 31, 2025
5ed30b0
fix: use new monero_receive_pool arg for buy_xmr
binarybaron May 31, 2025
c2ea576
update sweep/sweep_multi to return TxReceipt instead of String contai…
Einliterflasche Jun 20, 2025
061acc6
fix test (generate 1 block before checking balance after transfer)
Einliterflasche Jun 20, 2025
f270599
add move distribute function to rust, add property tests
Einliterflasche Jun 20, 2025
01f3ebf
use rust distribute
Einliterflasche Jun 21, 2025
cb0cd36
update sqlx cache/tempdb
Einliterflasche Jun 24, 2025
3b34c9a
sqlx fix
Einliterflasche Jun 24, 2025
18ab0b4
Merge branch 'master' into feat/voluntary-donate
binarybaron Jun 24, 2025
b09c33b
feat: update ui to display the monero address pool
binarybaron Jun 24, 2025
dd5a522
fix: remove unused functions, set dispatcher for tracing in wallet th…
binarybaron Jun 24, 2025
6da4eb3
Add patch system
binarybaron Jun 24, 2025
07b9703
add wallet2_api_allow_subtract_from_fee patch
binarybaron Jun 24, 2025
02c5f8d
apply git patches
binarybaron Jun 20, 2025
32b252b
split monero-sys patches into chunks
binarybaron Jun 24, 2025
3303756
refactor
binarybaron Jun 24, 2025
e93d38b
.sqlx needs to be commited, revert unbound issue
binarybaron Jun 24, 2025
1fb4266
display pool on XmrRedeemInMempoolPage.tsx page, commit .sqlx folder
binarybaron Jun 25, 2025
626ec1f
fmt
binarybaron Jun 25, 2025
c0aabec
refactor
binarybaron Jun 25, 2025
0f1b9b4
assert MoneroAddressPool is on correct network, differntiate between …
binarybaron Jun 25, 2025
7d3512c
looks ok
binarybaron Jun 25, 2025
9db353c
re-add retry logic, database errors, ...
binarybaron Jun 25, 2025
232130a
add test
binarybaron Jun 25, 2025
0740d9a
add tests
binarybaron Jun 25, 2025
e371b1f
fmt comments, changelog
binarybaron Jun 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,4 @@
"unordered_map": "cpp",
"unordered_set": "cpp",
"variant": "cpp",
"algorithm": "cpp",
"*.rs": "rust"
}
}
}
Loading