James

Results 47 comments of James

We should settle on a single name when referring on this type of datum. I've seen "optional" (ledger spec), "extra" (CIP-31 & CIP-32) and "embedded" (node-cli). I vote to align...

@tcjilani Try cloning the repo closer to root, the "filename" uses the whole path.

Hi @bcoste. I see `OutsideValidityIntervalUTxO` which is telling us the transaction is valid until slot 45707677 but the current slot is 53069672. Is it possible you are not applying an...

@bcoste The relative ttl can be any value provided the transaction is submit within that number of slots. The default is 1000 which means you have 1000 slots to submit...

> default relative_ttl of 1000 is not enough ? @bcoste It depends when you submit the transaction. Using 1000 relative slots gives you 1000 seconds to submit. If you take...

Example scripts represent response details as `details: [Object]`. This was overlooked during my testing. Actual response does include parsed node error.

Are we interested in a Feature Request form too?

@Yangxin-GG Is that a secret ket (private+public)? If so you want just the last half.

If you'd like to expose the Rosetta Cardano node you can use bind mount on run like `--mount type=bind,source="$(pwd)"/ipc,target=/ipc`, then set your `CARDANO_NODE_SOCKET_PATH` to `node.socket` in the local ipc directory...

Thanks @emiflake. I have raised an issue internally to track this, albeit as low priority.