XRPL-Labs / xrpld-hooks

ISC License
94 stars 28 forks source link

[STANDALONE TESTING] ICV2-Paychan+Escrow amendment error when creating payment channel. #60

Closed dangell7 closed 1 year ago

dangell7 commented 1 year ago

Issue Description

Cannot create paychannel for xrp on https://github.com/RichardAH/rippled/tree/PaychanAndEscrowForTokens Cannot create paychannel for ic on https://github.com/RichardAH/rippled/tree/PaychanAndEscrowForTokens

Steps to Reproduce

Checkout: https://github.com/Transia-RnD/xrpl.js/tree/denis-icv2

To run the integration tests you need to run the standalone rippled first using docker.

https://github.com/Transia-RnD/xrpl.js/blob/denis-icv2/CONTRIBUTING.md#integration-tests

npm install && npm run build && npm run test:integration (Runs the paymentChannelCreate.ts test ONLY)

Expected Result

Create paychannel for xrp on https://github.com/RichardAH/rippled/tree/PaychanAndEscrowForTokens Create paychannel for ic on https://github.com/RichardAH/rippled/tree/PaychanAndEscrowForTokens

Actual Result

create paychannel for xrp: tecNO_ISSUER create paychannel for ic: temDST_IS_SRC

Environment

Rippled Build https://github.com/Transia-RnD/thehub/releases/tag/icv2-latest

Please keep in mind this is a standalone build for testing so there are lots of places these errors could have been generated from.

dangell7 commented 1 year ago

Working here: https://github.com/Transia-RnD/rippled/tree/PaychanAndEscrowForTokens