-
Notifications
You must be signed in to change notification settings - Fork 162
Implement transaction/{ , material, fee-estimate}
#246
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
Conversation
update readme save save update middleware update openapi update readme update readme readme
danforbes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good...just some documentation questions/nitpicks. In general, I'm curious where we want to draw the line with transaction v. extrinsic.
emostov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm curious where we want to draw the line with transaction v. extrinsic.
@danforbes agreed - rereading it is actually pretty confusing if I am to put myself in the shoes of someone new to substrate. I think we need to choose just one because right now the chooses in this PR seem semi arbitrary.
Implements:
/transaction/transaction/materialtransaction/fee-estimateAdditionally this updates
openapi-proposal.yamlto reflect the endpoint implementation.