Skip to content
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

SourceMaps are broken #271

Open
ShookLyngs opened this issue Aug 7, 2024 · 0 comments
Open

SourceMaps are broken #271

ShookLyngs opened this issue Aug 7, 2024 · 0 comments

Comments

@ShookLyngs
Copy link
Collaborator

ShookLyngs commented Aug 7, 2024

Here's an example where I triggered an error intentionally:

Error: The cell with the specific out point is dead
    at Module.checkCkbTxInputsCapacitySufficient (/Users/root/Development/projects/rgbpp-sdk/packages/ckb/src/schemas/generated/blockchain.ts:992:13)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at /Users/root/Development/projects/rgbpp-sdk/packages/btc/src/preset/types.ts:1374:32
    at getMergedBtcOutputs (/Users/root/Development/projects/rgbpp-sdk/packages/btc/src/preset/types.ts:1370:33)
    at Module.createSendRgbppUtxosBuilder (/Users/root/Development/projects/rgbpp-sdk/packages/btc/src/preset/types.ts:1338:28)
    at Module.buildRgbppTransferAllTxs (/Users/root/Development/projects/rgbpp-sdk/packages/rgbpp/src/rgbpp/xudt/btc-transfer-all.ts:163:39)
    at /Users/root/Development/projects/rgbpp-sdk/packages/rgbpp/tests/RgbppXudt.test.ts:83:22

For clarification, the getMergedBtcOutputs method is not located in the btc/src/preset/types.ts file:

at getMergedBtcOutputs (/Users/root/Development/projects/rgbpp-sdk/packages/btc/src/preset/types.ts:1370:33)

The checkCkbTxInputsCapacitySufficient method is not located in the ckb/src/schemas/generated/blockchain.ts file:

at Module.checkCkbTxInputsCapacitySufficient (/Users/root/Development/projects/rgbpp-sdk/packages/ckb/src/schemas/generated/blockchain.ts:992:13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant