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

2030 Commits

Author SHA1 Message Date
mihaisc
a85f29a5d2 Release 1.0.0-next.4 v1.0.0-next.4 2022-01-13 11:06:34 +02:00
mihaisc
9d4f0923ca
update addresses based on new deployment (#1216) 2022-01-13 01:05:34 -08:00
mihaisc
3c9ee7599b Release 1.0.0-next.3 v1.0.0-next.3 2022-01-12 18:28:04 +02:00
mihaisc
c30510aabc
update addresses (#1213) 2022-01-12 08:25:08 -08:00
a9c592c3e6
Release 1.0.0-next.2 v1.0.0-next.2 2022-01-11 18:14:02 +00:00
ae6ee6f9c7
fix dist typings path
* use workaround from https://github.com/developit/microbundle/issues/854#issuecomment-940485331
2022-01-11 18:12:31 +00:00
49c763468c
Release 1.0.0-next.1 v1.0.0-next.1 2022-01-11 17:55:17 +00:00
fe44c61e0e fix typescript 2022-01-11 17:52:28 +00:00
80e2d21c20 single tsconfig & mocharc for all tests, simplify commands 2022-01-11 17:52:28 +00:00
8776c1bb91 make mocha pick up individual tsconfig, compile test files 2022-01-11 17:52:28 +00:00
24425fcf8b fix artifacts path in all test files 2022-01-11 17:52:28 +00:00
b7b7d8fd47 build tool tweaks
* following https://github.com/developit/microbundle#specifying-filenames-in-packagejson
2022-01-11 17:52:28 +00:00
455d3343e1 remove os usage 2022-01-11 17:52:28 +00:00
bdfa60a91b move artifacts folder under /src 2022-01-11 17:52:28 +00:00
4bbdd52111
Release 1.0.0-next.0 v1.0.0-next.0 2022-01-11 13:41:44 +00:00
cdb43615a4
use existing version number 2022-01-11 13:40:55 +00:00
8717905e72
bump release-it to v14.12.1 2022-01-11 13:37:19 +00:00
mihaisc
33ca7f43c1
Fix/pool_approve (#1207)
* fix

* fixes

* fix estimate

* fix approve

* convert to wei

* final fix
2022-01-11 05:29:19 -08:00
Bogdan Fazakas
aa1c1fcfbf
Merge pull request #1208 from oceanprotocol/feature/add-artifacts
Add ocean-contracts artifacts in root dir
2022-01-11 14:41:38 +02:00
Bogdan Fazakas
17cbc74074 1.0.0-alpha.0 2022-01-11 14:11:52 +02:00
Bogdan Fazakas
6c7f5de2cb remove unused artifacts 2022-01-11 12:56:35 +02:00
Bogdan Fazakas
675804a3a9 update address.json file 2022-01-11 11:49:23 +02:00
Bogdan Fazakas
55b2048476 update TestContractHandler import 2022-01-11 11:16:51 +02:00
Bogdan Fazakas
147b72d2c0 update tscofnig 2022-01-11 11:06:16 +02: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
f965c70480 update MockERC20 import 2022-01-11 10:06:13 +02:00
Bogdan Fazakas
41fb836a49 moved artifacts under src so to build starts 2022-01-11 09:47:41 +02:00
Bogdan Fazakas
0d74f71fb1 add interface export 2022-01-10 19:20:59 +02:00
Bogdan Fazakas
0a9cb3d592 updated tsconfig 2022-01-10 19:19:59 +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
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