forked from comit-network/xmr-btc-swap
-
Notifications
You must be signed in to change notification settings - Fork 47
feat(gui): Voluntary donations #418
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
Merged
Merged
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 5ed30b0
fix: use new monero_receive_pool arg for buy_xmr
binarybaron c2ea576
update sweep/sweep_multi to return TxReceipt instead of String contai…
Einliterflasche 061acc6
fix test (generate 1 block before checking balance after transfer)
Einliterflasche f270599
add move distribute function to rust, add property tests
Einliterflasche 01f3ebf
use rust distribute
Einliterflasche cb0cd36
update sqlx cache/tempdb
Einliterflasche 3b34c9a
sqlx fix
Einliterflasche 18ab0b4
Merge branch 'master' into feat/voluntary-donate
binarybaron b09c33b
feat: update ui to display the monero address pool
binarybaron dd5a522
fix: remove unused functions, set dispatcher for tracing in wallet th…
binarybaron 6da4eb3
Add patch system
binarybaron 07b9703
add wallet2_api_allow_subtract_from_fee patch
binarybaron 02c5f8d
apply git patches
binarybaron 32b252b
split monero-sys patches into chunks
binarybaron 3303756
refactor
binarybaron e93d38b
.sqlx needs to be commited, revert unbound issue
binarybaron 1fb4266
display pool on XmrRedeemInMempoolPage.tsx page, commit .sqlx folder
binarybaron 626ec1f
fmt
binarybaron c0aabec
refactor
binarybaron 0f1b9b4
assert MoneroAddressPool is on correct network, differntiate between …
binarybaron 7d3512c
looks ok
binarybaron 9db353c
re-add retry logic, database errors, ...
binarybaron 232130a
add test
binarybaron 0740d9a
add tests
binarybaron e371b1f
fmt comments, changelog
binarybaron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -68,7 +68,4 @@ | |
| "unordered_map": "cpp", | ||
| "unordered_set": "cpp", | ||
| "variant": "cpp", | ||
| "algorithm": "cpp", | ||
| "*.rs": "rust" | ||
| } | ||
| } | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.