aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [WIP] Starting to implement realnetYigit Sever2021-04-222-20/+63
|
* Change block proposal, fix testsYigit Sever2021-04-201-6/+7
|
* BugfixYigit Sever2021-04-202-6/+12
| | | | Users cannot authenticate twice now
* Add default for DbYigit Sever2021-04-191-1/+7
|
* BugfixYigit Sever2021-04-191-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 easierYigit Sever2021-04-181-4/+7
|
* Verbose JWT error message in transactionsYigit Sever2021-04-181-2/+3
|
* Bugfix and useful error messagesYigit Sever2021-04-181-8/+20
|
* New user and verbose JWT errorsYigit Sever2021-04-182-1/+2
|
* Temporarily reduce block limitYigit Sever2021-04-181-1/+1
|
* Fix transaction blocking bugYigit Sever2021-04-181-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
* Rename functions and move checksYigit Sever2021-04-172-33/+23
| | | | Proposals are authenticated, no need to parrot
* Implement block/tx boundsYigit Sever2021-04-172-13/+42
|
* Add existing user get supportYigit Sever2021-04-162-9/+29
|
* Passing auth testYigit Sever2021-04-161-5/+4
|
* Almost passsing authYigit Sever2021-04-161-5/+9
|
* work on post auth transaction 201 testalpaylan2021-04-161-4/+1
|
* Merge remote-tracking branch 'origin/main'Yigit Sever2021-04-161-2/+4
|\
| * work on post auth transaction 201 testalpaylan2021-04-161-2/+4
| |
* | Writing auth testYigit Sever2021-04-161-0/+1
|/
* handle double transaction.alpaylan2021-04-161-0/+12
|
* Fix deadlockYigit Sever2021-04-161-5/+6
|
* Check correct bitsYigit Sever2021-04-161-2/+2
|
* change mocked db.alpaylan2021-04-161-1/+1
|
* Give up on content lengthYigit Sever2021-04-161-3/+0
|
* change last block reading method.alpaylan2021-04-161-8/+6
|
* Merge remote-tracking branch 'origin/main'alpaylan2021-04-166-115/+238
|\ | | | | | | | | # Conflicts: # src/schema.rs
| * Load users from disk at startYigit Sever2021-04-162-27/+74
| |
| * Add Doc for UserYigit Sever2021-04-151-5/+6
| |
| * Switch over to big boy loggingYigit Sever2021-04-151-2/+1
| |
| * Cleaned up user authenticationYigit Sever2021-04-152-15/+123
| | | | | | | | Removed TODOs, unrolled unwraps
| * Listen to clippyYigit Sever2021-04-154-26/+20
| |
| * Remove lorems and inpsumsesYigit Sever2021-04-152-2/+2
| |
| * Remove unused codeYigit Sever2021-04-152-39/+0
| |
| * Merge remote-tracking branch 'origin/template' into templateYigit Sever2021-04-152-14/+8
| |\
| | * shed unused functionYigit Sever2021-04-151-11/+0
| | |
| | * Add static serving supportYigit Sever2021-04-151-3/+8
| | |
| | * [WIP] Add template supportYigit Sever2021-04-152-3/+22
| | |
| * | Add template supportYigit Sever2021-04-152-3/+22
| | | | | | | | | | | | We are now serving static HTML alongside Gradecoin REST
* | | change last block reading method.alpaylan2021-04-161-6/+25
|/ /
* | Merge remote-tracking branch 'origin/main'alpaylan2021-04-152-6/+32
|\|
| * Implement the bank accountYigit Sever2021-04-142-6/+32
| |
* | fix docs.alpaylan2021-04-151-1/+1
|/
* Transactions return as dictYigit Sever2021-04-141-3/+4
|
* Implement coinbase rewardYigit Sever2021-04-141-8/+16
|
* Accepted block transactions play out nowYigit Sever2021-04-142-39/+75
|
* Users have FingerprintsYigit Sever2021-04-141-19/+17
|
* [WIP] Rough authentication process doneYigit Sever2021-04-141-0/+11
|
* [WIP] Initial implementation of user authYigit Sever2021-04-141-2/+0
| | | | | | There is a dance involved and everything Write down specs for RSA and AES, padding scheme, ugh.
* [WIP] Fix silly bugYigit Sever2021-04-141-2/+2
|