RanchiMall's Token and Smart Contract system
Go to file
Vivek Teega acffba0698 Added functionality to add/remove a committee member from the list based on the time
Its possible that a committee member provided the right triggers for x number of contract before going rogue. Removal of the committee member after going rogue should not affect the previous contract's results.

* Transaction comparision with blocktime has been implement when creating committee list
* Order of execution of addition and removal is opinionated now to maintain consistency. Addition will be first, removal will be later
2023-02-16 15:26:06 +00:00
.gitignore Changes fotokenswap & stateF addition to contracts 2022-10-29 10:51:57 +00:00
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 Storing senderAddress and recevierAddress of a transaction as part of transactionDetails 2023-02-06 13:47:06 +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 Added checks to categorize negative contract and token amounts as noise 2023-02-12 11:49:36 +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 Update requirements.txt 2022-07-23 02:35:15 +05:30
smart-contract-system-redesign.txt Refactoring processBlock & adding smart contract plan 2022-01-10 20:54:02 +05:30
statef_processing.py 1.1.1 Addition of multiple payouts in internal trigger contract 2022-11-13 12:04:08 +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_rebuild.py 1.0.12 Completed latest version of token swap 2022-02-20 10:54:43 +00:00
test_rollback_new.py Storing contract history in multiline to accomodate rollback 2022-11-27 06:07:53 +00:00
tracktokens_smartcontracts.py Added functionality to add/remove a committee member from the list based on the time 2023-02-16 15:26:06 +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.