Bogdan Fazakas
9a8be41549
added interfaces fixedrate and erc tokens and array creation helpers
2021-11-09 10:57:57 +02:00
Bogdan Fazakas
6606c6d7d7
fixed pool unit tests after refactor
2021-11-08 21:52:51 +02:00
Bogdan Fazakas
7e766a585f
fixed some tests
2021-11-08 21:29:27 +02:00
Bogdan Fazakas
193c3bedd1
refactor nftfactory interfaces
2021-11-08 14:58:09 +02:00
Bogdan Fazakas
19289b7b86
fixed router test
2021-11-05 17:21:50 +02:00
Bogdan Fazakas
14f5fc029c
added interfaces for fixedRate and Dispenser
2021-11-05 17:06:43 +02:00
Bogdan Fazakas
540acdc442
fixed dispenser datatoken test
2021-11-05 11:29:21 +02:00
Bogdan Fazakas
16985d5a3a
Merge branch 'v4main' into feature/integrate-erc721-erc20-template-contracts and fix merge conflicts
2021-11-04 16:34:31 +02:00
Bogdan Fazakas
b5e90fa790
added tests and code cleanup
2021-11-04 16:32:19 +02:00
mihaisc
ad5cc58e78
fix fixed rate test
2021-11-04 12:14:23 +02:00
mihaisc
ed128c7633
fix TestContractHandler params
2021-11-04 11:28:45 +02:00
Bogdan Fazakas
919e182bc8
Merge branch 'v4main' into feature/integrate-erc721-erc20-template-contracts and fix merge conflicts
2021-11-03 13:06:23 +02:00
Bogdan Fazakas
c91b2e4efc
fixed nftdatatoken tests
2021-11-02 14:40:58 +02:00
Bogdan Fazakas
0a0c818eb7
fixed datatoken tests
2021-11-02 11:23:13 +02:00
Bogdan Fazakas
63daa163fc
wip tests erc20 enterprise
2021-11-01 13:35:28 +02:00
lacoop6tu
30151b7694
fix lint, add estApprove function
2021-10-29 14:25:22 -05:00
lacoop6tu
22746a10e0
add complete multi decimals support in Pool, add test
2021-10-29 13:17:59 -05:00
lacoop6tu
6df2123f91
add initial multi decimals support, add USDC test
2021-10-28 17:10:26 -05:00
lacoop6tu
8656dbcc55
complete Pool Class and basic unit test
2021-10-28 14:10:20 -05:00
lacoop6tu
5d54e41d8e
add more Pool methods and tests
2021-10-28 12:42:55 -05:00
lacoop6tu
6e135231d3
add more Pool tests
2021-10-27 16:29:13 -05:00
lacoop6tu
2728dc3c68
add more estGas split, add some test check
2021-10-26 17:05:47 -05:00
lacoop6tu
d9a149bd5c
add initial Pool class and test
2021-10-26 15:42:09 -05:00
Bogdan Fazakas
21081cc386
split estGas for the methods in Router class
2021-10-26 23:34:15 +03:00
Bogdan Fazakas
39f7de6c1a
Merge branch 'v4main' into feature/integrate-erc721-erc20-template-contracts
2021-10-25 19:23:18 +03:00
lacoop6tu
c8befe64c6
complete basic Router unit test
2021-10-25 08:28:23 -05:00
Bogdan Fazakas
555cd67efc
added unit tests for Datatoken class
2021-10-25 13:19:13 +03:00
Bogdan Fazakas
5e31a7ebcf
added tests for NFTDatatoken class and some tweaks
2021-10-25 09:29:45 +03:00
lacoop6tu
70257a0447
add Router Class and some unit test
2021-10-22 10:55:05 -05:00
lacoop6tu
3066fb9e97
add complete NFTFactory basic unit test
2021-10-21 12:58:49 -05:00
lacoop6tu
42eb819765
complete NFTFactory class, add some tests
2021-10-21 10:47:21 -05:00
Bogdan Fazakas
793e54d366
Merge branch 'v4main' into feature/integrate-erc721-erc20-template-contracts
2021-10-21 12:11:27 +03:00
Bogdan Fazakas
bce0efc67e
fixed lint in NFTFactory test file
2021-10-21 11:04:48 +03:00
lacoop6tu
2bd5d55198
add more NFTFactory test
2021-10-20 16:09:18 -05:00
lacoop6tu
3c638ab597
fix lint, complete deployment script, add initial instance test
2021-10-20 15:29:04 -05:00
Bogdan Fazakas
1352a1c5d2
added handlers for all methods in erc721 template contract
2021-10-20 17:24:07 +03:00
lacoop6tu
3e247d46bf
add contracts deployment for test, add initial NFTFactory.test.ts
2021-10-19 13:58:04 -05:00
Bogdan Fazakas
a6ce03439f
added test folder
2021-10-13 09:55:18 +03:00
Bogdan Fazakas
3e9991e6f0
initial backbone commit
2021-10-13 09:10:55 +03:00
Alex Coseru
3bea2aaf90
Bump aqua queries
...
* remove aqua queries
* remove transformResult
* fix metadatacache test
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove unused
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* more commits
* move metadatacache to integration
* fix
* fix lint
* great improve an integration tests speed
* force aqua 3.1 on barge
* small typo fix
* fix ci
* fix import instead of require
* add ocean.assets.query
* Update ci.yml
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-09-24 11:55:28 +03:00
Bogdan Fazakas
7e88ef9fd4
Fix token amount - token allowance comparison ( #1012 )
...
* fixed allowence check in approve and added allowance check in addOceanLiquidity method
* added more dtAllowance checks
* renamed constants and some code cleanup
* return allowance if bigger than amount and delete upper methods checks
2021-09-22 09:28:45 +02:00
d8914a8380
Replace Travis with GitHub Actions ( #847 )
...
* GitHub CI actions
* add coverage job
* test run tweaks
* windows build fix
* barge tweaks
* deal with env vars
* add npm publish job
* trial & error
* remove Travis
* publish as single workflow
* handle Docker Hub login
* maybe preparing ~/.ocean is needed
* downgrade barge contracts, run with barge defaults
* put back ADDRESS_FILE env var
* AQUARIUS_URI test
* ddo creation test logging
* make failing DDO creation test actually fail
* separate unit/integration Asset tests
* set AQUARIUS_URI again
* readme updates
* prepare ~/.ocean folder
* separate tests into multiple jobs
* address.json debugging
* windows build fixes
* address.json trials
* env var expansion workaround
* cleanup
* debug coverage output
* fix coverage
* bump codeclimate-action
* use barge instead of ganache (#855 )
* use barge instead of ganache
* small unit test job cleanup
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
* barge detach workaround
Co-authored-by: Alex Coseru <alex.coseru@gmail.com>
2021-06-22 12:21:27 +02:00
Alex Coseru
5555b2a73a
Add order checks for credentials ( #827 )
...
* Add order checks for credentials
2021-06-03 14:14:01 +03:00
kianyee
0f46959dfa
Feature/credentials support in asset ( #787 )
...
* [KianYee] Add credentials in DDO
Co-authored-by: alexcos20 <alex.coseru@gmail.com>
2021-06-02 16:51:13 +03:00
Kris Liew
2fb83f97a9
Add ocean.assets.isConsumable function ( #786 )
...
* isDisable check
* check isConsumable for order()
* Attempt add integration test
* feedback change
* Replace 'isDisabled' with 'isOrderDisabled'
* Update integration test
* Attempt 1 fix integration test
Co-authored-by: KRIS LIEW <iforte.intellege.liew@daimler.com>
2021-06-02 20:18:58 +08:00
Alex Coseru
92b4be0dce
Feature/dispenser ( #790 )
...
* add dispenser support
* bump contracts to 0.6.2
2021-05-10 18:42:19 +03:00
Jamie Hewitt
2a4510aa0d
Replacing node-fetch with cross-fetch ( #687 )
...
* installing cross-fetch
* implementing cross-fetch
* Correcting web3 dependancy
* importing types from cross-fetch
* fixing dependancies
* adding imports from cross/fetch/lib
* changing .buffer() to .arrayBufer()
* implementing timeout-signal
* chaning require statements to import statements
* fixing require/import issues
* using default import for timeoutSignal
* fixing linting issues
* fixing dependancy issue
* lint fix
* fix timeout
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* add abort controller compatible with browser and node
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-03-26 19:17:50 +02:00
mihaisc
79ff76e026
Add remove ocean liquidity function ( #685 )
...
Add remove ocean liquidity function
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-03-23 20:59:33 +02:00
Alex Coseru
abcb1f8200
add encrypt ddo support ( #662 )
...
* bump aquarius
* add encrypted ddo & native query
* fix native queries
* fix code duplicates
* fix assets.create description
* fixed comments and added helper publishDdo
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update searchQuery
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-03-18 11:54:58 +02:00
alexcos20
52687d4bc4
small improvement on FRE tests
2021-03-02 01:40:03 -08:00