Very small amounts were showing scientific notation numbers when
dispaying the total amount of tips on a meme or user or on the
leaderboard. This should fix that.
There may be a cleaner way to do this but this gets the job done.
The API was not being used and would need work such as pagination etc
Removing for now but leaving the code intact (just commented out) incase
there is a need to bring it back at a later date
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.
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
- 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
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)
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.