-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* FIXED Fixed imports for PKCS1 to use it a signature instead of a cipher * ADDED Integrated Flask into it and implemented the routes * ADDED Added routes tests * ADDED Added Flask to req. * ADDED Added docker support * ADDED Added simple transaction validators * UPDATE Updated the tests for transaction validators * UPDATE Updated the route tests to cover the cases of walets not being found * UPDATE Updated tests to improve the coverage * UPDATE: Removed the transaction class and added the blockchain class * UPDATE & ADD Updated the routes based on the new blockchain class & added more routes * UPDATE Updated the tests * FIX Removed the version from the docker-compose.yaml file since it's obsolete * UPDATE Updated the requirements.txt file * FIX Code fixes
- Loading branch information
Showing
8 changed files
with
751 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
version: '0.1' | ||
|
||
services: | ||
# Service for running tests | ||
test: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
pycryptodome==3.20.0 | ||
Flask==3.0.3 | ||
Flask==3.0.3 | ||
requests==2.32.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.