Rafael Cárdenas

Results 109 issues of Rafael Cárdenas

(All explanations will be based on [AVAX's implementation](https://github.com/ava-labs/avalanche-rosetta) for ERC20 support) ### Config the Rosetta API should enable a ["token whitelist"](https://github.com/ava-labs/avalanche-rosetta/blob/2b309ff13b198940e0f62bea839d9ab1476f806d/cmd/server/config.go#L33) (included as a field in the Rosetta server config)...

rosetta

The `/transactions_with_transfers` endpoint is not returning FT transfers (maybe also NFT transfers) where it should. We should also add unit tests that specifically exercise this issue. This fix could be...

bug
icebox

The current chain tip cache ETag is set to the latest `index_block_hash` OR the latest `microblock_hash` depending on which one comes last. This works in most endpoints, but there are...

good first issue
icebox

We'd like to start exposing new endpoints that return statistics about the current state of the blockchain for different topics, included under a new router (e.g. `/extended/v1/stats/...`). This issue tracks...

microservice

Currently, the Rosetta endpoints only support creating transactions for two contract calls: `stack-stx` and `delegate-stx`. In order to fully use the Stacks blockchain's capabilities, we should add support for arbitrary...

rosetta

now that we have the `principal_stx_txs` table available with the record of all STX transactions for every address, use it to query the `/transactions_with_transfers` and `/stx_inbound` endpoints to optimize their...

postgres

For every new API release, we have to manually determine whether or not users would need to perform an event replay or full genesis sync to use the newer version...

github_actions

I'm presenting ImageViewer on rotation so that the user can see a picture in full screen. When I do so, however, the center that the displacement view animates to is...

The `name-renewal` function in the BNS contract has the zonefile_hash argument set to optional so users can renew their names without having to provide this information. However, this has a...

BNS