João Santos Reis
João Santos Reis
Tracks the implementation of #9544 against the current Rosetta node code (`berkeley`).
#9748 improves the `/account/balance` endpoint of Rosetta, but it targets a codebase that is going to be superseded soon. This issue tracks the implementation of the same feature but against...
This PR implements Rosetta indexer feature. This endpoint (`/search/transactions`) allows searching for transactions matching certain conditions. The specification can be found [here](https://docs.cloud.coinbase.com/rosetta/reference/searchtransactions). Some existing logic was moved around to allow...
This pull request fixes a nix build issue on macOS introduced with the latest `caqti` bump. An issue with `postgres` system package name mapping prevented it from working on macOS...
See #15564
This pull request refactors SQL queries to improve the efficiency and readability of the indexer queries and provide logging for debugging purposes. This was tested using the Rosetta indexer test...
This pull request adds the user transactions nonce to Rosetta's metadata response.
This pull request removes unused Rosetta operation types and related code that are no longer needed in the codebase.
This pull request adds an optional `timestamp` field to the indexer response type in the `rosetta_models/block_transaction.ml` file. This field is not part of the official spec and it's optional, only...