Commit Graph

6 Commits

Author SHA1 Message Date
dev
af59aaf236 Fix issue with multiple payments
If someone sent multiple Monero transactions in 1 tx, it was only
getting the first one.

Monero GUI wallet and Cake Wallet support this feature but xmrmemes did
not. This should be fixed now.

All past multi-payments that were not counted will be counted and the
meme creators will recieve the XMR.
2021-09-27 19:46:08 -07:00
dev
22d711435f Try to fix payout issue
The sweep_all seems to throw timeout errors sometimes (not always) which
causes saving the outbound transaction to fail which is very
problematic.

Now we will run that last and save the outbound transactions before
hand. This hopefully should fix the issue
2021-08-10 16:25:44 -07:00
dev
163e049aff Try to fix bug with sending payments 2021-08-07 19:34:37 -07:00
dev
f792803c99 Fix some bugs
- Remove json ld seo because it can be xss attacked and isn't needed
anyways
- Add try catch to sweep_all function incase error (for example: if tip
is too small, it can't cover the fee)
- Add note about tips being too small that they cant send in FAQ on
contact page
2021-08-06 16:50:23 -07:00
dev
821fb9b1ed Finish rough draft of website
Update the payment code so everything is working now

Improve DB structure

Improve design

Add API

Validate XMR Address upon registration

And Much More...

Still Need to work on:

- SEO
- Dropdown in menu (bug, not dropping down)
2021-08-06 13:06:07 -07:00
dev
dbfda5cf9e Almost complete site
Add dark / light theme

Add social sharing on meme pages

Add approving / pending admin section

Improve design

Add pagination on profiles

Make front end date time user friendly

Finish rough draft of site

And Much more...

Still need to fix a few minor things before it goes live. Almost
complete.
2021-07-31 00:03:33 -07:00