-
Notifications
You must be signed in to change notification settings - Fork 375
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
docs: standard library, banker, coins, address #1468
Conversation
Prelim review in draft? |
Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com>
# Conflicts: # docs/reference/standard-library.md
Co-authored-by: jon roethke <waymobetta@users.noreply.github.com>
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.
Great content!
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.
Thank you for the improvements 🙏
# Conflicts: # docs/overview.md
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.
lgtm
## Description This PR introduces the `std` package concept & reference pages. It covers concept pages for the banker, coins, testing etc, as well as the reference for them. It also includes the reference for chain-related functions in `std`, ie. `GetOrigCaller`, `GetChainID`, etc. EDIT: Feel free to review & leave suggestions. <details><summary>Contributors' checklist...</summary> - [x] Added new tests, or not needed, or not feasible - [x] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [x] Updated the official documentation or not needed - [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [x] Added references to related issues and PRs - [x] Provided any useful hints for running manual tests - [x] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md). </details> --------- Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com> Co-authored-by: jon roethke <waymobetta@users.noreply.github.com>
Description
This PR introduces the
std
package concept & reference pages. It covers concept pages for the banker, coins, testing etc, as well as the reference for them. It also includes the reference for chain-related functions instd
, ie.GetOrigCaller
,GetChainID
, etc.EDIT: Feel free to review & leave suggestions.
Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description