You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEVER PROVIDE ANY PART OF YOUR RECOVERY KIT, KEYS, OR OTHER INFORMATION AS PART OF THIS ISSUE - NO MEMBER OF FIREBLOCKS WILL EVER ASK FOR SUCH INFORMATION MAKE SURE TO OBFUSCATE ANY SENSETIVE DATA FROM YOUR SCREENSHOTS OR STEPS
Describe the bug
The release 1.1.0
To Reproduce
After recovery / verification (Choose one): Yes
If the issue is after recovery or verification, simply write the steps after the recovery (no need to provide the recovery steps unless requested)
Steps to reproduce the behavior:
On airgapped device, initiate a XRP recovery for a Fireblocks wallet.
Select source wallet, QR is displayed.
On broadcaster device, scan QR.
On broadcaster, enter recipient Memo/Tag.
On broadcaster, prepare Transaction. QR is displayed.
On airgapped, scan QR code. Transaction details are displayed.
On airpressed, press 'Approve and Sign Transaction'
[2024-12-19 12:01:17.978] [debug] getSchema { action: 'tx/sign', app: 'utility' }
[2024-12-19 12:01:17.979] [info] Relay URL parameters: {
accountId: 1,
version: '1.1.0',
ip: '213...',
action: 'tx/sign',
unsignedTx: {
id: '52...',
assetId: 'XRP',
to: 'rp...',
path: [ 44, 144, 1, 0, 0 ],
from: 'rB3...',
amount: 15.003288999999999,
balance: 15.003288999999999,
misc: {
gasPrice: 'undefined',
memo: '11...',
extraParams: { l: 92874758, f: '36', s: 92872460 }
}
}
}
[2024-12-19 12:01:17.979] [debug] inboundRelayParams changed to: {
"accountId": 1,
"version": "1.1.0",
"ip": "213...",
"action": "tx/sign",
"unsignedTx": {
"id": "52...",
"assetId": "XRP",
"to": "rp...",
"path": [
44,
144,
1,
0,
0
],
"from": "rB3...",
"amount": 15.003288999999999,
"balance": 15.003288999999999,
"misc": {
"gasPrice": "undefined",
"memo": "11...",
"extraParams": {}
}
}
}
[2024-12-19 12:01:17.979] [debug] createTxOutboundRelayUrl changed to: null
[2024-12-19 12:01:25.926] [error] shared: Unhandled error: 15003252.999999998 is an illegal amount UnhandledRejection Error: 15003252.999999998 is an illegal amount
at Amount.assertXrpIsValid (app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:435:22562)
at Amount.from (app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:435:20973)
at app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:435:37139
at Array.forEach (<anonymous>)
at STObject.from (app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:435:36993)
at serializeObject (app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:434:59686)
at signingData (app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:434:59815)
at encodeForSigning (app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:435:8186)
at computeSignature (app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:512:152874)
at Wallet.sign (app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:512:152280)
[2024-12-19 12:01:25.926] [error] Unhandled Exception UnhandledRejection Error: 15003252.999999998 is an illegal amount
at Amount.assertXrpIsValid (app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:435:22562)
at Amount.from (app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:435:20973)
at app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:435:37139
at Array.forEach (<anonymous>)
at STObject.from (app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:435:36993)
at serializeObject (app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:434:59686)
at signingData (app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:434:59815)
at encodeForSigning (app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:435:8186)
at computeSignature (app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:512:152874)
at Wallet.sign (app://index.html/_next/static/chunks/pages/_app-213ac638432a3b16.js:512:152280)
Expected behavior
Ultimately, the XRP is transferred to another wallet. An intermediate step is, that the tx is signed and correct QR code is shown for broadcasting.
Desktop (please complete the following information):
OS and version: iOS
Version [e.g. 22]
Additional context
BTW, the release 1.1.0 on Github for Ubuntu contains an outdated recovery tool (v1.0.0), while the Mac package is the expected (v1.1.0). But this is a minor.
The text was updated successfully, but these errors were encountered:
NEVER PROVIDE ANY PART OF YOUR RECOVERY KIT, KEYS, OR OTHER INFORMATION AS PART OF THIS ISSUE - NO MEMBER OF FIREBLOCKS WILL EVER ASK FOR SUCH INFORMATION
MAKE SURE TO OBFUSCATE ANY SENSETIVE DATA FROM YOUR SCREENSHOTS OR STEPS
Describe the bug
The release 1.1.0
To Reproduce
After recovery / verification (Choose one): Yes
If the issue is after recovery or verification, simply write the steps after the recovery (no need to provide the recovery steps unless requested)
Steps to reproduce the behavior:
Nothing seems to happen. But logs reveal:
utility.log:
shared.log
Expected behavior
Ultimately, the XRP is transferred to another wallet. An intermediate step is, that the tx is signed and correct QR code is shown for broadcasting.
Desktop (please complete the following information):
Additional context
BTW, the release 1.1.0 on Github for Ubuntu contains an outdated recovery tool (v1.0.0), while the Mac package is the expected (v1.1.0). But this is a minor.
The text was updated successfully, but these errors were encountered: