Commit Graph

70 Commits

Author SHA1 Message Date
dependabot[bot] 9d2c0f3c63
Bump prettier from 2.2.1 to 2.3.0 (#307)
* Bump prettier from 2.2.1 to 2.3.0

Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.2.1...2.3.0)

Signed-off-by: dependabot[bot] <support@github.com>

* prettier updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-05-25 09:48:08 +02:00
mihaisc 4e6e5f1b30
fix travis 2020-11-24 18:31:40 +02:00
mihaisc bf3528754a
optimize (#186)
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2020-11-19 12:07:19 +02:00
mihaisc 6ffb9fc783
purgatory account fix
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2020-11-13 19:26:48 +02:00
mihaisc 2a6639e116
purgatory fix 2020-11-13 18:45:41 +02:00
mihaisc 293a4734c7
Feature/purgatory (#180)
* add purgatory

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* use purgatory

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* added asset context

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* add refresh price

* add context, fixes

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* format

* temp remove unused

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2020-11-13 18:22:22 +02:00
Matthias Kretschmann 473ecdca47
addition to config typing 2020-10-23 12:11:03 +02:00
Matthias Kretschmann 1674ce2acb
metadataStore → metadataCache 2020-10-13 16:50:36 +02:00
mihaisc bb62fa8978
ocean-lib update + small refactor 2020-10-05 10:09:42 +03:00
Matthias Kretschmann 9bd86e70ea
only use networkId, remove chainId 2020-10-02 12:59:11 +02:00
Matthias Kretschmann 1576bd3e90
add networkId 2020-10-02 12:45:51 +02:00
Matthias Kretschmann d8107d6686
fix hooks dependencies, prevent some rerenders 2020-09-23 19:41:32 +02:00
Matthias Kretschmann e22212bd01
package updates, linting fixes 2020-09-15 21:57:44 +02:00
Matthias Kretschmann 75b1adb699
prepare strict type checking, bunch of typing fixes 2020-09-15 21:28:27 +02:00
Matthias Kretschmann b86ed6fc1b
update OceanProvider config docs 2020-09-08 21:13:32 +02:00
Matthias Kretschmann e4e2d13bd6
update OceanProvider docs
* closes #95
2020-09-07 16:29:05 +02:00
mihaisc 6854318023 update 2020-08-12 15:26:07 +03:00
mihaisc 867b52fb31 add marketFeeAddress 2020-08-12 14:50:01 +03:00
mihaisc 9949ae999f format 2020-08-11 13:19:27 +03:00
mihaisc 4a7604b4f9 config fix 2020-08-11 13:15:20 +03:00
mihaisc 100903d10b format 2020-08-11 10:30:27 +03:00
mihaisc 16ab666952 added networkmonitor 2020-08-10 13:34:54 +03:00
mihaisc 0498e3ae75 correct config on connect 2020-08-06 16:45:50 +03:00
mihaisc 56a9531f3e format 2020-08-06 16:41:49 +03:00
mihaisc 1f7be93bf6 config based on network 2020-08-06 16:39:41 +03:00
mihaisc feb56b33b8 refreshBalance 2020-08-04 14:40:39 +03:00
Matthias Kretschmann a511cb402e
todo to issues 2020-07-31 12:05:44 +02:00
Matthias Kretschmann bccff55abe
networkChanged → chainChanged 2020-07-31 11:31:13 +02:00
Matthias Kretschmann f2573bee23
update docs 2020-07-31 01:48:26 +02:00
Matthias Kretschmann d68ccb9ff9
error catching for connect, todo cleanup 2020-07-31 01:26:01 +02:00
Matthias Kretschmann 07e35da469
method move 2020-07-30 23:31:33 +02:00
Matthias Kretschmann 30f8e0fdd3
refactor web3 connection 2020-07-30 23:18:23 +02:00
Matthias Kretschmann 942b542e8b
lazy handle account & network change
- ref #59
2020-07-30 20:54:33 +02:00
Matthias Kretschmann d17adf3eb1
bump @oceanprotocol/lib 2020-07-20 14:21:30 +02:00
Matthias Kretschmann 42820874cb
correct typings for exported methods 2020-07-20 13:58:45 +02:00
Matthias Kretschmann 99e541d08b
put web3modal options into local state 2020-07-20 13:37:34 +02:00
Matthias Kretschmann c5a273eac4
get chainId as early as possible 2020-07-20 13:33:42 +02:00
Matthias Kretschmann 941ca71d1d
use ocean methods for all balances 2020-07-20 13:33:20 +02:00
Matthias Kretschmann 49ad47493c
no ocean balance conversion 2020-07-20 13:24:42 +02:00
Matthias Kretschmann f3617458ff
grab and output ETH & OCEAN balance 2020-07-20 13:09:00 +02:00
Matthias Kretschmann 0a314f000b
remove default Web3 providers 2020-07-20 12:22:26 +02:00
Matthias Kretschmann 43045a332b
build commonjs & esm packages 2020-07-18 02:44:41 +02:00
mihaisc 3a8b12a2a5 publish events 2020-07-17 13:24:46 +03:00
mihaisc 984248abdf added compute 2020-07-16 17:03:26 +03:00
mihaisc 97476709b9 uptate libs 2020-07-16 12:25:01 +03:00
mihaisc 37de32c479 consume 2020-07-15 15:54:20 +03:00
mihaisc 563ea4cc46 default provider, publish 2020-07-15 12:18:22 +03:00
mihaisc 2aa4f7b140 test fix 2020-07-14 15:05:31 +03:00
mihaisc a36d72d6d7 format +new oceanlib 2020-07-14 14:34:08 +03:00
mihaisc 64a4b5f7f3 allowance 2020-07-14 14:20:17 +03:00