Bob van der Helm
5ee2b17b4c
[bugfix] APY display improvement vault ( #383 )
2023-08-21 14:02:09 +03:00
Yusuf Seyrek
88a2c68ed5
feat(auto-lend): implemented to swaps ( #378 )
...
* feat(auto-lend): implemented to swaps
* chore: remove unused import
2023-08-17 15:30:36 +03:00
Yusuf Seyrek
8e15ed7a19
feat(auto-lend): implemented to borrow ( #379 )
2023-08-17 15:30:27 +03:00
Yusuf Seyrek
d63c7f100a
fix(swap response): parsing token out ( #377 )
2023-08-17 12:56:42 +03:00
Yusuf Seyrek
13d153de69
Mp 3007 implement auto lend on account funding ( #375 )
...
* fix(deposit): formatting
* feat(deposit): auto lend on account funding
* add missing file
* feat(auto-lend): filter out feature disabled assets
2023-08-17 12:56:32 +03:00
dependabot[bot]
8df7426abd
Build(deps): bump protobufjs from 6.11.3 to 6.11.4 ( #376 )
...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js ) from 6.11.3 to 6.11.4.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases )
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/protobufjs/protobuf.js/commits )
---
updated-dependencies:
- dependency-name: protobufjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-17 11:23:26 +02:00
Bob van der Helm
9712573b00
[bugfix] fix leverage and implement buffer for health ( #374 )
...
* [bugfix] fix leverage and implement buffer for health
* [bugfix] properly remove council page from nav
* [bugfix] ensure integer values for HC
* [bugfix] infinite rerender withdraw + negative values
2023-08-15 16:34:01 +03:00
Yusuf Seyrek
de185bf823
Mp 3237 handle multiple active incentives ( #372 )
2023-08-15 15:25:53 +03:00
Yusuf Seyrek
8df8aa6a12
fix(TitleAndSubCell): Text components' tag props are set to span to prevent <p> in <p> ( #373 )
2023-08-15 09:21:38 -03:00
Bob van der Helm
9c3a6a0482
[bugfixes] health percentage, trade slider, animation ++ ( #369 )
...
* [bugfixes] health percentage, trade slider, animation ++
* Update src/hooks/useHealthComputer.tsx
Co-authored-by: Yusuf Seyrek <yusufseyrek@users.noreply.github.com>
---------
Co-authored-by: Yusuf Seyrek <yusufseyrek@users.noreply.github.com>
2023-08-15 08:19:37 -03:00
Bob van der Helm
4c18575b64
[bugfixes] change threshold to LTV ( #370 )
2023-08-14 22:25:27 -03:00
Bob van der Helm
5e075ae69f
[bugfix] remove APY from borrowRate column ( #371 )
2023-08-14 21:58:16 -03:00
dependabot[bot]
a26e059d1c
Build(deps): bump swr from 2.2.0 to 2.2.1 ( #365 )
...
Bumps [swr](https://github.com/vercel/swr ) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/vercel/swr/releases )
- [Commits](https://github.com/vercel/swr/compare/v2.2.0...v2.2.1 )
---
updated-dependencies:
- dependency-name: swr
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-14 18:01:03 +03:00
dependabot[bot]
d8b98466bb
Build(deps): bump @sentry/nextjs from 7.61.1 to 7.63.0 ( #362 )
...
Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript ) from 7.61.1 to 7.63.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.61.1...7.63.0 )
---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-14 18:00:12 +03:00
dependabot[bot]
d4704f8d9f
Build(deps-dev): bump autoprefixer from 10.4.14 to 10.4.15 ( #361 )
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.14 to 10.4.15.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.14...10.4.15 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-14 17:58:59 +03:00
Bob van der Helm
f9318dfe6e
[CM details] support changes ( #359 )
...
* [CM details] support changes
* Update src/components/Trade/TradeModule/SwapForm/index.tsx
Co-authored-by: Yusuf Seyrek <yusufseyrek@users.noreply.github.com>
* Update src/components/Trade/TradeModule/SwapForm/index.tsx
Co-authored-by: Yusuf Seyrek <yusufseyrek@users.noreply.github.com>
* [HC] update to bncoin.from
---------
Co-authored-by: Yusuf Seyrek <yusufseyrek@users.noreply.github.com>
2023-08-14 09:55:53 -03:00
Yusuf Seyrek
5358b8c39e
feat(vaults constant): updated ( #368 )
...
* feat(vaults constant): updated
* fix: timeframe
2023-08-14 09:05:35 -03:00
Yusuf Seyrek
53495c03ba
feat(nextjs config): enable production browser sourcemaps ( #367 )
2023-08-14 13:59:29 +03:00
Linkie Link
fe70b50c77
fix: remove header on non desktop devices ( #366 )
2023-08-14 11:02:48 +02:00
Linkie Link
6efe2c71a0
Mp 2784 mobile not supported screen ( #358 )
...
* MP-2784: first itteration of the mobile support screen
* fix: fixed the AccountSummary
* MP-2784: mobile not supported
* fix: v1 is not v1.0
* fix: fixed according to feedback
* fix: created a standalone mobile page
2023-08-14 10:32:49 +02:00
Bob van der Helm
2d6ef1a4a0
[HC] update wasm files and types ( #360 )
2023-08-11 15:46:35 -03:00
Yusuf Seyrek
1af857fcb0
feat: update contracts ( #307 )
...
* feat: update contract addresses
* feat(contracts): generated types updated & incenvite changes
* feat(smart contract client update): made the app working with new smart contracts
* addressed to PR comments
2023-08-11 00:31:27 +03:00
Yusuf Seyrek
d1db7ee6c1
logging(tx simulation): remove error log ( #357 )
2023-08-09 16:47:22 +03:00
Linkie Link
e6926dbd17
fix: fixed the UI not being disabled on transaction ( #356 )
...
* fix: fixed the UI not being disabled on transaction
* fix: borrow modal repay toggle
2023-08-09 15:29:28 +02:00
Yusuf Seyrek
85bdb4b267
fix(margin trading): response parsing ( #354 )
2023-08-09 15:53:32 +03:00
Linkie Link
be671efd64
fix: fixed the autoconnect ( #355 )
2023-08-09 14:51:46 +02:00
Yusuf Seyrek
223b55bff8
fix(tippy): downgrade nextjs to a stable version that works with tippy ( #353 )
2023-08-09 13:39:41 +03:00
Yusuf Seyrek
9d31122636
feat(transaction broadcasting layer): added on the fly fee estimation functionality to all of the transactions ( #352 )
2023-08-09 11:09:42 +03:00
Linkie Link
d494bce26a
MP-2802: created get started overlay ( #351 )
2023-08-08 21:50:07 +02:00
Linkie Link
f4fc2dcfcc
MP-2803: created fund already funded account flow ( #350 )
2023-08-08 15:57:53 +02:00
Linkie Link
d43437e440
env: update ( #349 )
2023-08-08 15:38:29 +02:00
Yusuf Seyrek
dca3f8a236
feat(Trade page): account details card ( #348 )
...
* feat(Trade page): account details card
* feat(account details): dont display the card when account has no deposits
2023-08-08 12:12:52 +03:00
dependabot[bot]
eff5b55076
Build(deps-dev): bump prettier from 3.0.0 to 3.0.1 ( #346 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.0.0 to 3.0.1.
- [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/3.0.0...3.0.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-07 13:53:45 +03:00
dependabot[bot]
b34530de31
Build(deps-dev): bump jest from 29.5.0 to 29.6.2 ( #345 )
...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) from 29.5.0 to 29.6.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.6.2/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-07 13:53:23 +03:00
dependabot[bot]
cc70fe52e6
Build(deps): bump @sentry/nextjs from 7.60.0 to 7.61.1 ( #343 )
...
Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript ) from 7.60.0 to 7.61.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.60.0...7.61.1 )
---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-07 13:52:53 +03:00
dependabot[bot]
202e63ea9c
Build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0 ( #344 )
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.27.5 to 2.28.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-07 13:52:29 +03:00
Bob van der Helm
b35c743286
MP-2912 Margin trading implementation ( #342 )
...
* fix(useSWR): request hooks revalidation on focus disabled
* [trade] add margin
* [trade] include borrow rate in receipt
* [trade] add tooltip margin and pr comments
* updated regardign comments
---------
Co-authored-by: Yusuf Seyrek <yusuf@delphilabs.io>
2023-08-07 13:51:52 +03:00
Yusuf Seyrek
c25d8607e8
fix(useSWR): request hooks revalidation on focus disabled ( #340 )
2023-08-05 11:52:11 +02:00
Linkie Link
cec9e50955
fix: fixed the wallet auto connection ( #341 )
...
* fix: fixed the wallet auto connection
* tidy: refactor
* fix: re-enabled account change support
* tidy: refactor
2023-08-05 11:11:07 +02:00
Linkie Link
267b968c4a
MP-2894: withdraw from account ( #339 )
2023-08-04 15:10:30 +02:00
Bob van der Helm
103c8bed9a
[vault modal] add borrow max calcs ( #337 )
...
* [vault modal] add borrow max calcs
* fixed test
2023-08-03 12:03:03 +02:00
Linkie Link
1a55d8bd39
Mp 3104 delete account ( #336 )
...
* MP-3104: added deleteAccount and alerts for vaults and debts
* MP-3104: added Borrow and Farm links to the AlertDialog
* MP-3104: finished delete flow
* fix: adjusted according to feedback
* refactor: tidy
2023-08-03 11:45:32 +02:00
Yusuf Seyrek
69dece2600
Mp 3220 prevent making unnecessary calls from SwapForm ( #338 )
2023-08-03 10:46:15 +03:00
Bob van der Helm
b6be254804
[trade] implement max swap from health computer ( #335 )
2023-08-02 11:38:41 +02:00
dependabot[bot]
203152d39c
Build(deps-dev): bump eslint from 8.45.0 to 8.46.0 ( #327 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.45.0 to 8.46.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.45.0...v8.46.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-01 16:51:59 +02:00
dependabot[bot]
22cc6f2d20
Build(deps-dev): bump babel-jest from 29.6.1 to 29.6.2 ( #328 )
...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest ) from 29.6.1 to 29.6.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.6.2/packages/babel-jest )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-01 16:51:42 +02:00
dependabot[bot]
fdd18213d0
Build(deps): bump @delphi-labs/shuttle-react from 3.3.0 to 3.6.0 ( #329 )
...
Bumps [@delphi-labs/shuttle-react](https://github.com/delphi-labs/shuttle/tree/HEAD/packages/react ) from 3.3.0 to 3.6.0.
- [Release notes](https://github.com/delphi-labs/shuttle/releases )
- [Commits](https://github.com/delphi-labs/shuttle/commits/v.3.6.0/packages/react )
---
updated-dependencies:
- dependency-name: "@delphi-labs/shuttle-react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-01 16:51:25 +02:00
dependabot[bot]
6603e740eb
Build(deps-dev): bump @testing-library/jest-dom from 5.16.5 to 5.17.0 ( #330 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.16.5 to 5.17.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.16.5...v5.17.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-01 16:51:07 +02:00
dependabot[bot]
bf23317077
Build(deps-dev): bump prettier from 2.8.8 to 3.0.0 ( #331 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.8 to 3.0.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.8.8...3.0.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-01 16:50:49 +02:00
Yusuf Seyrek
947777fbe7
fix(TradingView Charts): resolveSymbol callback arguments ( #334 )
2023-08-01 10:43:50 +03:00