4 Commits
Author SHA1 Message Date
Jinho Jang 9f86f31e6c Fix max extension staking causing a transaction error (#1076)
* feat(unstake-vault): improve max balance handling and precision truncation

* fix(hub): truncate unstake MAX amount to 6 decimals to prevent precision overflow

* feat(lock-vault): enhance lock functionality with error handling and user feedback

* fiix: adjust lock time calculation to account for block time drift

* feat(unstake-vault): allow clearing input for amount field in unstake modal

* fix(lock-vault): improve timestamp handling and buffer calculations for lock extension

* fix(lock-vault): add loading state to lockUntil data retrieval and disable action button accordingly

* feat(lock-vault): enhance lock functionality with query invalidation and improved extension logic

* fix(lock-vault): handle bigint serialization in query invalidation to prevent stale cache issues

* fix(lock-vault): adjust remaining days calculation and clean up unused code in lock vault form

* feat(lock-vault): add max days validation based on MP cap and enhance loading state handling

* fix(lock-vault): implement safety cap for increased lock duration and simplify query invalidation

* fix(lock-vault): remove unused MP cap validation logic and clean up related code

* fix: register community-contracts submodules in .gitmodules
2026-03-31 03:39:29 +09:00
7b2bda5cf5 chore: update specs repo
* chore: update specs repo

* changeset fix

* Create fresh-suits-sort.md

* Delete .changeset/tired-flies-kick.md

* Remove .gitmodules file for the status.app submodule

* fix: format GITHUB_REPO_RFC_URL for improved readability

* Update readmes for submodule syncing

* u

* Update README formatting and sync submodule commit for status.app

* Remove role field from Layer-2 networks help document

* Refactor SpecsDoc title resolution logic to use getTitlePart function and exclude specific raw files from content directory

* fix branch name

* Sync submodule commit for status.app to latest version

* Refactor metadata keys in specs to use consistent naming convention

* chore(status.app): update specs submodule's head

* chore: update next-mdx-remote version to non-vulnerable one

* fix(status.app): "expected last token to be open" error in dev mode

---------

Co-authored-by: Felicio <felicio@users.noreply.github.com>
Co-authored-by: JulesFILIOT <dev@julesfiliot.com>
2026-02-16 12:32:10 +09:00
JakubandFelicio 207f4a5aef feat: add predeposit disclaimer (#890)
* add predeposit disclaimer

* add git submodules

* add links to disclaimer

* Add predeposit disclaimer to changeset

* address feedback

* update build

* fix build

* debug

* update build

* update build

* r

* Revert "r"

This reverts commit 8cc2fbe9ad.

---------

Co-authored-by: Felicio <felicio@users.noreply.github.com>
2025-12-17 14:40:17 +01:00
Felicio 81dda43b7f fix /specs after migration (#851)
* fix /specs after migration

* Create large-tips-shout.md
2025-11-11 19:02:26 +09:00