avalanche-rosetta
avalanche-rosetta copied to clipboard
Rosetta server for Avalanche (C-Chain and P-Chain)
Hello Team, I want to extract all information for 0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E USDC token like balance’s, transactions etc. I had setup avalanche-rosetta node using docker, currently it is syncing. Once its full...
This PR adds support for P-Chain address derivation. The P chain network identifier will be: ``` &types.NetworkIdentifier{ Blockchain: service.BlockchainName, Network: cfg.NetworkName, SubNetworkIdentifier: &types.SubNetworkIdentifier{ Network: "P", }, } ``` Test: ```...
Hello Team I am using current version (rosetta_version - 1.4.9, node_version - 1.7.10, middleware_version - 0.1.7) of avalanche-rosetta node. While query blocks it’s taking too much time to execute it(...
Create a local network and run `check-testnet-*` against it. Just running the construction check test should be sufficient because it will also test the Data API paths.
https://github.com/coinbase/rosetta-sdk-go/compare/v0.6.5...v0.7.4 They've added this new validation: https://github.com/coinbase/rosetta-sdk-go/tree/master/asserter#readme It's disabled if you pass in `""` which is what this PR does. We should investigate if we want to add validations but...