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

2929 Commits

Author SHA1 Message Date
Alex Coseru
f8f4b48243
Feature/basic ve ocean (#1595)
* bump contracts to 1.1.3

* add basic veOcean support

Co-authored-by: Bogdan Fazakas <bogdan.fazakas@gmail.com>
v2.0.0-next.1
2022-09-06 15:00:47 +03:00
Jamie Hewitt
8a6f009290 Updating release-it 2022-08-24 11:29:12 +03:00
Bogdan Fazakas
961d063b3c
Merge pull request #1579 from oceanprotocol/feature/eip-1559-support
Eip 1559 support
2022-08-24 00:06:26 +03:00
Bogdan Fazakas
2d3f9ee259 cleanups 2022-08-23 23:00:58 +03:00
Bogdan Fazakas
1965ceae6a more debug 2022-08-23 22:27:19 +03:00
Bogdan Fazakas
b7fd131421 update compute duration and logs 2022-08-23 22:12:18 +03:00
Bogdan Fazakas
56fa2a3b17 update delay and compute time 2022-08-23 21:43:45 +03:00
Bogdan Fazakas
324b4eda64 fix sintax 2022-08-23 21:27:15 +03:00
Bogdan Fazakas
39672b3ec0 added more logs 2022-08-23 21:21:57 +03:00
Bogdan Fazakas
5eff2bd0d1 updated compute valid until time 2022-08-23 18:00:37 +03:00
Bogdan Fazakas
f99629dfc5 updated timeouts 2022-08-23 17:46:54 +03:00
Bogdan Fazakas
f862f32b3b try a 2 min delay 2022-08-23 17:29:25 +03:00
Bogdan Fazakas
42f3e99c5b put back rerun with same agreement id 2022-08-23 16:41:43 +03:00
Bogdan Fazakas
c9148ed583 comment out rerun jobs withoud order 2022-08-23 11:51:18 +03:00
Bogdan Fazakas
4cf4bb3b07 remove console logs 2022-08-23 11:38:24 +03:00
Bogdan Fazakas
c7e402e71e log job status each sec 2022-08-23 10:50:32 +03:00
Bogdan Fazakas
5d4c07a7f8 log job status 2022-08-23 10:17:09 +03:00
Bogdan Fazakas
d013cd65e1 added more logs 2022-08-23 09:43:00 +03:00
Bogdan Fazakas
4bafdb796a update sleep value 2022-08-22 17:44:38 +03:00
Bogdan Fazakas
8f13bb64cc use higher sleep value 2022-08-22 17:34:12 +03:00
Bogdan Fazakas
f18d5cdd1b add sleep 2022-08-22 17:10:06 +03:00
Bogdan Fazakas
932dbf8a96 removed unnecesar logs 2022-08-22 17:01:31 +03:00
Bogdan Fazakas
35886bc934 added await 2022-08-22 16:31:57 +03:00
Bogdan Fazakas
541e714626 more compute logs 2022-08-22 16:15:40 +03:00
Bogdan Fazakas
99f56a24e0 added more logs on compute failure 2022-08-22 13:43:31 +03:00
Bogdan Fazakas
315942db41 add error check for logs message 2022-08-19 16:34:59 +03:00
Bogdan Fazakas
36733da271 more review fixes restric return types for estimate and sendtx methods 2022-08-18 13:38:51 +03:00
Bogdan Fazakas
16a1f0b094 review fixes 2022-08-18 10:50:50 +03:00
Bogdan Fazakas
a5e5d69241
Update log based on suggestion src/utils/ContractUtils.ts
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-08-18 09:36:38 +03:00
Bogdan Fazakas
89b83221de cleanups and warnings 2022-08-17 15:14:54 +03:00
Bogdan Fazakas
bd82c939a7 merge 2022-08-17 13:43:25 +03:00
Bogdan Fazakas
5de542898c use latest instead of pending for fee history 2022-08-17 13:42:45 +03:00
GitHub Actions Bot
d2419746d6 Updating CodeExamples.md 2022-08-17 10:37:26 +00:00
Bogdan Fazakas
fa3e9717af
Merge 7dbc336122501238bdd4fb6e8b66321974bdd8b0 into 30aba62ef72126a9ff3706222e88119f040ea7d1 2022-08-17 10:25:56 +00:00
Bogdan Fazakas
7dbc336122 update approveWei signature and compute test 2022-08-17 13:25:49 +03:00
Bogdan Fazakas
585316e34e replaced missed send calls 2022-08-17 12:45:56 +03:00
Bogdan Fazakas
7500f51f46 merge v4refactoring and fixed conflicts 2022-08-17 12:37:03 +03:00
Bogdan Fazakas
69337fb4f4
Merge pull request #1581 from soonhuat/feature/eip-1559-priority-fee-multiplier
add gas fee multiplier to max priority fee
2022-08-16 16:34:49 +03:00
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
Phan Soon Huat
6e200a5205 add gas fee multiplier to max priority fee 2022-08-14 23:20:37 +08:00
Bogdan Fazakas
451fbe028c update md 2022-08-12 10:04:27 +03:00
Bogdan Fazakas
ea3db24230 fix pool lint 2022-08-12 10:03:05 +03:00
GitHub Actions Bot
b26f89e278 Updating CodeExamples.md 2022-08-12 06:26:46 +00:00
Bogdan Fazakas
164e217a5f
Merge 163735335fc053bd36ce7f12d249bbad4a89638d into e0af530237084d7621ef18b35a17797b7ba9e605 2022-08-12 06:17:51 +00:00
Bogdan Fazakas
163735335f remove duplication 2022-08-12 09:17:35 +03:00
Bogdan Fazakas
f6c03fce27 added missing changes 2022-08-11 18:03:50 +03:00
Bogdan Fazakas
452bf22855 merge main and fixed conflicts 2022-08-11 16:13:31 +03:00
Bogdan Fazakas
e0af530237
Merge pull request #1567 from oceanprotocol/fix/c2d-integration-test
Fix c2d integration test
2022-08-11 13:21:17 +03:00
Bogdan Fazakas
a41e2cf91f use proper container checksum and removed logs 2022-08-11 11:57:25 +03:00
Bogdan Fazakas
61477269db merge main, added logs, update container checksum 2022-08-11 11:45:33 +03:00