Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bugfix | Yigit Sever | 2021-04-26 | 1 | -0/+12 | |
| | ||||||
* | Preempive bugfix | Yigit Sever | 2021-04-25 | 1 | -4/+4 | |
| | ||||||
* | Implement nicenet | Yigit Sever | 2021-04-25 | 11 | -524/+701 | |
| | | | | | | | - There are bot accounts that return what you sent them - Sending a transaction generates some coin out of thin air - No more one tx per person per block limit - Unused transactions do not disappear anymore | |||||
* | Better error messages in auth | Yigit Sever | 2021-04-23 | 1 | -6/+16 | |
| | ||||||
* | Add new player | Yigit Sever | 2021-04-22 | 1 | -0/+1 | |
| | ||||||
* | Fix user table | Yigit Sever | 2021-04-20 | 1 | -1/+1 | |
| | ||||||
* | Change block proposal, fix tests | Yigit Sever | 2021-04-20 | 3 | -69/+84 | |
| | ||||||
* | Bugfix | Yigit Sever | 2021-04-20 | 2 | -6/+12 | |
| | | | | Users cannot authenticate twice now | |||||
* | Update TODOs | Yigit Sever | 2021-04-20 | 1 | -2/+9 | |
| | ||||||
* | Shed README.md | Yigit Sever | 2021-04-19 | 2 | -34/+3 | |
| | ||||||
* | Add serde example | Yigit Sever | 2021-04-19 | 1 | -0/+17 | |
| | ||||||
* | Moving site to separate repo | Yigit Sever | 2021-04-19 | 43 | -2215/+0 | |
| | ||||||
* | Update news ticker | Yigit Sever | 2021-04-19 | 2 | -0/+2 | |
| | ||||||
* | Add default for Db | Yigit Sever | 2021-04-19 | 1 | -1/+7 | |
| | ||||||
* | Bugfix | Yigit Sever | 2021-04-19 | 1 | -4/+26 | |
| | | | | | It was possible (and hilarious) to mint a new block with just one transaction, by repeating it 5 times, lol | |||||
* | Transaction hashing should be easier | Yigit Sever | 2021-04-18 | 5 | -33/+28 | |
| | ||||||
* | Verbose JWT error message in transactions | Yigit Sever | 2021-04-18 | 1 | -2/+3 | |
| | ||||||
* | Bugfix and useful error messages | Yigit Sever | 2021-04-18 | 1 | -8/+20 | |
| | ||||||
* | New user and verbose JWT errors | Yigit Sever | 2021-04-18 | 2 | -1/+2 | |
| | ||||||
* | Update news | Yigit Sever | 2021-04-18 | 2 | -6/+4 | |
| | ||||||
* | Temporarily reduce block limit | Yigit Sever | 2021-04-18 | 1 | -1/+1 | |
| | ||||||
* | Fix transaction blocking bug | Yigit Sever | 2021-04-18 | 1 | -1/+1 | |
| | | | | | | We used to insert transactions by their source field. Then we started using by (actually unique). This bug caused only one bank transaction to exist at any time | |||||
* | Update TODOs | Yigit Sever | 2021-04-18 | 1 | -22/+2 | |
| | ||||||
* | Fix read more link | Yigit Sever | 2021-04-17 | 2 | -2/+2 | |
| | ||||||
* | Add news ticker | Yigit Sever | 2021-04-17 | 4 | -3/+120 | |
| | ||||||
* | Update docs | Yigit Sever | 2021-04-17 | 8 | -10/+64 | |
| | ||||||
* | Rename functions and move checks | Yigit Sever | 2021-04-17 | 2 | -33/+23 | |
| | | | | Proposals are authenticated, no need to parrot | |||||
* | Implement block/tx bounds | Yigit Sever | 2021-04-17 | 3 | -19/+46 | |
| | ||||||
* | Reduce log level to trace | Yigit Sever | 2021-04-17 | 1 | -1/+1 | |
| | ||||||
* | Add missing pages | Yigit Sever | 2021-04-16 | 2 | -0/+166 | |
| | ||||||
* | Ugh. Fix typo | Yigit Sever | 2021-04-16 | 3 | -3/+3 | |
| | ||||||
* | Last minute changes | Yigit Sever | 2021-04-16 | 3 | -30/+34 | |
| | ||||||
* | Fix the damn public/ | Yigit Sever | 2021-04-16 | 2 | -3/+7 | |
| | ||||||
* | Merge pull request 'Add existing user get support' (#1) from usershow into main | yigit sever | 2021-04-16 | 6 | -19/+68 | |
|\ | | | | | | | Reviewed-on: https://git.yigitsever.com/yigit/gradecoin/pulls/1 | |||||
| * | Add existing user get support | Yigit Sever | 2021-04-16 | 6 | -19/+68 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/main' | alpaylan | 2021-04-16 | 3 | -3/+3 | |
|\| | ||||||
| * | Add gradecoin public key | Yigit Sever | 2021-04-16 | 3 | -3/+3 | |
| | | ||||||
* | | update landing page. | alpaylan | 2021-04-16 | 1 | -2/+7 | |
|/ | ||||||
* | Link JSON docs | Yigit Sever | 2021-04-16 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'origin/main' | Yigit Sever | 2021-04-16 | 2 | -10/+8 | |
|\ | ||||||
| * | update todo | alpaylan | 2021-04-16 | 1 | -9/+7 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/main' | alpaylan | 2021-04-16 | 8 | -7/+20 | |
| |\ | ||||||
| * | | link to json | alpaylan | 2021-04-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add bank description | Yigit Sever | 2021-04-16 | 3 | -5/+40 | |
| |/ |/| | ||||||
* | | Merge remote-tracking branch 'origin/main' | Yigit Sever | 2021-04-16 | 8 | -13/+16 | |
|\| | ||||||
| * | md5 added to tha. | alpaylan | 2021-04-16 | 1 | -1/+1 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/main' | alpaylan | 2021-04-16 | 1 | -4/+5 | |
| |\ | ||||||
| * | | misc added fingerprint moved. | alpaylan | 2021-04-16 | 1 | -4/+8 | |
| | | | ||||||
* | | | New page misc docs | Yigit Sever | 2021-04-16 | 9 | -14/+28 | |
| |/ |/| | ||||||
* | | Merge remote-tracking branch 'origin/main' | Yigit Sever | 2021-04-16 | 1 | -0/+13 | |
|\| |