Miquel A. Cabot
f9a8c0a784
fix lint problems
2022-05-09 11:29:45 +02:00
Miquel A. Cabot
55fec840c3
get addresses from config file instead of deploying it
2022-05-09 11:19:34 +02:00
Miquel A. Cabot
1749b0d989
update call to Dispenser constructor
2022-05-09 09:01:05 +02:00
Miquel A. Cabot
6930449ae8
Merge branch 'v4main' into issue-1437-marketplace-flow-integration-test-for-v4
2022-05-09 08:58:14 +02:00
Jamie Hewitt
2893d77952
Merge branch 'issue-1437-marketplace-flow-integration-test-for-v4' of github.com:oceanprotocol/ocean.js into issue-1437-marketplace-flow-integration-test-for-v4
2022-05-06 16:04:45 +03:00
Jamie Hewitt
4968d2d63d
Updating comments and numbering
2022-05-06 16:04:30 +03:00
Miquel A. Cabot
287082e1f7
add DDO type
2022-05-06 11:15:17 +02:00
Jamie Hewitt
d39c091999
Updating comments
2022-05-05 17:35:06 +03:00
Jamie Hewitt
75e0afa4d9
Adding additional comments in the code
2022-05-05 16:47:38 +03:00
Jamie Hewitt
0e4df185b1
Addign links
2022-05-05 16:27:57 +03:00
Jamie Hewitt
dd74300477
Merging changes from issue-1354-readme-integration-tests
2022-05-05 16:14:03 +03:00
Miquel A. Cabot
b40f52d6a6
add assertion
2022-05-04 18:25:12 +02:00
Miquel A. Cabot
997bbf57b4
test getComputeEnvironments()
2022-05-04 18:13:36 +02:00
Jamie Hewitt
92a3d81353
Additional text
2022-05-03 17:19:39 +03:00
mihaisc
1b93d86df5
fix test
...
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-05-03 13:32:43 +03:00
mihaisc
60ffa8b271
fix test
...
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-05-03 13:27:05 +03:00
Miquel A. Cabot
6471550ae5
add necessary comments
2022-05-02 23:01:00 +02:00
Miquel A. Cabot
3a757043f5
rename liquidityAccount to stakerAccount
2022-05-02 22:23:52 +02:00
Miquel A. Cabot
b7e305fa98
dispense flox in marketplace test
2022-05-02 12:17:31 +02:00
Miquel A. Cabot
86005ba091
publish and consume fixed rate exchange data asset
2022-05-01 14:46:13 +02:00
Alex Coseru
77fe186949
bump to contracts alpha 31 ( #1448 )
...
* bump to contracts alpha 31
2022-04-29 16:25:42 +03:00
Miquel A. Cabot
e70a81d756
publish a dataset (create NFT + Datatoken) with a fixed rate exchange
2022-04-29 10:23:16 +02:00
Miquel A. Cabot
7e4ca995f8
refactor variable names
2022-04-28 23:47:14 +02:00
Miquel A. Cabot
41c7a34fa5
rename nft and datatoken variables
2022-04-28 23:40:33 +02:00
Miquel A. Cabot
978fc0bc5d
user should add liquidity to the pool, receiving LP tokens
2022-04-28 23:35:53 +02:00
Miquel A. Cabot
f7cfc5e6a8
send some OCEAN to consumer account
2022-04-28 23:12:28 +02:00
Miquel A. Cabot
7354814f49
fix consumer address
2022-04-28 09:37:39 +02:00
Miquel A. Cabot
8060ad683b
fix OCEAN address
2022-04-28 09:29:01 +02:00
Miquel A. Cabot
7bb77d6443
fix lint issues
2022-04-28 09:18:28 +02:00
Miquel A. Cabot
8e1e3ec06b
send OCEAN tokens to consumer account
2022-04-28 09:16:19 +02:00
Miquel A. Cabot
431808777c
add markdown comments
2022-04-28 09:10:19 +02:00
Miquel A. Cabot
06c1046943
update provider url
2022-04-28 08:53:03 +02:00
Miquel A. Cabot
77db0f7e9f
add markdown documentation comments
2022-04-27 17:57:21 +02:00
Jamie Hewitt
64c464239c
Adding introduction to code examples guide + updating the main readme
2022-04-27 17:23:18 +03:00
Miquel A. Cabot
af28d889cd
add aquarius.waitForAqua()
2022-04-27 10:52:33 +02:00
Miquel A. Cabot
5745ba4d94
show initializeData
2022-04-27 10:38:49 +02:00
Miquel A. Cabot
ca1fb45797
consumer buys data asset, and downloads it
2022-04-27 10:31:19 +02:00
Miquel A. Cabot
992220abfc
add MarketplaceFlow test code
2022-04-26 15:15:08 +02:00
Miquel A. Cabot
5f20019aba
add marketplace flow test
2022-04-25 15:58:28 +02:00
Jamie Hewitt
331da90db5
Updating script
2022-04-25 13:51:17 +02:00
Jamie Hewitt
f935f9f8a5
Creating markdown guide from simple publish consume flow
2022-04-25 13:45:06 +02:00
Jamie Hewitt
d1a6b54ebf
Updating script
2022-04-21 17:29:08 +02:00
Jamie Hewitt
1055ef991c
Creating script to generate readme guide
2022-04-21 15:45:11 +02:00
Bogdan Fazakas
f96ccb0c56
Add reuseOrder method ( #1421 )
...
* added reuseOrder method
* wip add test to reuseOrder
* update test
* check also ProviderFee event
2022-04-20 16:42:07 +03:00
Bogdan Fazakas
ec601a66d2
Fix get compute results ( #1386 )
...
* wip special chars
* clean ups
* update sha256 import from cryptojs lib
* update compute result and use alpha-26 contracts
* re-build with package-lock v1 and with dist
* ignore build files from dist
* delete build files
* removed console logs and updated ComputeResultType typing
* update compute integration test
* added more tests
* added some logs
* update file download method
* use fetch data
* remove download part
* delete console logs
* review fixes
* more fixes
Co-authored-by: Soon Huat <soon_huat.phan@daimler.com>
2022-04-14 23:58:25 +01:00
Soon Huat
628c2fc1fc
setPaymentCollector apply same checking as contract ( #1396 )
...
* setPaymentCollector apply same checking as contract
* unit test for setPaymentCollector for owner and erc20 deployer
* setPaymentCollector amend redundent truth check on boolean value
Co-authored-by: Soon Huat <soon_huat.phan@daimler.com>
2022-04-14 15:43:01 +01:00
Miquel A. Cabot
508e1379bc
refactor ercparams constant
2022-04-07 20:52:04 +02:00
Miquel A. Cabot
ecaf7ec30e
Merge branch 'v4main' into issue-1353-rewrite-router-test
2022-04-06 17:20:00 +02:00
Alex Coseru
005c2d9760
Feature/bump contracts to alpha 28 ( #1392 )
...
* bump contracts to alpha 28
2022-04-04 14:56:41 +03:00
Miquel A. Cabot
1aa678ed4d
standarize DAI amount
2022-04-03 09:08:29 +02:00