aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* change last block reading method.alpaylan2021-04-161-6/+25
|
* Merge remote-tracking branch 'origin/main'alpaylan2021-04-154-9/+38
|\
| * Update TODOsYigit Sever2021-04-141-3/+1
| |
| * Implement the bank accountYigit Sever2021-04-142-6/+32
| |
| * Add JWT resourcesYigit Sever2021-04-141-1/+3
| |
| * Clarify referenceYigit Sever2021-04-141-1/+1
| |
| * Tracking REFERENCE.mdYigit Sever2021-04-141-0/+3
| |
* | fix docs.alpaylan2021-04-151-1/+1
|/
* Transactions return as dictYigit Sever2021-04-142-4/+5
|
* Implement coinbase rewardYigit Sever2021-04-142-9/+17
|
* Update TODOsYigit Sever2021-04-141-5/+2
|
* Accepted block transactions play out nowYigit Sever2021-04-142-39/+75
|
* Users have FingerprintsYigit Sever2021-04-141-19/+17
|
* Update TODOsYigit Sever2021-04-141-10/+11
|
* [WIP] Rough authentication process doneYigit Sever2021-04-141-0/+11
|
* [WIP] Initial implementation of user authYigit Sever2021-04-142-31/+28
| | | | | | 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
|
* [WIP] Let user know their fingerprintYigit Sever2021-04-141-3/+6
|
* [WIP] Address users by their fingerprintYigit Sever2021-04-141-3/+5
|
* [WIP] Remove unnecessary importsYigit Sever2021-04-141-1/+1
|
* [WIP] Rough authentication process doneYigit Sever2021-04-144-22/+121
|
* Add auth documentationYigit Sever2021-04-141-2/+33
|
* [WIP] Initial implementation of user authYigit Sever2021-04-149-14/+342
| | | | | | There is a dance involved and everything Write down specs for RSA and AES, padding scheme, ugh.
* recover database from file.alpaylan2021-04-141-2/+45
|
* embed user passwds to the code structs.alpaylan2021-04-144-20/+55
|
* add user passwds.alpaylan2021-04-142-0/+44
|
* Simplify the block validation processYigit Sever2021-04-141-19/+16
| | | | 2 TODOs down!
* Fix post transaction testYigit Sever2021-04-141-1/+1
|
* update todoalpaylan2021-04-141-1/+2
|
* fix the serde if tests.alpaylan2021-04-141-7/+19
|
* delete unnecessary imports.alpaylan2021-04-141-2/+1
|
* finished auth request testing.alpaylan2021-04-141-1/+24
|
* finished metu id testing.alpaylan2021-04-141-0/+14
|
* finished user testing.alpaylan2021-04-142-3/+33
|
* finished naked block testing.alpaylan2021-04-142-7/+38
|
* finished block testingalpaylan2021-04-142-1/+35
|
* finished claim testing.alpaylan2021-04-141-0/+35
|
* finished claim testing.alpaylan2021-04-141-1/+8
|
* start testing schemaalpaylan2021-04-142-2/+22
|
* test functions are generated.alpaylan2021-04-141-0/+97
|
* update todoalpaylan2021-04-141-1/+1
|
* update todoalpaylan2021-04-141-1/+4
|
* remove unused part.alpaylan2021-04-141-12/+1
|
* add balance check to transactions.alpaylan2021-04-141-0/+35
|
* Add empty block testYigit Sever2021-04-144-5/+20
|
* Add new testYigit Sever2021-04-141-0/+27
|
* Revise testsYigit Sever2021-04-142-87/+85
|
* Implement multithreading for example minerYigit Sever2021-04-141-15/+48
|
* Update TODOYigit Sever2021-04-131-4/+9
|
* Add verbose error messagesYigit Sever2021-04-136-63/+188
| | | | | | | | | Not happy with the solution one bit but using error.rs at https://blog.logrocket.com/create-an-async-crud-web-service-in-rust-with-warp/ was not working Basically we just handcraft every single response on the spot, there is some repetition and it's ugly but need to move on