oasis-rosetta-gateway icon indicating copy to clipboard operation
oasis-rosetta-gateway copied to clipboard

The official Rosetta server implementation for the Oasis Network.

Results 51 oasis-rosetta-gateway issues
Sort by recently updated
recently updated
newest added

hadn't noticed this in the transition to api spec 1.4.0, errors now have a 'detail' field that lets us send info that we don't have to list in /network/options we...

to someone exploring the API, having most transactions right now be unmodeled node registrations (or something) might seem like they aren't getting transaction info right. some ideas to address this:...

When I try to use `/search/transactions`, it returns `404 page not found`. How can I get transaction only by transaction hash?

fixes #322 let's change these so that we don't have to fiddle with the protected branch settings

I am trying to setup the Oasis Rosetta docker container. At the present state I am unable to see any container logs and am not able to run any curl...

https://github.com/oasisprotocol/oasis-rosetta-gateway/blob/master/docs/release-process.md#back-port-changes either will have to change this or somehow refine our protected branches setting

curl -X 'POST' 'http://ip:8080/block' -H 'accept: application/json' -H 'Content-Type: application/json' \ > -d '{ > "network_identifier": {"blockchain": "Oasis", "network": "53852332637bacb61b91b6411ab4095168ba02a50be4c3f82448438826f23898"}, > "block_identifier":{"index":7862720,"hash":""} > }' {"block":{"block_identifier":{"index":7862720,"hash":"41bc7940275a1e557d13810e208c34a95c27f042464bf46ce3ed1dc3c4bad24f"},"parent_block_identifier":{"index":7862719,"hash":"0177b95c196660cf89d5a7e15a594a92140cd4e18e747171d2c7e2dc94dc72e3"},"timestamp":1648545224000,"transactions":[],"metadata":{"epoch":13092}}} transactions is null

a user of the offline signing flow would like to have this looks like this should be possible. we already obtain the chain ID through an environment variable in offline...

we've received a draft of this from our partner, which was testing on the testnet ``` // Portions of this are modeled after Rosetta's Ethereum transfer test, which // also...

``` Running [/home/runner/golangci-lint-1.39.0-linux-amd64/golangci-lint run --out-format=github-actions] in [] ... level=error msg="Running error: context loading failed: failed to load packages: timed out to load packages: context deadline exceeded" level=error msg="Timeout exceeded: try...