Miquel A. Cabot
a4a7a7e469
add transfer() and estTransfer() functions
2022-04-01 12:49:38 +02:00
Soon Huat
9106a78646
default amountToUnits decimals to 18, FRE consumerMarketSwapFee witho… ( #1374 )
...
* default amountToUnits decimals to 18, FRE consumerMarketSwapFee without basetoken
* Revert "default amountToUnits decimals to 18, FRE consumerMarketSwapFee without basetoken"
This reverts commit 14ef599738a85d82f1268ed77a338b4ba1b9f668.
* FRE, web3 toWei for percentage based value
Co-authored-by: Soon Huat <soon_huat.phan@daimler.com>
2022-03-29 15:54:09 +01:00
Soon Huat
4c5da01d66
change address[1] to paymentCollector based on smart contract ( #1375 )
...
Co-authored-by: Soon Huat <soon_huat.phan@daimler.com>
2022-03-29 15:40:30 +01:00
Bogdan Fazakas
4157e1e473
update compute status query and jsdoc ( #1361 )
2022-03-29 15:40:01 +01:00
Miquel A. Cabot
a33bf42452
Issue-#1367: Fix error in NftFactory.disableTokenTemplate()
and NftFactory.reactivateTokenTemplate()
( #1368 )
...
* fix error in NftFactory.disableTokenTemplate() and NftFactory.reactivateTokenTemplate()
* add tests for nft and token templates
2022-03-29 15:37:50 +01:00
Miquel A. Cabot
52c8121b82
Merge pull request #1355 from oceanprotocol/issue-1292-fix-compute-test-timeout
...
Issue-#1246: Use confighelper instead of hardcoded endpoints
2022-03-24 16:06:40 +01:00
296a94be98
solve all typing warnings ( #1364 )
2022-03-24 13:33:03 +00:00
Miquel A. Cabot
d3246c5ae4
Merge branch 'v4main' into issue-1246-use-confighelper-in-tests
2022-03-22 15:43:48 +01:00
Alex Coseru
c01fb0756c
Feature/contracts alpha 25 ( #1358 )
...
* bump to contracts alpha 26
* update gasFeeMultiplier
2022-03-21 14:40:34 +02:00
Miquel A. Cabot
db0c9a6cdb
Merge branch 'v4main' into issue-1246-use-confighelper-in-tests
2022-03-16 14:30:24 +01:00
Norbi
a0e43235dd
Replace toWei/fromWei when base token conversion ( #1318 )
...
* replaced toWei inside FRE
* added amountToUnits for maxPrice inside pool
* replaced fromWei
* add web3 param to getPoolCreationParams
* added await before amountToUnits inside swapExactAmount
* swapExactAmount update
* add await to unitsToAmount inside setRate
* convert newRate to string
* replaced unitToAmounts with amountToUnits inside setRate
* replace unitToAmounts with amountToUnits
* added await
* replaced String() with toSting()
* replaced String() in Provider
* transform newRate into wei inside estimateSetRate
* replace toWei inside getFreCreationParams
* added web3 param to getFreCreationParams
* add amountToUnits inside getFreOrderParams
* added logs
* removed unitsToAmount from fixed rate
* removed amountToUnits inside marketFee
* removed logs
2022-03-16 12:44:53 +02:00
md0x
a4a3e8abb8
Make metadataProofs optional in setMetadataAndTokenURI ( #1336 )
...
* Make metadataProofs optional in setMetadataAndTokenURI
Signed-off-by: Pablo Maldonado <pablo@oceanprotocol.com>
* Add empty array if not metadataProofs
Signed-off-by: Pablo Maldonado <pablo@oceanprotocol.com>
2022-03-16 09:52:41 +00:00
Miquel A. Cabot
ac5bbf7922
use ip number instead of localhost in config file
2022-03-15 18:44:58 +01:00
mihaisc
d8a7d42a9e
fix moonbase urls ( #1337 )
...
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-03-14 16:56:55 +02:00
Alex Coseru
9b724d71bd
Feature/contracts alpha 22 ( #1334 )
...
* bump contracts to alpha 22
2022-03-14 14:23:16 +02:00
f97727dd36
update ServiceComputeOptions
( #1330 )
2022-03-11 11:05:08 +00:00
Norbi
bd32b950a8
dispenser creation: transform maxTokens and maxBalance to wei ( #1328 )
2022-03-11 11:04:55 +00:00
mihaisc
b1eb329a81
fix url ( #1325 )
...
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-03-03 19:43:54 +02:00
Soon Huat
dfb42e5464
services specific additional information ( #1311 )
...
Co-authored-by: Soon Huat <soon_huat.phan@daimler.com>
2022-02-24 03:15:39 -08:00
mihaisc
c930b59c24
fix export ( #1309 )
2022-02-23 00:56:01 -08:00
mihaisc
1a12a4bd89
Calculating max swap/liquidity ( #1306 )
...
* calc max
* more max checks
* fix description
2022-02-22 08:37:41 -08:00
Bogdan Fazakas
ba962c0805
fix estGas for setMetadata call ( #1303 )
2022-02-21 13:31:26 +00:00
mihaisc
6a70f48cfc
Update contracts ( #1297 )
...
* add categories to metadata
* update contracts
* fix
2022-02-17 11:17:02 +02:00
Alex Coseru
7932a845d5
bump to contracts alpha.20 ( #1295 )
...
* bump to contracts alpha.20
Co-authored-by: Bogdan Fazakas <bogdan.fazakas@gmail.com>
2022-02-16 18:25:17 +02:00
mihaisc
cd3360135c
update config endpoint ( #1288 )
...
* update config endpoint
* Update src/utils/ConfigHelper.ts
Co-authored-by: Alex Coseru <alex.coseru@gmail.com>
* Update src/utils/ConfigHelper.ts
Co-authored-by: Alex Coseru <alex.coseru@gmail.com>
* remove celo
* remove catena
Co-authored-by: Alex Coseru <alex.coseru@gmail.com>
2022-02-15 00:06:21 -08:00
Alex Coseru
91a4431938
update to contracts alpha.19 ( #1286 )
2022-02-14 18:36:15 +02:00
Bogdan Fazakas
bad1fd5504
Merge pull request #1281 from oceanprotocol/feature/update-pool-jsdocs
...
Update Pool class JSDoc comments
2022-02-14 18:14:05 +02:00
mihaisc
de4dde37b3
fix fixed order params ( #1287 )
2022-02-14 07:15:21 -08:00
mihaisc
3845335251
Remove redundant get in calcBaseInGivenOutDT
( #1283 )
...
* fix
* fix unitsToAmount
* fix
2022-02-14 03:34:46 -08:00
Bogdan Fazakas
7b2ff71d0c
updated existing jsdoc comments and add missing ones
2022-02-13 00:26:22 +02:00
Alex Coseru
9782af59a2
add aquarius to export list ( #1280 )
...
* export aquarius as well
* send timestamp in seconds, not ms
2022-02-12 19:03:11 +02:00
mihaisc
6f12e28ada
fix redundancy ( #1278 )
...
* fix redundancy
* convert to wei fixed price
* fix test
2022-02-11 04:45:15 -08:00
mihaisc
3c315eb49d
fixes ( #1273 )
...
* fixes
* fix test
* fix swap
* fix test
* fix test
* more fixes
* fixes
* change swapMarketFee from wei to decimal
* fix
2022-02-10 07:38:48 -08:00
Alex Coseru
ee7a45e17a
use compute environments ( #1258 )
...
* use compute environments
2022-02-09 19:13:25 +02:00
Alex Coseru
9174baa3c0
Barge c2d & latest contracts bump ( #1248 )
...
* bump to latest contracts
2022-02-09 11:32:54 +02:00
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
mihaisc
56a3aad20d
heleper+ remove old ibs ( #1238 )
...
* heleper+ remove old ibs
* fix tests
* fix gaslimt
* fix approve
* fix
* remove console.log
* upate package-lock
2022-01-25 08:32:55 -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
mihaisc
b880bee007
remove optional fetch method, add abort signal ( #1235 )
...
* remove optional fetch method, add abort signal
* fix encrypt
* fix encrypt
* fix lint,tests
* test
* fix adr
* test
* fix asset
* t
* t
2022-01-24 23:49:13 -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
34074a74a6
applied suggestions on ContractUtils helper
2022-01-20 09:13:39 +02:00
Bogdan Fazakas
302ccc8e2d
Update src/models/Config.ts
...
fix multiplier type
Co-authored-by: Alex Coseru <alex.coseru@gmail.com>
2022-01-20 09:06:14 +02:00
Bogdan Fazakas
7c6ce6368a
Merge pull request #1212 from oceanprotocol/feature/default-http-fixes
...
Add default http function and fixes provider class
2022-01-20 09:04:36 +02:00
Bogdan Fazakas
2c72b0623c
updated docs
2022-01-20 00:50:43 +02:00
Bogdan Fazakas
d8a036e1ba
removed logs
2022-01-20 00:33:32 +02:00
Bogdan Fazakas
ccbbeae429
update validUntil type
2022-01-20 00:24:30 +02:00
Bogdan Fazakas
cc7de98b63
added logs
2022-01-20 00:13:31 +02:00