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

38 Commits

Author SHA1 Message Date
Bogdan Fazakas
14862f6a3a
Moved interfaces under types and some small fixes (#1253)
* moved interfaces and some fixes

* throw proper error messages on try catch blocks in pool class
2022-02-07 08:06:58 -08:00
mihaisc
fc711ece5c
remove ammount (#1241)
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-01-28 02:12:57 -08:00
mihaisc
be7adcb6f8
fix order, update contracts (#1240)
* fix order, update contracts

* remove console.log

* remove force contracts install
2022-01-26 10:27:58 -08:00
Bogdan Fazakas
5b73daad7e
Add setMetaDataAndTokenURI method (#1234)
* add support for setMetaDataAndTokenURI and added test

* delete logs

* fix lint

* fix naming
2022-01-25 06:02:00 -08:00
Bogdan Fazakas
5cb548ca59
replaced local artifacts with the published ones (#1232) 2022-01-20 04:39:58 -08:00
Bogdan Fazakas
ed2fe3a40e Merge branch 'v4main' into feature/own-gas-contract-options 2022-01-20 09:20:32 +02:00
Bogdan Fazakas
2c72b0623c updated docs 2022-01-20 00:50:43 +02:00
Bogdan Fazakas
8c9e21f309 fix start order and multi order 2022-01-19 18:56:59 +02:00
Bogdan Fazakas
6c9746a8ad fix opfee and DataToken naming 2022-01-19 17:26:22 +02:00
Bogdan Fazakas
ac52ad9f66 updated also token order struct 2022-01-19 14:33:21 +02:00
Bogdan Fazakas
69432720f0 put back baseToken instead of basetoken 2022-01-19 09:48:23 +02:00
Bogdan Fazakas
471875f85c update codebase renamed dataToken baseToken etc 2022-01-17 15:05:05 +02:00
Bogdan Fazakas
4d60a16f6e added default contract options and gas in config 2022-01-12 22:56:36 +02:00
bdfa60a91b move artifacts folder under /src 2022-01-11 17:52:28 +00:00
Bogdan Fazakas
810213c20c Revert "moved artifacts under src so to build starts"
This reverts commit 41fb836a4980f5a447dd9411037bd8f4618b7d24.
2022-01-11 10:35:28 +02:00
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
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
f23e65f61b
publish tests (#1184)
* publish tests

* update to latest contracts

* fix unit tests
2022-01-03 17:34:28 +02:00
Bogdan Fazakas
303d7607c7 fixed typo and tests and update initialize method 2021-12-22 17:18:43 +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
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
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
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
b16163041a rename nft files 2021-12-09 12:50:30 +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