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

2001 Commits

Author SHA1 Message Date
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
alexcos20
ecc9988972 add provider types 2022-01-03 23:30:23 -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
bfddea15d5
Fix/update address (#1174)
* update

* small fix
2021-12-23 04:35:42 -08: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
f42673ef5e
Merge pull request #1159 from oceanprotocol/functionChecks
Function checks & provider fee updates
2021-12-22 17:53:09 +02: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
mihaisc
ec61424546
fix (#1166) 2021-12-20 04:24:34 -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
Bogdan Fazakas
83a433b1fd
Merge pull request #1162 from oceanprotocol/fix-provider-encrypt
fix encrypt function
2021-12-16 17:10:11 +02:00
Bogdan Fazakas
cb779eaf0d fix encrypt fucntion 2021-12-16 13:04:38 +02:00
lacoop6tu
899dd34a28 add NFT extra tests, fix Roles type 2021-12-16 05:41:03 -05:00
lacoop6tu
7e935da179 rm unused Nft class in Datatoken 2021-12-14 12:49:36 -05:00
lacoop6tu
5dde9f4da7 add isERC20Deployer fix 2021-12-14 12:41:19 -05:00
lacoop6tu
a9b95d3c15 add ERC20Deployer check, fix isERC20Deployer 2021-12-14 12:39:48 -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
lacoop6tu
fed45acb55 add missing functions in NFT class 2021-12-13 12:42:48 -05:00
lacoop6tu
ccf822f859 add template index checks on NFTFactory 2021-12-13 11:31:32 -05:00
mihaisc
4b2eacd4ec
add provider to index (#1150) 2021-12-13 05:53:55 -08:00
mihaisc
c71da1d52d
update config url (#1149) 2021-12-10 03:49:21 -08:00
Bogdan Fazakas
a566be009e
Merge pull request #1143 from oceanprotocol/feature/provider-c2d-support
add c2d methods in provider class
2021-12-10 11:16:44 +02:00
Bogdan Fazakas
cdd080a9e3 make index optional in ComputeResult 2021-12-10 11:01:03 +02:00
Bogdan Fazakas
06f9149078 added docs for compute methods 2021-12-10 10:58:56 +02:00
mihaisc
2e64f8a9e1
random fixes (#1148) 2021-12-10 00:29:24 -08:00
Bogdan Fazakas
ba9cd6a6da added compute delete method 2021-12-10 09:47:03 +02:00
mihaisc
6a992e334a
add code owner (#1140) 2021-12-10 09:45:40 +02:00
Bogdan Fazakas
9ff909468e fixed lint 2021-12-10 00:10:11 +02:00
Bogdan Fazakas
d44f53fb6f added c2d methods types and some utils 2021-12-10 00:07:52 +02:00
Bogdan Fazakas
014ffc380e
Merge pull request #1130 from oceanprotocol/ddo-updates
Ddo updates & refactoring & structure updates
2021-12-09 14:19:27 +02:00
Bogdan Fazakas
5dbcbbda85
Delete NftFactory file 2021-12-09 14:03:22 +02:00
Bogdan Fazakas
e2c0a512c1
Delete Nft file 2021-12-09 14:02:46 +02:00
Bogdan Fazakas
a6504626fd use old name for nft files for case sensitivity 2021-12-09 13:55:23 +02:00
Bogdan Fazakas
75de1bf5eb update forceConsistentCasingInFileNames 2021-12-09 13:49:28 +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
b4f1780d1a merged v4main into ddo-updates 2021-12-09 12:15:32 +02:00