-
Notifications
You must be signed in to change notification settings - Fork 18
Archi/docs v2 #132
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
base: main
Are you sure you want to change the base?
Archi/docs v2 #132
Conversation
✅ Deploy Preview for alloradocs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
amimart
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.
Made some remarks about slight imprecisions
| **URL Components**: | ||
| - **`v7`**: Latest network version number |
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.
| **URL Components**: | |
| - **`v7`**: Latest network version number | |
| **URL Components**: | |
| - **`v9`**: Latest emissions API version number |
The latest version is v9, and it is not exactly related to the network version but more precisely the emissions module API version.
| ### Fee Structure Update | ||
|
|
||
| __`fees Xuallo` becomes `gas-prices 10uallo`__ | ||
| **`fees Xuallo` becomes `gas-prices 10uallo`** |
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.
The way we specify gas related options actually didn't change since the integration of x/feemarket, this module only brings a variable gas price computed on-chain, the current gas price can be queried with allorad q feemarket gas-prices.
Even with this EIP-1559 implementation we can specify --gas auto which will try to estimate gas usage, or use --fees Xuallo to set a limit to the gas fees to spend on a tx.
| - **Coordination mechanism**: Synchronize complex upgrades across the network | ||
|
|
||
| #### For Allora Chain Developers | ||
| ## Developer Upgrade Procedures |
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 not sure this is worth detailing how to implement an upgrade in the chain codebase, this doesn't concerns validators
cc @xmariachi
| ### Truth Relay | ||
| #### Truth Relay Architecture | ||
|
|
||
| Below is a sample structure of what your `main.go`, `main.py` and Dockerfile will look like. You can also find a working example [here](https://github.com/allora-network/basic-coin-prediction-node). |
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.
We probably want to revamp or remove this old repo
- consolidate fragmented get-started guides into streamlined quick-start and network-interaction - remove outdated separate guides - update navigation structure across all documentation sections - refresh content in consumer, reputer, SDK, validator, and topic-creator docs - add comprehensive topics list (29 active topics) to networking guides - add new sample-projects section to home - add better CLI examples and best practices
No description provided.