cf254aa7c6
more obvious edit action
2022-06-23 12:51:46 +01:00
7f104c9858
more proper error throwing
2022-06-23 11:38:03 +01:00
Bogdan Fazakas
e1168a451d
move isOwner to asset provider
2022-06-23 08:04:39 +03:00
Bogdan Fazakas
a030cdecdb
add accountId as a dependency in effect
2022-06-23 07:16:20 +03:00
498f7604da
more comments removal
2022-06-22 15:16:28 +01:00
c0c709e7f5
effect dependency fixes
2022-06-22 15:12:38 +01:00
Enzo Vezzaro
515eb19cbf
Merge branch 'feature/v4-c2d' into fix/issue-1069-c2d-unsupported-networks
2022-06-22 09:39:21 -04:00
923569e61a
effect dependency fixes
2022-06-22 14:02:32 +01:00
e3b751ea8b
state renaming
2022-06-22 13:40:35 +01:00
40f9170eb4
effect dependency fixes
2022-06-22 13:40:22 +01:00
36bc097c0b
state & hooks access reordering
2022-06-22 12:46:27 +01:00
c8ab4b18c5
shorten getAccessDetailsFromTokenPrice() a bit
2022-06-22 12:05:35 +01:00
b09dc6b953
more typos
2022-06-22 11:46:42 +01:00
db23ed6ada
cleanup
...
* remove commented out code
* remove unused state
* removed unused imports
* typos in comments, variables, props
2022-06-22 11:32:59 +01:00
Enzo Vezzaro
56583c5e7a
Merge branch 'feature/v4-c2d' into fix/issue-1069-c2d-unsupported-networks
2022-06-21 08:32:20 -04:00
Bogdan Fazakas
455a68a29c
update compute help text
2022-06-20 06:54:26 +03:00
Enzo Vezzaro
da934f789f
adding dummyweb3 and zero_address to calculate price on unsupported network / not connected user
2022-06-17 08:51:16 -04:00
Bogdan Fazakas
e222b730af
fix provider fee load at first algo selection
2022-06-17 12:14:25 +03:00
Bogdan Fazakas
a54a5dc0c6
fix free algo price selection and display
2022-06-17 10:16:01 +03:00
Bogdan Fazakas
a8ca31f02e
merge main into v4-c2d and fixed conflicts
2022-06-17 07:18:43 +03:00
mihaisc
33edc3f5f4
Update file ( #1518 )
...
* update version and file
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update label and description
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove dot
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove helper props so we don't add them on chain
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* bump ocean.js to v1.1.2
* build fix
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-06-16 11:10:08 +01:00
Bogdan Fazakas
cc2e179d29
replace FIleMetadata to fix build
2022-06-16 08:32:48 +03:00
Bogdan Fazakas
7a6df34be4
set providerFee amount only when avaialable
2022-06-16 07:12:56 +03:00
Bogdan Fazakas
9eb47f6602
update price output tooltip and total price logic
2022-06-15 16:43:37 +03:00
Bogdan Fazakas
9545788e3d
merge main into v4-c2d
2022-06-15 06:39:34 +03:00
Enzo Vezzaro
f242cebefa
fix unsupported network crash and allow price calculations to those networks
2022-06-14 12:30:35 -04:00
89a63f7cb2
NFT display tweaks ( #1507 )
...
* NFT display tweaks
* capitalization consistency
* refactor
* fix asset preview
2022-06-13 14:41:18 +01:00
Bogdan Fazakas
0d3464848d
merge main into v4-c2d fix conflicts
2022-06-08 17:08:50 +03:00
mihaisc
6dfeead4fd
Release ( #1492 )
...
* update contracts
* add version selector
* show banner on all pages
* show banner on all pages
* Announcement/warning messages cleanup
* new main announcement message
* contextual compute-to-data warnings in publish form & asset action
* copy update
* change hardcoded URLs
* change localStorage key
* to prevent user preferences clashes when switching between v3 & v4
* footer stats note changes
* move copy into content file
* mention external markets
* footer stats note copy changes
* modified pool widget footer
* take out pool reserve display
* style & spacing updates for fees
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-06-08 11:46:46 +03:00
Bogdan Fazakas
7ef70100fb
Merge pull request #1482 from oceanprotocol/feature/disable-selection-when-job-starts
...
disable job selection during actions execution
2022-06-07 07:56:53 +03:00
Enzo Vezzaro
a1fdc28136
block users from selection when on unsupported asset
2022-06-06 10:46:20 -04:00
Enzo Vezzaro
48a3962be1
remove unnecessary condition
2022-06-06 10:36:59 -04:00
Luca Milanese
e412dc10d6
add v3 assets redirect ( #1446 )
...
* feat: add v3 assets redirect
* feat: add fallback return value to checkV3Asset
* fix: rename env variables for v3 related uris
2022-06-06 12:25:09 +02:00
Bogdan Fazakas
2c288f2591
fix provider fee display
2022-06-05 01:49:04 +03:00
Enzo Vezzaro
37f7faf7e2
disable job selection during actions execution
2022-06-02 11:41:06 -04:00
Bogdan Fazakas
c2995223a7
fix compute env issue on start order
2022-06-02 07:38:07 +03:00
Bogdan Fazakas
0901ff7141
use optional on initialized provider check
2022-06-01 17:28:39 +03:00
Bogdan Fazakas
c25ab289fd
removed console logs and added one new check
2022-06-01 17:25:51 +03:00
Bogdan Fazakas
9ff04d3c04
error handling on intializeCompute and order
2022-06-01 17:03:18 +03:00
Bogdan Fazakas
cc5c761aca
merge v4 into v4-c2d
2022-06-01 09:44:53 +03:00
Jamie Hewitt
ea897c8e7a
Fix edit form validation ( #1371 )
...
* Fixing logic for showing error messages
* Removing unused code
* Refactoring
* fixing sample file validation
* Removing console logs
* Minor formatting
2022-05-31 11:18:10 +01:00
Bogdan Fazakas
aec4568412
remove logs
2022-05-26 08:38:38 +03:00
Bogdan Fazakas
565e7bfa31
compute jobs refetch and reuse order
2022-05-26 08:37:31 +03:00
Bogdan Fazakas
589d174abf
fixed initial price
2022-05-23 17:28:40 +03:00
Bogdan Fazakas
ea6a350796
merge v4 into v4-c2d
2022-05-20 08:20:49 +03:00
Bogdan Fazakas
f0b22ee8e4
fix forever timeout for assets ( #1445 )
2022-05-19 17:48:13 +01:00
mihaisc
bf31cdfed5
Various fixes ( #1441 )
...
* fixes
* more fixes
2022-05-18 17:25:44 +01:00
Bogdan Fazakas
6d7852672d
update compute status feedback messages
2022-05-17 11:45:37 +03:00
Bogdan Fazakas
9a22e92a4a
kick in loader earlier
2022-05-17 11:20:19 +03:00
Bogdan Fazakas
50fc6d84cb
init prices and fees after starting a compute job
2022-05-16 08:09:38 +03:00