• Joined on 2023-03-10
mike merged pull request mike/fastapi#10 2023-04-06 11:42:58 +00:00
moved files
mike pushed to main at mike/fastapi 2023-04-06 11:42:57 +00:00
c5b37519ae Merge pull request 'moved files' (#10) from mike/rpc_update into main
7679555f1e moved files
Compare 2 commits »
mike created pull request mike/fastapi#10 2023-04-06 11:42:44 +00:00
moved files
mike pushed to mike/rpc_update at mike/fastapi 2023-04-06 11:42:18 +00:00
7679555f1e moved files
mike merged pull request mike/fastapi#9 2023-04-06 11:41:16 +00:00
some upgrades
mike pushed to main at mike/fastapi 2023-04-06 11:41:16 +00:00
349be245b2 Merge pull request 'some upgrades' (#9) from mike/rpc_update into main
a51b0d21b5 some upgrades
Compare 2 commits »
mike created pull request mike/fastapi#9 2023-04-06 11:41:07 +00:00
some upgrades
mike pushed to mike/rpc_update at mike/fastapi 2023-04-06 11:40:33 +00:00
a51b0d21b5 some upgrades
mike created branch mike/rpc_update in mike/fastapi 2023-04-06 11:38:52 +00:00
mike pushed to mike/rpc_update at mike/fastapi 2023-04-06 11:38:52 +00:00
mike commented on issue mike/fastapi#7 2023-03-14 22:09:04 +00:00
[LTC] mimblewimble support & wallet

Yep, with different wallet, then yes.

mike closed issue mike/fastapi#1 2023-03-14 18:00:58 +00:00
validDns function rewrite
mike commented on issue mike/fastapi#7 2023-03-14 17:57:19 +00:00
[LTC] mimblewimble support & wallet

We discussed about 'anonymous' transactions. I'm against tainting our funds and getting locks on clients funds because of mimblewimble transactions sent to exchanges & other wallets that scan for…

mike deleted branch feature/test from mike/fastapi 2023-03-14 09:10:02 +00:00
mike pushed to feature/test at mike/fastapi 2023-03-14 08:24:30 +00:00
ad09909a84 some upgrades
mike opened issue mike/fastapi#5 2023-03-13 14:16:10 +00:00
[Guardarian] Vouchers ideea
mike commented on issue mike/fastapi#1 2023-03-11 09:29:20 +00:00
validDns function rewrite

In a fair world, the preprod would mimmic the prod env :D

mike created branch feature/test in mike/fastapi 2023-03-11 09:27:27 +00:00
mike pushed to feature/test at mike/fastapi 2023-03-11 09:27:27 +00:00
4a6497b917 test branch
mike commented on issue mike/fastapi#4 2023-03-11 08:39:10 +00:00
currency address validation

I chose the current way its coded because of the cons.

  • no ddos on daemons by checking and generating addresses
  • the check is done mainly by the python and doesn't bother the whole system
    -…