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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem: amount field max value is not rebalancing #1370
problem: amount field max value is not rebalancing #1370
Changes from all commits
35c19ff
198f756
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 157 in packages/core/src/transaction/workflow/TxBuilder.ts
Codecov / codecov/patch
packages/core/src/transaction/workflow/TxBuilder.ts#L157
Check warning on line 165 in packages/core/src/transaction/workflow/TxBuilder.ts
Codecov / codecov/patch
packages/core/src/transaction/workflow/TxBuilder.ts#L165
Check warning on line 380 in packages/core/src/transaction/workflow/TxBuilder.ts
Codecov / codecov/patch
packages/core/src/transaction/workflow/TxBuilder.ts#L380
Check warning on line 388 in packages/core/src/transaction/workflow/TxBuilder.ts
Codecov / codecov/patch
packages/core/src/transaction/workflow/TxBuilder.ts#L386-L388
Check warning on line 410 in packages/core/src/transaction/workflow/TxBuilder.ts
Codecov / codecov/patch
packages/core/src/transaction/workflow/TxBuilder.ts#L410
Check warning on line 418 in packages/core/src/transaction/workflow/TxBuilder.ts
Codecov / codecov/patch
packages/core/src/transaction/workflow/TxBuilder.ts#L416-L418
Check warning on line 262 in packages/core/src/transaction/workflow/create-tx/CreateErc20ApproveTx.ts
Codecov / codecov/patch
packages/core/src/transaction/workflow/create-tx/CreateErc20ApproveTx.ts#L262
Check warning on line 264 in packages/core/src/transaction/workflow/create-tx/CreateErc20ApproveTx.ts
Codecov / codecov/patch
packages/core/src/transaction/workflow/create-tx/CreateErc20ApproveTx.ts#L264
Check warning on line 266 in packages/core/src/transaction/workflow/create-tx/CreateErc20ApproveTx.ts
Codecov / codecov/patch
packages/core/src/transaction/workflow/create-tx/CreateErc20ApproveTx.ts#L266
Check warning on line 268 in packages/core/src/transaction/workflow/create-tx/CreateErc20ApproveTx.ts
Codecov / codecov/patch
packages/core/src/transaction/workflow/create-tx/CreateErc20ApproveTx.ts#L268
Check warning on line 94 in packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx#L94
Check warning on line 99 in packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx#L99
Check warning on line 101 in packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx#L101
Check warning on line 146 in packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx#L146
Check warning on line 150 in packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx#L150
Check warning on line 153 in packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx#L153
Check warning on line 155 in packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx#L155
Check warning on line 157 in packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx#L157
Check warning on line 159 in packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx#L159
Check warning on line 161 in packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx#L161
Check warning on line 163 in packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx#L163
Check warning on line 166 in packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx#L166
Check warning on line 169 in packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/SetupTransaction.tsx#L169
Check warning on line 24 in packages/react-app/src/transaction/SetupTransaction/flow/blockchain/ethereum/erc20/approve.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/flow/blockchain/ethereum/erc20/approve.tsx#L24
Check warning on line 2 in packages/react-app/src/transaction/SetupTransaction/flow/blockchain/ethereum/erc20/convert.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/flow/blockchain/ethereum/erc20/convert.tsx#L2
Check warning on line 44 in packages/react-app/src/transaction/SetupTransaction/flow/blockchain/ethereum/erc20/convert.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/flow/blockchain/ethereum/erc20/convert.tsx#L44
Check warning on line 28 in packages/react-app/src/transaction/SetupTransaction/flow/blockchain/ethereum/recovery.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/flow/blockchain/ethereum/recovery.tsx#L28
Check warning on line 31 in packages/react-app/src/transaction/SetupTransaction/flow/components/ApproveAmount.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/flow/components/ApproveAmount.tsx#L31
Check warning on line 61 in packages/react-app/src/transaction/SetupTransaction/flow/components/ApproveAmount.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/flow/components/ApproveAmount.tsx#L60-L61
Check warning on line 64 in packages/react-app/src/transaction/SetupTransaction/flow/components/ApproveAmount.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/flow/components/ApproveAmount.tsx#L64
Check warning on line 66 in packages/react-app/src/transaction/SetupTransaction/flow/components/ApproveAmount.tsx
Codecov / codecov/patch
packages/react-app/src/transaction/SetupTransaction/flow/components/ApproveAmount.tsx#L66
Check warning on line 65 in packages/store/src/txstash/handler/blockchain/ethereum/prepare.ts
Codecov / codecov/patch
packages/store/src/txstash/handler/blockchain/ethereum/prepare.ts#L65
Check warning on line 68 in packages/store/src/txstash/handler/blockchain/ethereum/prepare.ts
Codecov / codecov/patch
packages/store/src/txstash/handler/blockchain/ethereum/prepare.ts#L68
Check warning on line 103 in packages/store/src/txstash/handler/blockchain/ethereum/prepare.ts
Codecov / codecov/patch
packages/store/src/txstash/handler/blockchain/ethereum/prepare.ts#L103
Check warning on line 106 in packages/store/src/txstash/handler/blockchain/ethereum/prepare.ts
Codecov / codecov/patch
packages/store/src/txstash/handler/blockchain/ethereum/prepare.ts#L106