102 Commits

Author SHA1 Message Date
Justin Ehrenhofer
1ea1905ef0 Merge pull request #17 from MAGICGrants/wallet-open-workaround
fix(autoforward): proper workaround for when having an open wallet on…
2024-10-18 07:56:46 -05:00
Artur
2de39443be fix(autoforward): proper workaround for when having an open wallet on script start 2024-10-18 09:49:37 -03:00
Justin Ehrenhofer
5081da63ca Merge pull request #16 from sethforprivacy/patch-5
Add balance/min output to autoconvert and autoforward logs
2024-10-16 15:45:09 -05:00
Seth For Privacy
df78156f59 Add autoforward balance/min send 2024-10-16 10:19:21 +00:00
Seth For Privacy
269d54bb44 Add balanace/min order output to autoconvert logs 2024-10-16 10:17:00 +00:00
Artur
155d0ec9e5 Merge pull request #12 from sethforprivacy/patch-5
Properly request a new address with each deposit
2024-10-15 19:20:35 -03:00
Justin Ehrenhofer
4d48a6496b Merge pull request #15 from MAGICGrants/scripts
fix: only attempt to open monero wallet when necessary
2024-10-15 16:27:38 -05:00
Artur
7541f3f4cd fix: only attempt to open monero wallet when necessary 2024-10-15 18:23:05 -03:00
Seth For Privacy
7524579a20 Update autoforward.py 2024-10-15 19:23:36 +00:00
Seth For Privacy
9d640312ad Better handle using new addresses if present 2024-10-15 19:19:55 +00:00
Justin Ehrenhofer
e75deb0a25 Merge pull request #13 from MAGICGrants/scripts
chore: debug monero open_wallet rpc response
2024-10-15 14:06:12 -05:00
Artur
60206d18ce chore: debug monero open_wallet rpc response 2024-10-15 16:03:36 -03:00
Seth For Privacy
62e7e6e762 Only create new address if necessary 2024-10-15 19:02:10 +00:00
Artur
a58714a730 chore: debug monero open_wallet rpc response 2024-10-15 15:56:09 -03:00
Seth For Privacy
9f8d55e81e Properly request a new address with each deposit 2024-10-15 18:10:19 +00:00
Justin Ehrenhofer
d7c2d0e155 Merge pull request #11 from MAGICGrants/scripts
fix(deploy.yml): make env variable definition syntax correct
2024-10-15 13:07:33 -05:00
Artur
75d2702bff fix(deploy.yml): make env variable definition syntax correct 2024-10-15 15:05:58 -03:00
Justin Ehrenhofer
c49faa1cfa Merge pull request #10 from MAGICGrants/scripts
fix(deploy.yml): make env variable definition syntax correct
2024-10-15 12:40:11 -05:00
Artur
501f455bdf fix(deploy.yml): make env variable definition syntax correct 2024-10-15 14:39:06 -03:00
Justin Ehrenhofer
60b9706465 Merge pull request #9 from MAGICGrants/scripts
Scripts
2024-10-15 12:21:41 -05:00
Artur
efaaf6d03b fix(autoforward): handle responses with not new addresses when getting a kraken address 2024-10-15 14:18:58 -03:00
Artur
f4f00ac89c fix(autoconvert): correctly get bids 2024-10-15 14:17:50 -03:00
Justin Ehrenhofer
4a0b668d35 Merge pull request #8 from MAGICGrants/scripts
fix(deploy.yml): make env variable definition syntax correct
2024-10-15 11:48:34 -05:00
Artur
2e0cf00e65 fix(deploy.yml): make env variable definition syntax correct 2024-10-15 13:45:10 -03:00
Justin Ehrenhofer
6f80fb6866 Merge pull request #7 from MAGICGrants/scripts
fix(deploy.yml): add/remove missing/unecessary env variables
2024-10-15 11:39:18 -05:00
Artur
6179f27566 fix(deploy.yml): add/remove missing/unecessary env variables 2024-10-15 13:11:32 -03:00
Justin Ehrenhofer
7ff7291465 Merge pull request #6 from MAGICGrants/scripts
Scripts
2024-10-15 09:36:37 -05:00
Artur
d69995e960 fix: correctly return result for kraken request 2024-10-15 11:28:11 -03:00
Artur
8baff95555 docs(README): add MONERO_DAEMON_ADDRESS to env variables table and add more instructions 2024-10-04 17:09:00 -03:00
Artur
7d5c8ad442 feat: fixes and set gap limit 2024-10-04 17:07:08 -03:00
Artur
dcd5c3fdc1 Merge pull request #5 from sethforprivacy/patch-4
Fix electrum client connections
2024-10-04 12:04:05 -03:00
Artur
3b808755e0 docs: update README 2024-10-04 11:56:49 -03:00
Artur
afbfb362e7 feat: accept MAX_BITCOIN_FEE_PERCENT and MAX_SLIPPAGE_PERCENT as env variables 2024-10-04 11:56:49 -03:00
Seth For Privacy
90233aba96 Fix electrum client connections
Missing the protocol (http://) broke all Electrum connections previously.
2024-10-04 14:53:15 +00:00
Artur
4bb5e85a74 Merge pull request #1 from sethforprivacy/patch-1
Correct monero-wallet-rpc image
2024-10-04 11:42:57 -03:00
Artur
ca3dfcc3c2 Merge pull request #3 from sethforprivacy/patch-2
Fix JSON response error handling
2024-10-04 11:42:39 -03:00
Artur
529b6467ba Merge pull request #4 from sethforprivacy/patch-3
Fix typo in log copy
2024-10-04 11:42:09 -03:00
Seth For Privacy
8f8982855a Fix typo in log copy 2024-10-04 13:19:37 +00:00
Seth For Privacy
b9a0eb64a8 Fix JSON response error handling 2024-10-04 13:18:57 +00:00
Artur
b3e9634bb1 Merge pull request #2 from MAGICGrants/MAX_SLIPPAGE_PERCENT-constant
MAX_SLIPPAGE_PERCENT to constants
2024-10-03 20:29:30 -03:00
Artur
1da07edc14 chore: support setting an electrum server address for electrum client 2024-10-03 15:29:47 -03:00
Justin Ehrenhofer
923ad26be9 MAX_SLIPPAGE_PERCENT to constants 2024-10-02 08:18:58 -05:00
Seth For Privacy
7152fc985e Correct monero-wallet-rpc image 2024-10-01 18:05:30 +00:00
Artur
d52371d059 chore: use poetry for package management 2024-09-12 14:03:04 -03:00
Artur
29b85fb9fe fix: remove test addresses 2024-09-09 20:18:34 -03:00
Artur
8aadf0ac55 chore(compose): set rpc url env variables 2024-09-09 19:44:17 -03:00
Artur
67f76fdbc0 feat: improvements 2024-09-09 16:58:54 -03:00
Artur
e3125c1934 feat: use electrum rpc for bitcoin autoforward, refactoring and add deploy files 2024-09-09 12:44:31 -03:00
Artur
57cf7dce5e feat: add autoconvert 2024-09-02 16:15:44 -03:00
Justin Ehrenhofer
bbf4ee777d feat: add autoforward script 2024-09-02 12:47:59 -03:00