cardano-rosetta icon indicating copy to clipboard operation
cardano-rosetta copied to clipboard

An implementation of Rosetta for Cardano

Results 64 cardano-rosetta issues
Sort by recently updated
recently updated
newest added

Hello! The latest version of Cardano-rosetta is using v12.0.0 db-sync, but on db-sync snapshot page only v13 snapshots is available. Start cardano-rosetta without db-sync snapshot is almost impossible today. There...

# Description cardano-rosetta responds to the network query with the peer relay rather than the connected peers, which needs to be corrected to deliver on the intent of the API....

Operations of type **stake key registration** returned at `/block` endpoint returns the deposit amount done for the key registration. Actually, this value is taken from the field `deposit` of table...

BUG
data-api
SEVERITY:MEDIUM
PRIORITY:MEDIUM
BLOCKED

The pool deposit is only paid when a pool is first registered. After that, further pool registration operations may occur which update the pool parameters. However, currently this is not...

# Description Replaces cardano-cli with ogmios for the Nix service # Proposed Solution Replace and add variables as required # Important Changes Introduced Replace cardano-cli with ogmios # Testing Needs...

# Description - [x] Replace cardano-cli per ogmios client - [x] Replace `cardano-node` per `cardano-node-ogmios` at `docker-compose` - [x] Add ogmios to `Dockerfile` # Testing Send a transaction using Cardano-Rosetta

Hey, I see that Cardano Rosetta 1.7.1 bundles [[email protected]](https://github.com/input-output-hk/cardano-node/releases/tag/1.33.0) and [[email protected]](https://github.com/input-output-hk/cardano-db-sync/releases/tag/12.0.0). Is this ready for the upcoming Vasil hard fork? Or is [[email protected]](https://github.com/input-output-hk/cardano-node/releases/tag/1.35.0) needed for the fork?

Hello. Any advice what does it mean and how can I fix it (if requires): LOG: checkpoints are occurring too frequently (29 seconds apart) HINT: Consider increasing the configuration parameter...

there is my demo code: TransactionBroadcastRequest request = TransactionBroadcastRequest.builder() //encoded by base64 .signed_transaction(rawTransaction) .network_identifier(this.getNetwork(this.chain)) .build(); String json = JsonHelper.toJson(request); var responseBody = httpClientUtil.postJson(String.format("%s/construction/submit", endpoint), json); who named as endpoint in...