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

[2.6][T4] transactions/fees endpoint lists only fees of core typegroup #3182

Closed
dated opened this issue Oct 30, 2019 · 3 comments
Closed

[2.6][T4] transactions/fees endpoint lists only fees of core typegroup #3182

dated opened this issue Oct 30, 2019 · 3 comments

Comments

@dated
Copy link
Contributor

dated commented Oct 30, 2019

The transactions/fees could be extended to also list transaction fees of other type groups, similar to how the transactions/types endpoint, instead of only listing the fees of the core type group.

{
  "data": {
    "transfer": 10000000,
    "secondSignature": 500000000,
    "delegateRegistration": 2500000000,
    "vote": 100000000,
    "multiSignature": 500000000,
    "ipfs": 500000000,
    "multiPayment": 10000000,
    "delegateResignation": 2500000000,
    "htlcLock": 10000000,
    "htlcClaim": 0,
    "htlcRefund": 0
  }
}

This would be a potentially breaking change for applications that rely on that endpoint.

@ghost
Copy link

ghost commented Oct 30, 2019

Thanks for opening this issue! A maintainer will review this in the next few days and explicitly select labels so you know what's going on.

If no reviewer appears after a week, a reminder will be sent out.

@spkjp spkjp changed the title transactions/fees endpoint lists only fees of core typegroup [2.6][T4] transactions/fees endpoint lists only fees of core typegroup Nov 2, 2019
@spkjp
Copy link
Contributor

spkjp commented Nov 2, 2019

Fixed #3193

@spkjp spkjp closed this as completed Nov 2, 2019
@ghost
Copy link

ghost commented Nov 2, 2019

This issue has been closed. If you wish to re-open it please provide additional information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants