1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

479 Commits

Author SHA1 Message Date
Bogdan Fazakas
41fb836a49 moved artifacts under src so to build starts 2022-01-11 09:47:41 +02:00
Bogdan Fazakas
a019491ed2 add used artifacts update imports and removed not used dependancies 2022-01-10 18:36:48 +02:00
Bogdan Fazakas
5445e210ba wip provider updates add default http method & set headers and method to all calls 2022-01-10 15:40:12 +02:00
Bogdan Fazakas
04d850b6d6
integration tests publish all methods (#1197)
* added pool fixed rate and dispenser publish

* add validate method update publish tests

* update tests asset metadata

* update validate method

* fix lint

* update validate ussage

* send metadata to validate as object and removed some console logs

* fixed validate method update publish all tests

* fix validate aqua method

* update provider url

* update service timeout and add doc for validate method

* add MetadataProofs

Co-authored-by: alexcos20 <alex.coseru@gmail.com>
2022-01-07 11:17:04 +02:00
Alex Coseru
4dc8898bad
compute start (#1196)
* compute start

* add getStatus
2022-01-07 11:16:36 +02:00
Alex Coseru
b4064aea8f
publish & consume flow working (#1192)
* simple publish & consume flow working
2022-01-04 15:58:12 +02:00
alexcos20
503fd9d163 encrypt url as well 2022-01-03 23:30:31 -08:00
Alex Coseru
f23e65f61b
publish tests (#1184)
* publish tests

* update to latest contracts

* fix unit tests
2022-01-03 17:34:28 +02:00
mihaisc
8bcffc00a6
config and encrypt fixes (#1173)
* config and encrypt fixes

* small comment

* fix

* change in PoolCreationParams

* fix

* fixes

* fix fileinfo

* rename fileinfo -> checkFileUrl, add checkDidFiles

* ensure chainId is base 10

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-12-23 03:05:07 -08:00
Bogdan Fazakas
303d7607c7 fixed typo and tests and update initialize method 2021-12-22 17:18:43 +02:00
Bogdan Fazakas
67eea42290 update unit tests 2021-12-22 15:59:46 +02:00
Bogdan Fazakas
722113f176 update startorder fees and tests 2021-12-22 11:05:57 +02:00
Bogdan Fazakas
8c90f8dec9 merge v4 main and fix conflicts also fixed lint 2021-12-21 16:57:59 +02:00
Bogdan Fazakas
73ee785d66
Delete NFTFactory.test.ts file 2021-12-21 16:46:02 +02:00
Bogdan Fazakas
778798f5f7
Delete NFT.test.ts file 2021-12-21 16:45:37 +02:00
mihaisc
1e0724abe1
add dispenser (#1170) 2021-12-21 02:04:50 -08:00
lacoop6tu
4826cafba3 add getTokenURI, add test 2021-12-17 09:41:06 -05:00
lacoop6tu
39ded52003 add NFT owner check in Datatoken 2021-12-17 06:22:46 -05:00
lacoop6tu
e64e0b61b1 add ERC20Deployer checks and tests in Datatoken Class 2021-12-17 06:12:33 -05:00
lacoop6tu
96cfa952e4 add getMetadata function, add more tests in NFT class 2021-12-16 11:08:02 -05:00
mihaisc
602f453985
Feature/didutils (#1163)
* add ddo utils, remove web3 params from some helper

* update web3, some fixes

* fix lint

* remove console logs

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

* fixed lint

Co-authored-by: Bogdan Fazakas <bogdan.fazakas@gmail.com>
2021-12-16 17:57:41 +02:00
lacoop6tu
899dd34a28 add NFT extra tests, fix Roles type 2021-12-16 05:41:03 -05:00
mihaisc
fea7eca0a1
Add setTokenURI and others (#1151)
* add setTokenURI

* est gas fix

* add comments

* delete old files

* test
2021-12-13 11:01:57 -08:00
Bogdan Fazakas
a6504626fd use old name for nft files for case sensitivity 2021-12-09 13:55:23 +02:00
Bogdan Fazakas
b16163041a rename nft files 2021-12-09 12:50:30 +02:00
Bogdan Fazakas
4d7b70af76 update version and delete unused import 2021-12-09 12:29:03 +02:00
Bogdan Fazakas
6dacc0c44c refactor fixed some code styling issues 2021-12-09 12:13:56 +02:00
Bogdan Fazakas
1bdef71d54 added new file metadata structure and reorganize tokens and types 2021-12-08 17:08:30 +02:00
Bogdan Fazakas
dffaf99413 Merge branch 'v4main' into feature/v4-provider-class 2021-12-07 20:54:16 +02:00
Bogdan Fazakas
35c59f0b7b fixeded unit tests 2021-12-07 20:12:44 +02:00
Bogdan Fazakas
7092803c55 fixed swap unit tests 2021-12-07 16:57:21 +02:00
Bogdan Fazakas
075fbe2d9b added provider fees 2021-12-07 10:43:44 +02:00
Bogdan Fazakas
ee6e935c0c updated unit tests 2021-12-06 23:25:48 +02:00
Bogdan Fazakas
112a552b90 use serviceIndex instead of serviceID 2021-12-02 16:51:26 +02:00
Bogdan Fazakas
bb828b954c updated fetch decouple strategy and added some tests 2021-11-26 16:40:29 +02:00
Bogdan Fazakas
2e9bd8c419 fixed pool unit tests 2021-11-25 14:26:45 +02:00
Bogdan Fazakas
5f5b3ee1dc fixed erc20 unit test 2021-11-25 11:55:04 +02:00
Bogdan Fazakas
fa2e44d82b update erc20 datatoken and tests 2021-11-25 00:17:56 +02:00
Bogdan Fazakas
aa9c02af3f fixed rest of dispenser unit tests 2021-11-24 23:34:52 +02:00
Bogdan Fazakas
54e198c30a fixed dispenser create unit test wip updated contracts 2021-11-24 18:18:21 +02:00
Bogdan Fazakas
86a996184f test unit test updates 2021-11-11 14:36:01 +02:00
Bogdan Fazakas
2b3448de6b merged v4 main 2021-11-11 10:52:21 +02:00
Bogdan Fazakas
f35a58dfcf added back and fixed remaining tests 2021-11-10 19:23:40 +02:00
Bogdan Fazakas
d6bc48655e more refactor & commented failing tests for the moment 2021-11-10 12:08:20 +02:00
Bogdan Fazakas
c7f3144526 refactor 2021-11-09 21:08:15 +02:00
Bogdan Fazakas
272fb9a17c Merge branch 'v4main' into feature/SideStaking 2021-11-09 18:48:56 +02:00
lacoop6tu
65ab6c2c23 fix lint 2021-11-09 08:28:41 -05:00
Bogdan Fazakas
ad3390d3db Merge branch 'v4main' into feature/integrate-dispenser-contract 2021-11-09 11:53:32 +02:00
Bogdan Fazakas
9a8be41549 added interfaces fixedrate and erc tokens and array creation helpers 2021-11-09 10:57:57 +02:00
lacoop6tu
475855d899 add test for liquidity view functions, fix decimals issue 2021-11-08 17:03:20 -05:00