RanchiMall's Token and Smart Contract system
Go to file
2022-03-08 09:08:44 +00:00
.gitignore more changes in gitignore 2020-01-29 23:26:08 +00:00
.python-version Added checks to handle bad api responses 2021-06-26 13:46:40 +00:00
app.py 1.0.1 Token Swap Contract 2021-11-19 15:26:51 +05:30
config-example.py Adding calls to SSE API 2019-06-04 16:00:23 +05:30
convert_db.py Changes to updateLatestTransaction so it can take unique transactionType as argument 2022-02-24 13:07:20 +00:00
models.py Adding db_reference in latestTransactions table 2022-03-08 09:08:44 +00:00
old_parsing.py 1.0.5 Added renamed the older parser and added the new parser 2022-01-11 13:04:52 +05:30
output_return.py Changes in outputreturn and input classifier 2022-01-07 17:02:31 +05:30
parser_categorization.py backup for files with details of the code refactoring 2022-01-04 10:47:09 +00:00
parser_function_definitions.py Update latest code 2022-01-06 08:35:44 +00:00
parser_functions.py Saving progress 2022-01-05 09:28:31 +00:00
parsing.py Changes in parsing to add tokenswap price type predetermined|determined & continuos|continuous event 2022-02-02 12:38:49 +00:00
planning.py 1.0.8 New rollforward and rollback scripts + storing blockNumber data in activeTable now 2022-01-27 21:05:39 +05:30
README.md Update Readme 2020-09-29 03:39:54 +05:30
requirements.txt 1.0.1 Token Swap Contract 2021-11-19 15:26:51 +05:30
smart-contract-system-redesign.txt Refactoring processBlock & adding smart contract plan 2022-01-10 20:54:02 +05:30
sqlite_tests.py Refactored SQLAlchemy raw sql into 1 function 2022-01-11 20:45:57 +05:30
test_database.py Updating progress 2022-01-23 21:56:38 +05:30
test_db.py 1.0.12 Completed latest version of token swap 2022-02-20 10:54:43 +00:00
test_parsing.py Updating changes 2022-01-30 18:53:31 +05:30
test_rebuild.py 1.0.12 Completed latest version of token swap 2022-02-20 10:54:43 +00:00
test_rollback_new.py 1.0.12 Completed latest version of token swap 2022-02-20 10:54:43 +00:00
test_rollback.py Updating changes 2022-01-30 18:53:31 +05:30
test_rollforward.py Update changes 2022-01-28 14:17:17 +05:30
tracktokens_smartcontracts.py Added more transaction types for latestCache.db 2022-02-25 10:03:35 +00:00

FLO Token & Smart Contract System

The python script scans the FLO Blockchain for Token and Smart Contract activity and creates/updates local SQLite databases accordingly.