This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store transactions in Firebase DB, removed usage of nacl.encoding
- Using bytes.from_hex and bytes.hex instead of nacl.encoding since it is planned to be made deprecated (pyca/pynacl#532) - Unconfirmed transactions are now stored in the firebase realtime database since using in-memory variables in cloud run does not guarantee safety.
- Loading branch information
Showing
3 changed files
with
9 additions
and
6 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
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
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 |
---|---|---|
|
@@ -4,3 +4,4 @@ PyNaCl==1.3.0 | |
gunicorn==20.0.4 | ||
google-cloud-firestore==1.7.0 | ||
firebase-admin==4.3.0 | ||
flask-cors==3.0.8 |