Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG REPORT] Portal Filters out Algorand GET requests #727

Open
blockjoe opened this issue Mar 15, 2022 · 0 comments
Open

[BUG REPORT] Portal Filters out Algorand GET requests #727

blockjoe opened this issue Mar 15, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@blockjoe
Copy link
Contributor

Technically Algorand uses REST and not RPC for their Blockchain API. All of the read based operations happen through GET, so currently, the only thing that the Portal is able to pass through to Algorand nodes is basically POSTing transactions.

For reference: the node API, and the indexer API.

Not all of these methods make sense exposed publicly, but MyAlgo currently maintains public endpoints that expose the methods on these APIs that make sense to expose public facing. For reference: the public node API and the public indexer API.

@blockjoe blockjoe added the bug Something isn't working label Mar 15, 2022
@crisog crisog self-assigned this Mar 15, 2022
@rem1niscence rem1niscence assigned rem1niscence and unassigned crisog Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants