RanchiMall's Token and Smart Contract system
Go to file
RanchiMall Dev a83ed33a99 Further changes for blockbook shifting:
1. Removed socketio
2. Added support for blockbook's websocket
3. Fixed a bug reg transaction processing. Blockbook doesn't return floData key in a transaction's details API response if floData is not present in the transaction. Updated code to handle this
2023-10-27 11:13:09 +00:00
.github/workflows Changes required for blockbook migration 2023-08-09 14:48:56 +00:00
tests Changes required for blockbook migration 2023-08-09 14:48:56 +00:00
.gitignore Added more folders to gitignore 2023-10-27 11:07:56 +00:00
config-example.ini Changes required for blockbook migration 2023-08-09 14:48:56 +00:00
convert_db.py Changes required for blockbook migration 2023-08-09 14:48:56 +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 Changes required for blockbook migration 2023-08-09 14:48:56 +00:00
parsing.py Added a check to make sure payeeAddress is not contractAddress 2023-10-05 20:36:46 +00:00
planning.txt Changes required for blockbook migration 2023-08-09 14:48:56 +00:00
README.md Changes required for blockbook migration 2023-08-09 14:48:56 +00:00
requirements.txt Further changes for blockbook shifting: 2023-10-27 11:13:09 +00:00
smart-contract-system-redesign.txt Changes required for blockbook migration 2023-08-09 14:48:56 +00:00
statef_processing.py Changes required for blockbook migration 2023-08-09 14:48:56 +00:00
tracktokens_smartcontracts.py Further changes for blockbook shifting: 2023-10-27 11:13:09 +00:00
util_db_connect.py Changes required for blockbook migration 2023-08-09 14:48:56 +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 Fixed rollback 2023-08-12 17:51:13 +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.