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
Vivek Teega
30b3d20630
Storing senderAddress and recevierAddress of a transaction as part of transactionDetails
2023-02-06 13:47:06 +00:00
Vivek Teega
138e53bb06
Added blocktime column in transactionHistory and refactored those database operations into a function
2023-01-29 20:41:26 +00:00
Vivek Teega
87fe48358e
1.1.2 Added new table ContractWinners for SmartContracts to accomodate rollback
2022-11-17 11:46:28 +00:00
Vivek Teega
b327ca5d58
Changes fotokenswap & stateF addition to contracts
2022-10-29 10:51:57 +00:00
Vivek Teega
e2b6ef1123
Adding db_reference in latestTransactions table
2022-03-08 09:08:44 +00:00
Vivek Teega
798b7ad21c
1.0.12 Completed latest version of token swap
2022-02-20 10:54:43 +00:00
Vivek Teega
d63495a878
Update: Time triggers, TimeActions
...
1. Consolidated all time triggers into one function - new logic in main script, TimeAction table added to system.db
2. Changes in code to convert RAW SQL to SQL Alchemy queries
2022-02-16 12:24:54 +00:00
Vivek Teega
14c2f048fd
1.0.11 Newer block based logic for scanning and deleting
2022-02-02 11:10:47 +05:30
Vivek Teega
43f3a91107
1.0.8 New rollforward and rollback scripts + storing blockNumber data in activeTable now
2022-01-27 21:05:39 +05:30
Vivek Teega
53782d9473
Updating progress
2022-01-23 21:56:38 +05:30
Vivek Teega
eaad8d88b8
Update changes
2022-01-17 16:13:49 +05:30
Vivek Teega
29c6019c15
Test rebuild along with database changes
2022-01-14 17:36:59 +05:30
Vivek Teega
c111b73c82
Added parsing for NFTs and Infinite tokens
2022-01-12 20:27:12 +05:30
Vivek Teega
98d0dbc81d
1.0.2 Addition of Token Swap participation code
2021-11-19 17:07:21 +05:30
Vivek Teega
1b27d0b31a
1.0.1 Token Swap Contract
2021-11-19 15:26:51 +05:30
Vivek Teega
ea5010fc4e
latest changes
2020-01-29 23:19:20 +00:00
Vivek Teega
3464a81a2d
Error handling for all cases, fixing issues with logic. SSE fix remaining
2020-01-03 23:09:12 +00:00
Vivek Teega
be0d2fec4f
Checkpoint while working on flosight change - lots of changes in this commit - currently right before changing how the system handles smart contract transactions
2019-12-13 14:42:18 +05:30
Vivek Teega
ad10cab6ca
Adding blockheight column in latesttransactions table
2019-09-09 16:17:07 +05:30
Vivek Teega
3677e2c36f
Fix latestBlocks's column names
2019-08-31 09:38:48 +05:30
Vivek Teega
46ccce5f81
adding extra fields for latest transactions
2019-08-30 12:23:31 +00:00
Vivek Teega
9c909b6d09
Adding maintenance of latest transactions and blocks db while token-tracking
2019-08-12 06:51:42 +05:30
Vivek Teega
3ba6b95b72
Keeping a map of address's first associtiation with a token
2019-06-12 18:01:08 +05:30
Vivek Teega
09fa370d04
Adding more columns for sqlite3 db
2019-05-31 15:03:49 +05:30
Vivek Teega
dba6f5d048
Adding transaction hash in participant records
2019-05-26 14:35:49 +05:30
Vivek Teega
6f95ad889e
Updating reject cases, checks for userchoice during participation, Blockchain triggers when committee triggers aren't required
2019-05-20 09:27:12 +05:30
Vivek Teega
6aa7a67b7d
Adding more reject conditions in parsing logic
2019-05-14 15:49:47 +05:30
Vivek Teega
f50f463620
Change in parsing logic for contract condition
2019-05-11 15:35:43 +05:30
Vivek Teega
0d93d0b5fe
Changes in db name
2019-04-13 09:25:39 +00:00
Vivek Teega
e88ec4f727
Complete Token tracking system
2019-04-08 10:39:28 +00:00
Vivek Teega
f49693d71b
Spine of betting smart contract
...
This commit introduces the betting smart contract on FLO blockchain
2019-03-23 20:49:53 +00:00
Vivek Teega
11a4aa09c6
Smart contract integration - Half Done
2019-03-18 14:44:24 +05:30
Vivek Teega
38a00c9f2e
Testing with Flask API
2019-03-05 15:44:11 +05:30