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: The API endpoints for Metrix do not appear to be implemented #1257

Closed
taariq opened this issue Feb 8, 2024 · 1 comment
Closed

BUG: The API endpoints for Metrix do not appear to be implemented #1257

taariq opened this issue Feb 8, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@taariq
Copy link
Member

taariq commented Feb 8, 2024

https://api-1.testnet.paloma.nodes.guru/palomachain/paloma/metrix/params returns not implemented

@taariq taariq added the bug Something isn't working label Feb 8, 2024
byte-bandit added a commit to palomachain/paloma that referenced this issue Feb 8, 2024
# Related Github tickets

- #1083
- VolumeFi#1257

# Background

All custom modules have at least some HTTP API endpoints configured, but
none of them were enabled. This change makes sure all modules register
their endpoints accordingly. Make sure to set `api.enable` to `true` in
`~/.paloma/config/app.toml` by default the API is disabled.

# Testing completed

- [x] test coverage exists or has been added/updated
- [x] tested in a private testnet

# Breaking changes

- [x] I have checked my code for breaking changes
- [x] If there are breaking changes, there is a supporting migration.
@taariq
Copy link
Member Author

taariq commented Feb 8, 2024

fixed

@taariq taariq closed this as completed Feb 8, 2024
maharifu added a commit that referenced this issue Aug 13, 2024
# Background

Include gas estimate and fee structure in turnstone messages hash.

# Testing completed

- [ ] test coverage exists or has been added/updated
- [ ] tested in a private testnet

# Breaking changes

- [ ] I have checked my code for breaking changes
- [ ] If there are breaking changes, there is a supporting migration.
maharifu added a commit that referenced this issue Aug 16, 2024
# Background

Include gas estimate and fee structure in turnstone messages hash.

# Testing completed

- [ ] test coverage exists or has been added/updated
- [ ] tested in a private testnet

# Breaking changes

- [ ] I have checked my code for breaking changes
- [ ] If there are breaking changes, there is a supporting migration.
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

2 participants