-
Notifications
You must be signed in to change notification settings - Fork 2
Docs review update #8
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?
Conversation
…VM implementations
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
- Add contact form link to footer - Remove contribute card from landing page - Add marketing content and key features section - Update GitHub link to point to cosmos/evm repo Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
✅ Deploy Preview for evm-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- `--json-rpc.enable`: Enable the JSON-RPC server | ||
- `--json-rpc.address`: JSON-RPC server address (default: `0.0.0.0:8545`) | ||
- `--json-rpc.ws-address`: JSON-RPC WebSocket server address (default: `0.0.0.0:8546`) | ||
- `--json-rpc.api`: API namespaces to enable (e.g., `eth,web3,net,txpool,debug`) |
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 would like us to add a callout somewhere that folks should only expose the debug
endpoint in non production settings as this has performance and uptime impacts if it is public
all (if not most) of the transactions will be committed to the next block (avg. block time on Cosmos chains is ~8s). | ||
However, this causes a | ||
few hiccups in terms of the Ethereum Web3-compatible queries that can be made to pending state. | ||
|
||
Another significant difference with Ethereum, is that blocks are produced by validators or block producers, who include | ||
transactions from their local mempool into blocks in a | ||
first-in-first-out (FIFO) fashion. Transactions on the Cosmos EVM cannot be ordered or cherry picked out from the | ||
Tendermint node [mempool](https://docs.tendermint.com/v0.34/tendermint-core/mempool.html). | ||
CometBFT node [mempool](https://docs.tendermint.com/v0.34/tendermint-core/mempool.html). |
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.
Lets link to the cometbft docs in all cases as well
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.
There are multiple non-comet docs links
docs/protocol/modules/feemarket.md
Outdated
```sh | ||
min(baseFee + gasTipCap, gasFeeCap) | ||
``` |
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.
these aren't in shell scripting so idk if we should add this annotation
This PR is intended to update these docs to be able to share publicly. Updates largely to the chain integrations doc.
eth_secp256k1/cointype 60, added IBC middleware docs, and included Hermes relayer setup
current codebase
cleaned up formatting
mode textual and blocked addresses