Commit Graph

46 Commits

Author SHA1 Message Date
mihaisc b3d229a543 contract address update 2022-02-11 13:41:47 +02:00
mihaisc 4d4f5670ce add orders to token 2022-01-31 15:03:33 +02:00
mihaisc 3e3a9d593d
schema updates (#307) 2022-01-31 02:09:05 -08:00
mihaisc f6ab8f8975
Fix/nft update (#304)
* update abi

* various fixes
2022-01-28 03:05:04 -08:00
mihaisc 22417b41ba
Various fixes (#294)
* small cleanup

* fix pools

* fixes

* cleanup

* cleanup
2022-01-18 06:20:02 -08:00
mihaisc 7f945f02f4
Fix pools (#287)
* small cleanup

* fix pools
2022-01-14 06:51:23 -08:00
mihaisc 2839649b28
Fix bugs (#286)
* fix token

* fix dispenser

* fixed fre
2022-01-13 08:24:57 -08:00
mihaisc 271ea50672 fix deploy 2021-12-07 11:47:58 +02:00
mihaisc f6a0a874a2 fix build 2021-12-02 14:10:23 +02:00
mihaisc 89b494c765 nftupdate 2021-12-02 13:08:47 +02:00
mihaisc 1868a6219c nft update 2021-11-29 14:11:58 +02:00
mihaisc b469174136 up 2021-11-26 10:04:14 +02:00
mihaisc 30c1be31e0 add pool snapshot 2021-11-23 14:59:34 +02:00
mihaisc 9fcdbf6ce3 snapshot 2021-11-23 11:54:40 +02:00
mihaisc 0ceff45ef2 schma updates 2021-11-23 09:59:59 +02:00
mihaisc 3eeba287fb mostly pool stuff 2021-11-19 16:42:17 +02:00
mihaisc dd7710b2f1 schema update + other 2021-11-15 14:04:26 +02:00
mihaisc c708e8367b another update 2021-11-12 15:22:35 +02:00
mihaisc bc1784edfe updated 2021-11-10 14:47:44 +02:00
mihaisc b39ecb6e12 basic events 2021-11-04 17:00:43 +02:00
mihaisc dd238aa614
update schema
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-10-28 19:48:53 +03:00
mihaisc 82fd689144
minor changes
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-10-27 13:06:30 +03:00
mihaisc 4ac408de51
up
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-09-15 12:53:50 +03:00
mihaisc d8c0d1c9ae
schema updates
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-09-13 16:20:29 +03:00
mihaisc 028e83cbe6 update pool tx 2021-09-10 13:49:37 +03:00
mihaisc bcc520f38d schema update 2021-09-08 14:34:33 +03:00
mihaisc 2e0f4b9e12 schema 2021-09-02 17:57:14 +03:00
mihaisc 1b5ef439d8 update lint,prettier , partial schema 2021-09-02 12:08:47 +03:00
mihaisc 6646d21292
Added baseTokenSymbol to FixedRateExchange (#201)
* added baseTokenSymbol to fre

* increase wait for test

* fix format
2021-08-13 07:04:18 -07:00
lacoop6tu dac185694b
Add swap volume, consume volume to subgraph (#64)
* Add swap volume, consume volume to subgraph

* add Global object, run lint

Co-authored-by: mihaisc <mihai@oceanprotocol.com>
2021-07-30 00:36:44 -07:00
Alex Coseru 9b3c466dff
add token name symbol to pools (#61)
* add token name symbol to pools

* fix lint

* fix build

* remove token prefixed keys and add isDatatoken

* add decimals

* merge

* fix package lock

* lock fix

* fix tokenId

Co-authored-by: mihaisc <mihai@oceanprotocol.com>
2021-07-29 01:55:48 -07:00
Alex Coseru f47ec9bb09
add dispenser (#106)
* add dispenser


Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>
2021-05-13 09:19:21 +03:00
Alex Coseru 59800e7992
add block to dt orders (#62) 2021-03-25 10:44:50 +02:00
Alex Coseru 7784de4a97
add FixedRateExchange (#53)
* add FixedRateExchange

* fix lint

* remove duplicate code.

* fix style

* remove newline.

Co-authored-by: ssallam <36411297+ssallam@users.noreply.github.com>
2021-03-10 23:36:51 +02:00
Samer bf158af3c8
Issue28 track metadata updates (#47)
* add datasource for the metadata events.

* handle metadata created/updated events, record (tx, blocknumber, timestamp, user) and update corresponding datatoken with update count.

* add list of metadata updates to the datatoken entity

* fix style issues

* style fix.

Co-authored-by: ssallam <travis@travis-ci.org>
2021-03-04 11:38:20 +01:00
Matthias Kretschmann f1a8269036
Activate dependabot, build tweaks, green CI (#6)
* activate dependabot

* package updates

* move auto-generated typings, adapt .gitignore

* lint fix

* eslint config tweaks, turn off eqeqeq rule

* kick out Travis, switch to GitHub Actions

* Update the readme file.

* Add totalOceanLiquidity and fix TVL calculation

* add logs to track pool shares.

* lockedValue fix

* update variable names

* Feature/devel instructions (#19)

* improve developer docs

* fix readme

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* update gitignore

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* .env, and infura key

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* merged/dependabot-tvl-fix (#21)

* Update the readme file.

* Add totalOceanLiquidity and fix TVL calculation

* add logs to track pool shares.

* update variable names

* fix error after merge

Co-authored-by: ssallam <travis@travis-ci.org>

* use const

Co-authored-by: ssallam <travis@travis-ci.org>
Co-authored-by: Alex Coseru <alex.coseru@gmail.com>
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: Samer <36411297+ssallam@users.noreply.github.com>
2021-02-09 11:13:31 +01:00
ssallam 083dfe6255 capture total locked value and keep it up to date with pool updates. 2021-01-14 13:31:29 +01:00
ssallam 7337d68db7 add pool transaction count, update pool reserves correctly, prevent div-by-zero errors. 2020-12-09 11:54:13 +01:00
ssallam b47cf07f18 debug pool history issue. 2020-12-08 17:57:09 +01:00
ssallam bc33ba658e update token reserve at the pool level, fix issues. 2020-12-03 10:05:34 +01:00
ssallam 0b53e70fc2 update schema, fix bugs, prevent processing tx multiple times. 2020-12-02 17:20:29 +01:00
ssallam d834f6bdfa create new user when processing new datatoken 2020-12-02 11:26:50 +01:00
ssallam 7184969ece update schema to support pool reserve/price history and data token transaction history and balance history. 2020-12-02 11:07:09 +01:00
ssallam 6470cb1c2c fix errors, add order handler. 2020-11-26 12:10:45 +01:00
ssallam 316dbeb9ad add datatoken mapping and handlers 2020-11-26 07:38:08 +01:00
ssallam 49461245d4 Add mappings for BFactory and BPool events with handlers 2020-11-20 13:12:02 +01:00