Commit Graph

26 Commits

Author SHA1 Message Date
Sebastián Galiano 18c04b5c50 Add token list from uniswap.info (flags pending) 2019-12-09 12:56:18 -03:00
Sebastián Galiano d61917a705 Add total supply/burned/minted/transferred for tokens 2019-12-06 14:32:19 -03:00
Sebastián Galiano 103fde7ebe Add different flags for tokens that emit Burn/Mint events and for tokens that emits Transfer event from/to the genesis address 2019-12-06 14:26:37 -03:00
Sebastián Galiano b7b5a959dd Extract decimal manipulation helpers to it own module 2019-12-04 14:35:54 -03:00
Sebastián Galiano e788e22e4d Specify startBlock for the contract used to initialize token registry 2019-12-04 13:42:47 -03:00
Sebastián Galiano 6580365a47 Add source JSON file for the token list 2019-11-19 12:57:49 -03:00
Sebastián Galiano e1ad17a8fc Upgrade CLi to 0.16.2 2019-11-19 12:49:54 -03:00
Sebastián Galiano 80084f9927 Bump dependencies to latest version 2019-11-01 12:45:01 -03:00
Leonardo Yvens 69f33d52c0 bring subgraph up to date on latest graph-cli and graph-ts 2019-10-24 12:33:37 -03:00
Yaniv Tal 4ac483ae13
Add readme 2019-09-15 19:17:12 -07:00
Sebastián Galiano a81f66560f Improve names of entities. Add description to fields in schema. 2019-08-14 23:54:55 -03:00
Sebastián Galiano 22927bf293 Adding in comments to explain some implementation details 2019-08-14 23:54:55 -03:00
Sebastián Galiano 24a131aa65 Include the fields `transaction`, `timestamp` and `block` into TokenEvent interface 2019-08-14 23:54:55 -03:00
Sebastián Galiano cba71d09db Fix token flags decoding 2019-08-14 23:54:55 -03:00
Sebastián Galiano 67910a701c Use EthereumMetadata interface in all appropriate entities 2019-08-14 23:54:55 -03:00
Sebastián Galiano ae657a8de8 Collect information about evolution of account balances (historical data) 2019-08-14 23:54:55 -03:00
Sebastián Galiano 51b1c0f319 Update The Graph CLI and library to latest version (0.14.0) 2019-08-14 23:54:55 -03:00
Sebastián Galiano 4e87a74bed Track account balances 2019-08-14 23:54:55 -03:00
Sebastián Galiano 22bd63fd50 Process burnable/mintable tokens that use Transfer event instead of Burn/Mint 2019-08-14 23:54:55 -03:00
Sebastián Galiano 3dab66fba7 Using the right token amount precision for events 2019-08-14 23:54:55 -03:00
Sebastián Galiano 82440be5a3 Add information about block and transaction to token event entities 2019-08-14 23:54:55 -03:00
Sebastián Galiano 64241903d6 Simplify token registry structure. Improve token flags handling. 2019-08-14 23:54:55 -03:00
Sebastián Galiano 53df2ad1f8 Add support to collect data from tokens that are burnable and mintable through events 2019-08-14 23:54:55 -03:00
Sebastián Galiano ef8d08b500 Initializing registry with an event from a contract that was deployed very early instead of use a block handler 2019-08-14 23:54:55 -03:00
Sebastián Galiano 6c39c547d1 Initial implementation of token registry backed by an IPFS file 2019-08-14 23:54:55 -03:00
Sebastián Galiano 1f9f14f780 Initial commit 2019-06-25 10:57:26 -03:00