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

42 Commits

Author SHA1 Message Date
Bogdan Fazakas
30aba62ef7
Remove amm pools (#1568)
* WIP remove pools

* added logs

* update checksums and logs

* Updating CodeExamples.md

* remove console logs

* remove unused params, simplify test folder structure

* contracts folder simplification, remove ss contract methods

* path fix

* remove more "staking" code

* put back `removeApprovedToken()`

* remove redundant and unused test commands

* test fix, auto-fix & auto-format

* consistent specific imports

* readme updates

* remove addDispenserContract method

* remove tokens subfolder from contracts

* update js docs and put back addDispenserContract

* use new digest for algorthms

* update nft getData to fix failing unit test

* replace pools with fre in  buyDatatokenBatch

* use proper exchange ids

* increase allowance

* fix buyBatch test and deploy issues from testcontracthandler

Co-authored-by: GitHub Actions Bot <>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-08-16 11:54:28 +01:00
Miquel A. Cabot
f59afbdc46 rename erc20TemplateAddress to datatokenTemplateAddress 2022-06-10 11:24:18 +02:00
Miquel A. Cabot
29c581fde2 rename from erc20 to nft in comments 2022-06-10 11:19:08 +02:00
Miquel A. Cabot
cd2982db53 change ERC721 to NFT in TestContractHandler 2022-06-10 10:17:27 +02:00
Miquel A. Cabot
eaf9414adf change erc721TemplateAddress to nftTemplateAddress 2022-06-10 10:12:14 +02:00
Miquel A. Cabot
b371069d0f change erc721FactoryAddress to nftFactoryAddress 2022-06-10 10:06:50 +02:00
Miquel A. Cabot
546f516cee add web3 parameter 2022-03-20 19:03:14 +01:00
Miquel A. Cabot
589ec02938 refactor TestContractHandler variable names 2022-03-20 13:55:53 +01:00
Miquel A. Cabot
f095b8903b rewrite comments 2022-03-19 15:45:19 +01:00
Miquel A. Cabot
a77f1c5862 convert TestContractHandler class to function 2022-03-19 15:32:02 +01:00
Miquel A. Cabot
1e12ddd630 refactor TestContractHandler.getAccounts() 2022-03-18 18:21:27 +01:00
Miquel A. Cabot
f0a008ce89 use imports from TestContractHandler instead of parameters 2022-03-18 17:27:20 +01:00
Miquel A. Cabot
f0bc8289c1 rewrite TestContractHandler helper class 2022-03-18 15:18:03 +01:00
Miquel A. Cabot
cf5437a103 use getAddresses config function in TestContractHandler 2022-03-18 13:00:06 +01:00
Alex Coseru
7ca5000a66
use barge addresses for unit tests (#1291) 2022-02-15 18:14:11 +02:00
Bogdan Fazakas
5cb548ca59
replaced local artifacts with the published ones (#1232) 2022-01-20 04:39:58 -08:00
24425fcf8b fix artifacts path in all test files 2022-01-11 17:52:28 +00:00
Bogdan Fazakas
55b2048476 update TestContractHandler import 2022-01-11 11:16:51 +02:00
Bogdan Fazakas
f965c70480 update MockERC20 import 2022-01-11 10:06:13 +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
540acdc442 fixed dispenser datatoken test 2021-11-05 11:29:21 +02:00
lacoop6tu
22746a10e0 add complete multi decimals support in Pool, add test 2021-10-29 13:17:59 -05:00
lacoop6tu
5d54e41d8e add more Pool methods and tests 2021-10-28 12:42:55 -05:00
lacoop6tu
7815c61aba rm solved TODO 2021-10-25 09:10:07 -05: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
lacoop6tu
3c638ab597 fix lint, complete deployment script, add initial instance test 2021-10-20 15:29:04 -05:00
lacoop6tu
3e247d46bf add contracts deployment for test, add initial NFTFactory.test.ts 2021-10-19 13:58:04 -05:00
lacoop6tu
9cda532da6 add initial ERC721Factory class, add initial TestContractHandler 2021-10-18 14:34:19 -05:00
Bogdan Fazakas
3e9991e6f0 initial backbone commit 2021-10-13 09:10:55 +03:00
455983f7b6
test tweaks 2020-09-08 17:20:16 +02:00
alexcos20
6121da3fff fix lint 2020-08-31 00:33:35 -07:00
alexcos20
220261cada update to contracts 0.4.0 2020-08-30 23:56:25 -07:00
bbd465992b
lots of ABI typings 2020-08-19 13:05:56 +02:00
7b1403c854
formatting and typings and lint fixes 2020-08-18 11:23:46 +02:00
arsenyjin
1454785e17 add rinkeby contracts deployment 2020-06-22 09:26:49 +02:00
arsenyjin
68f435a11d add rinkeby test 2020-06-22 08:59:02 +02:00
Ahmed Ali
1a7799a2c5 fix more issues 2020-06-19 10:37:37 +02:00
Ahmed Ali
4554f420e3 fix more linting errors 2020-06-19 10:29:01 +02:00
Ahmed Ali
52260cdf7f fix datatoken unit testing 2020-06-19 10:27:39 +02:00
arsenyjin
5a1a660d49 add test:integration 2020-06-15 16:37:11 +02:00