cardano-rosetta
cardano-rosetta copied to clipboard
An implementation of Rosetta for Cardano
when i curl https://explorer.cardano.org/rosetta/block , **it response block,other_transaction** `{ "block": { "block_identifier": { "index": 6293600, "hash": "9cfc8b464f2d56563d5bab884f4eba869c90ea71a44568e43aac1110ede99f5c" }, "parent_block_identifier": { "index": 6293599, "hash": "f48eb2c329f9ebaa64bce2fb79bc71394751fa189b0280b18951a5d64091b096" }, "timestamp": 1632653811000, "transactions": [], "metadata":...
# Description _A clear and concise description of what this pull request does or fixes._ # Proposed Solution _**Optional** Explain how does this PR solves the problem stated in [Description](#Description)....
# Description We require performance and load testing on the Cardano Rosetta implementation. It would be good to take measurements using user scenarios. Once we define some acceptable benchmarks we...
# Description BDD scenarios for v1.2 defined in Gherkin. These will be used to drive the Adrestia private network test framework. # Proposed Solution N/A # Important Changes Introduced N/A...
# Description Provides bug report and other templates, as requested by Alex Apeldoorn.
Hey, First of all, thank you for the implementation of cardano-rosetta and the provided documentation. I am trying to make a transfer between two addresses. Using cardano-cli, I have succeeded...
https://github.com/input-output-hk/cardano-rosetta/blob/411b35ffd15cecb322c52bf097be98bf4c4ee824/cardano-rosetta-server/src/server/services/network-service.ts#L42 Was just poking around and notice this. Maybe initialize it to `null` and use the expression `!exemptionsFile` for the if condition
My Cardano-rosetta node failed to sync the relay relays-new.cardano-testnet.iohkdev.io with a "Connection timed out" error. I'm using the docker image inputoutput/cardano-rosetta:1.2.1-testnet with kubernetes. I think the issue is due to...
Hi, all When I start cardano-rosetta on mainnet, this is my build step 1. download the cardano-rosetta code and checkout to 1.2.1 2. run command -> docker build -t cardano-rosetta...
# Description Two scenarios have been identified where, if an error occurs, then the response from `/construction/submit` returns a generic message when it would be more useful to see a...