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

2694 Commits

Author SHA1 Message Date
Miquel A. Cabot
f82551f8a0
Merge pull request #1501 from oceanprotocol/issue-1474-refactoring-create-class-inheritance
Issue-#1474: Refactoring(4). Create class inheritance
2022-07-11 12:01:22 +02:00
Miquel A. Cabot
d613f33213
Merge pull request #1500 from oceanprotocol/issue-1474-refactoring-move-types-to-types-folder
Issue-#1474: Refactoring(3). Move types to src\@types folder
2022-06-30 16:45:50 +02:00
Miquel A. Cabot
51361030e8
Merge pull request #1493 from oceanprotocol/issue-1474-refactoring-restructure-imports
Issue-#1474: Refactoring (2). Restructure imports
2022-06-28 12:19:32 +02:00
Miquel A. Cabot
9c9228c7bd
Merge pull request #1492 from oceanprotocol/issue-1474-refactoring-restructure-file-location
Issue-#1474: Refactoring (1). Restructure file location
2022-06-27 15:19:48 +02:00
Miquel A. Cabot
a62966d048 Merge branch 'issue-1474-refactoring-move-types-to-types-folder' into issue-1474-refactoring-create-class-inheritance 2022-06-15 10:10:37 +02:00
Miquel A. Cabot
aba454cf9d Merge branch 'issue-1474-refactoring-restructure-imports' into issue-1474-refactoring-move-types-to-types-folder 2022-06-15 10:10:08 +02:00
Miquel A. Cabot
5e3e0b828e Merge branch 'issue-1474-refactoring-restructure-file-location' into issue-1474-refactoring-restructure-imports 2022-06-15 10:08:19 +02:00
Miquel A. Cabot
02c230bd6e Merge branch 'v4refactoring' into issue-1474-refactoring-restructure-file-location 2022-06-15 09:59:06 +02:00
2be04f177c
checkout barge main, bump action 2022-06-14 18:46:44 +01:00
Miquel A. Cabot
70f9c1697e use getContract() in SideStacking 2022-06-09 11:31:17 +02:00
Miquel A. Cabot
ccd62ddecf use getContract() with abiEnterprise in Datatoken 2022-06-09 11:28:31 +02:00
Miquel A. Cabot
b6a9002bce use getContract() in Datatoken 2022-06-09 11:23:49 +02:00
Miquel A. Cabot
674e971075 use getContract() in NFT 2022-06-09 11:21:03 +02:00
Miquel A. Cabot
260c46f509 use getContract() in Datatoken 2022-06-09 11:20:30 +02:00
Miquel A. Cabot
f766ada9d3 use getContract() in Pool 2022-06-09 11:09:02 +02:00
Miquel A. Cabot
176e8fdd05 use getContract() in SmartContractWithAddress 2022-06-09 11:03:12 +02:00
Miquel A. Cabot
d37ed63dc7 add getContract() to SmartContract class 2022-06-09 11:01:50 +02:00
Miquel A. Cabot
43008ad619 use SmartContract.getFairGasPrice() 2022-06-09 09:36:08 +02:00
Miquel A. Cabot
ef2e85f811 add getFairGasPrice() to SmartContract class 2022-06-09 09:32:31 +02:00
0f64ee72d0
branch trigger changes 2022-06-08 15:31:01 +02:00
b19beb5306
monthly dependabot updates 2022-06-08 15:30:46 +02:00
04735dd824
Release 1.0.0 v1.0.0 2022-06-08 15:21:49 +02:00
Miquel A. Cabot
011b48a9e2 Merge branch 'issue-1474-refactoring-move-types-to-types-folder' into issue-1474-refactoring-create-class-inheritance 2022-06-06 19:25:21 +02:00
Miquel A. Cabot
6fdf30839a Merge branch 'issue-1474-refactoring-restructure-imports' into issue-1474-refactoring-move-types-to-types-folder 2022-06-06 19:24:47 +02:00
GitHub Actions Bot
f8ba8b7f41 Updating CodeExamples.md 2022-06-06 16:41:43 +00:00
Miquel A. Cabot
153baef87f
Merge b6cbd89406dac33eb3a63628a0f0a79868109edf into 87edac976fc49d7d2685f66b0c58f4b3bb6fc2df 2022-06-06 18:33:04 +02:00
Miquel A. Cabot
b6cbd89406 inherit Datatoken from SmartContract 2022-06-06 18:32:59 +02:00
Miquel A. Cabot
a327bf5da5 inherit SideStaking from SmartContract 2022-06-06 17:53:10 +02:00
Miquel A. Cabot
bf6bd53c1d inherit Router from SmartContract 2022-06-06 17:53:02 +02:00
Miquel A. Cabot
07228d299e inherit Pool from SmartContract 2022-06-06 17:47:42 +02:00
Miquel A. Cabot
2c8832e22c inherit FixedRateExchange from SmartContract 2022-06-06 17:43:39 +02:00
Miquel A. Cabot
d12b669f65 fix Dispenser tests 2022-06-06 17:37:17 +02:00
Miquel A. Cabot
fc588cfdb1 inherit Dispenser from SmartContract 2022-06-06 17:36:21 +02:00
Miquel A. Cabot
c09a48fa72 inherit NFTFactory from SmartContract 2022-06-06 17:33:01 +02:00
Miquel A. Cabot
ada16aaca2 revert console log to find issue 2022-06-06 17:29:46 +02:00
Miquel A. Cabot
4515f938e2 revert console log to find issue 2022-06-06 17:29:24 +02:00
Miquel A. Cabot
3b56218935 inherit NFT from SmartContract 2022-06-06 17:28:43 +02:00
Miquel A. Cabot
b89a121997 add abstract SmartContract classes 2022-06-06 17:20:13 +02:00
Miquel A. Cabot
7d21fc195b console log to find issue 2022-06-06 17:16:30 +02:00
Miquel A. Cabot
13e66b1fae console log to find issue 2022-06-06 17:02:04 +02:00
Miquel A. Cabot
8f3635ee61 revert console log to find issue 2022-06-06 16:23:01 +02:00
Miquel A. Cabot
d065a778f4 console log to find issue 2022-06-06 15:05:01 +02:00
Miquel A. Cabot
1d92f06108 console log to find issue 2022-06-06 14:49:46 +02:00
Miquel A. Cabot
fc9ec2e103 remove console logs 2022-06-06 13:02:54 +02:00
Miquel A. Cabot
8e514e99c7 search for issue 2022-06-06 13:01:58 +02:00
Miquel A. Cabot
d23c1d1b05 remove unused oceanAddress parameter 2022-06-06 10:04:39 +02:00
Miquel A. Cabot
4dcb8a72ef remove unused oceanAddress parameter 2022-06-06 10:03:18 +02:00
Miquel A. Cabot
3f71d95766 remove unused factory721Abi property 2022-06-06 10:02:00 +02:00
Miquel A. Cabot
2c2fccdfb0 Move NFT interface types to @types 2022-06-06 10:01:19 +02:00
Miquel A. Cabot
19b9ced779 rename Roles to DatatokenRoles 2022-06-06 09:59:31 +02:00