RanchiMall's Token and Smart Contract system
Go to file
Sai Raj 5449ee83a5 Exception handle
- Adding exception handle for all fetch and db connections within a loop with retry timeout
- blocked all sys.exit to prevent system from shutting down. instead retry after 1 hr or 30 mins
2024-07-10 04:15:03 -04:00
.github/workflows Update test_parsing.yml 2023-05-18 14:58:13 +05:30
tests Refactoring + cleanup 2023-05-18 09:26:13 +00:00
.gitignore Converting calculations to Decimal calculations 2023-11-11 05:00:22 +00:00
config-example.ini Refactoring + cleanup 2023-05-18 09:26:13 +00:00
convert_db.py Changes to updateLatestTransaction so it can take unique transactionType as argument 2022-02-24 13:07:20 +00:00
models.py Fix internal transactions + Added another column referenceTxHash to contractwinners table 2023-09-29 12:05:04 +00:00
parser_function_definitions.py error fixes 2024-07-07 01:19:53 -04:00
parsing.py Merge pull request #44 from ranchimall/upgrade/blockbook-decimalmod 2023-11-20 11:00:15 +05:30
planning.txt Cleanup 2022-11-17 12:00:50 +00:00
README.md Update Readme 2020-09-29 03:39:54 +05:30
requirements.txt Further changes for blockbook shifting: 2023-10-27 11:13:09 +00:00
smart-contract-system-redesign.txt Refactoring processBlock & adding smart contract plan 2022-01-10 20:54:02 +05:30
statef_processing.py Cleanup and updating of flosight link 2023-03-01 11:56:36 +00:00
tracktokens_smartcontracts.py Exception handle 2024-07-10 04:15:03 -04:00
util_db_connect.py Refactoring + cleanup 2023-05-18 09:26:13 +00:00
util_rebuild_withAPI.py Added new helper scripts 2023-09-11 11:33:37 +00:00
util_rebuild.py Added rebuild code 2023-08-22 10:49:34 +00:00
util_reset_latest_block.py Added new helper scripts 2023-09-11 11:33:37 +00:00
util_rollback.py Adding utility fns for reorg 2024-07-07 01:21:55 -04: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.