RanchiMall's Token and Smart Contract system
Go to file
RanchiMall Dev 989251127c Fixed confusion between time vs blocktime
### 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
2023-04-07 08:00:55 +00:00
.github/workflows Fixing workflow file : automated test for parsing.py 2023-03-19 14:28:05 +00:00
.gitignore Fixed confusion between time vs blocktime 2023-04-07 08:00:55 +00:00
config-example.py
convert_db.py Changes to updateLatestTransaction so it can take unique transactionType as argument 2022-02-24 13:07:20 +00:00
models.py Fixed confusion between time vs blocktime 2023-04-07 08:00:55 +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
parser_function_definitions.py Update latest code 2022-01-06 08:35:44 +00:00
parsing.py Fixed bug : parsing and storing of oracle address 2023-03-27 13:53:20 +00:00
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 Setting up automated testing for parsing.py 2023-03-19 13:49:37 +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
test_db.py Fixing bugs with logic of time based triggers in time_actions table 2022-12-01 11:17:34 +00:00
test_parsing.py Updated regex and tests for tokenamount parsing 2023-03-22 11:19:32 +00:00
test_rebuild.py 1.0.12 Completed latest version of token swap 2022-02-20 10:54:43 +00:00
test_rollback_new.py Changes: NFT, Token Swap, Rollback script 2023-02-27 12:32:08 +00:00
tracktokens_smartcontracts.py Fixed confusion between time vs blocktime 2023-04-07 08:00:55 +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.