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

chore: add gas handling doc, benchmark updates, few fixes #188

Merged
merged 2 commits into from
May 21, 2024

Conversation

Rqnsom
Copy link
Member

@Rqnsom Rqnsom commented May 20, 2024

  • added gas handling solution
  • updated obsolete docs with the latest info
  • replaced u32 with u64 for the gas_limit parameter in all
    extrinsics
  • updated benchmark tests trying to achieve similar gas cost for
    publishing modules and publishing bundles
  • tiny fixes in assets/move-projects

doc/gas-handling.md Outdated Show resolved Hide resolved
- added gas handling solution
- updated obsolete docs with the latest info
@Rqnsom Rqnsom force-pushed the doc/gas-handling-doc-and-other-updates branch 2 times, most recently from a160860 to 949af15 Compare May 20, 2024 17:38
@Rqnsom Rqnsom changed the title tmp chore: add gas handling doc, benchmark updates, few fixes May 20, 2024
Copy link
Contributor

@neutrinoks neutrinoks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The titles within gas-handling document should be harmonised, the rest looks quite good 👍

doc/gas-handling.md Show resolved Hide resolved
@Rqnsom Rqnsom force-pushed the doc/gas-handling-doc-and-other-updates branch from 949af15 to 0da6175 Compare May 21, 2024 10:04
neutrinoks
neutrinoks previously approved these changes May 21, 2024
Copy link
Contributor

@neutrinoks neutrinoks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏻

- replaced `u32` with `u64` for the `gas_limit` parameter in all
  extrinsics
- updated benchmark tests trying to achieve similar gas cost for
  publishing modules and publishing bundles
- tiny fixes in assets/move-projects
@Rqnsom Rqnsom force-pushed the doc/gas-handling-doc-and-other-updates branch from 0da6175 to a9274d9 Compare May 21, 2024 11:06
@Rqnsom
Copy link
Member Author

Rqnsom commented May 21, 2024

It's been tested on the node template, and everything works as expected.

@Rqnsom Rqnsom merged commit 38ecadb into main May 21, 2024
1 check passed
@Rqnsom Rqnsom deleted the doc/gas-handling-doc-and-other-updates branch May 21, 2024 12:30
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

Successfully merging this pull request may close these issues.

2 participants