accept gift wallet fees from caller instead of hardcoding#735
Closed
ferencsarai wants to merge 15 commits into
Closed
accept gift wallet fees from caller instead of hardcoding#735ferencsarai wants to merge 15 commits into
ferencsarai wants to merge 15 commits into
Conversation
fix: import paths for src fix: react error for listitems
fix: swap error caused by invalid id and batchcount
…42 (#238) * fix: enhance creation messages for admin drive and user drives spdv-942 * fix: update creation message to indicate longer processing time spdv-942
fix: asset preview types fix: fm search unicode text fix: feed identity and stamp usage
fix: ui layout changes
fix: vite polyfill warning for stream refactor: stamp depth and amount validation
* fix: spdv-917 * refactor: spdv-917
* fix: spdv-1038 * refactor: spdv-1038
* fix: validate stamp before every upgrade click --------- Co-authored-by: Roland Seres <roland.seres90@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adds giftwalletfees prop to app and threads it through to settingsprovider. removes hardcoded fallback values — the dashboard no longer owns these amounts, the caller (swarm-desktop) does. the giftcode page returns null when fees are not provided, which only happens outside desktop mode where the page is unreachable anyway.