RanchiMall's Token and Smart Contract system
### Made all the database columns related to time of a transaction's confirmation as 'time' There were instances of using blocktime instead of time in the older code. But Flosight API was using time variable common across all its results. To maintain consistency now all database columns related to time/blocktime will be called "time" This change has affected models.py and tracktokens_smartcontracts.py file |
||
|---|---|---|
| .github/workflows | ||
| .gitignore | ||
| config-example.py | ||
| convert_db.py | ||
| models.py | ||
| old_parsing.py | ||
| parser_function_definitions.py | ||
| parsing.py | ||
| planning.txt | ||
| README.md | ||
| requirements.txt | ||
| smart-contract-system-redesign.txt | ||
| statef_processing.py | ||
| test_db.py | ||
| test_parsing.py | ||
| test_rebuild.py | ||
| test_rollback_new.py | ||
| tracktokens_smartcontracts.py | ||
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.