Closed roninjin10 closed 4 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Latest commit: a9ae9ebf4922fc93f53390cccc1dd721845aa116
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @roninjin10 and the rest of your teammates on Graphite
[!CAUTION]
Review failed
The pull request is closed.
This pull request integrates the Starlight Blog Plugin into the documentation framework, updates various documentation files, and introduces a new blog post. Key changes include the addition of a new dependency, updates to schema definitions, and clarifications in function parameters and return types across multiple documentation files. Additionally, there are enhancements to the documentation of blocks, transactions, utilities, and client functionalities.
File Path | Change Summary |
---|---|
docs/astro.config.mjs | Added import for starlightBlogPlugin and included it in the plugins array. |
docs/package.json | Added dependency "starlight-blog": "^0.14.0" . |
docs/src/content/config.ts | Updated docs collection to include blogSchema . |
docs/src/content/docs/blog/1_the_Vm_Wars.md | Added new blog post "Rollup Wars 1: The VM Wars". |
docs/src/content/docs/reference/@tevm/actions/functions/callHandler.md | Updated line number for callHandler function. |
docs/src/content/docs/reference/@tevm/actions/functions/callHandlerOpts.md | Updated line number and clarified parameters/return type. |
docs/src/content/docs/reference/@tevm/actions/functions/loadStateHandler.md | Clarified parameters and return type. |
docs/src/content/docs/reference/@tevm/actions/type-aliases/CallHandler.md | Updated references to CallParams and CallResult . |
docs/src/content/docs/reference/@tevm/actions/type-aliases/CallHandlerOptsError.md | Updated line number for CallHandlerOptsError . |
docs/src/content/docs/reference/@tevm/actions/type-aliases/ContractHandler.md | Updated type parameters and return type. |
docs/src/content/docs/reference/@tevm/actions/type-aliases/ContractParams.md | Updated type definition and usage example. |
docs/src/content/docs/reference/@tevm/actions/type-aliases/ContractResult.md | Updated type definition and example usage. |
docs/src/content/docs/reference/@tevm/actions/type-aliases/LoadStateResult.md | Updated link to TevmLoadStateError . |
docs/src/content/docs/reference/@tevm/actions/type-aliases/MineHandler.md | Updated references to MineParams and MineResult . |
docs/src/content/docs/reference/@tevm/actions/type-aliases/TevmContractError.md | Updated link to TevmCallError . |
docs/src/content/docs/reference/@tevm/actions/type-aliases/TevmJsonRpcBulkRequestHandler.md | Updated references for JSON-RPC types. |
docs/src/content/docs/reference/@tevm/actions/type-aliases/TevmJsonRpcRequestHandler.md | Updated references for JSON-RPC types. |
docs/src/content/docs/reference/@tevm/actions/type-aliases/TevmLoadStateError.md | Updated link to InternalError . |
docs/src/content/docs/reference/@tevm/address/classes/Address.md | Updated link to EthjsAddress class. |
docs/src/content/docs/reference/@tevm/address/functions/create2ContractAddress.md | Updated link to Address type. |
docs/src/content/docs/reference/@tevm/address/functions/createAddress.md | Updated links to Address and EthjsAddress types. |
docs/src/content/docs/reference/@tevm/address/functions/createContractAddress.md | Updated link to Address type. |
docs/src/content/docs/reference/@tevm/block/classes/Block.md | Updated constructor, properties, methods, and added static factory methods. |
docs/src/content/docs/reference/@tevm/block/classes/BlockHeader.md | Deprecated constructor and added static factory methods; updated documentation. |
docs/src/content/docs/reference/@tevm/block/functions/executionPayloadFromBeaconPayload.md | Updated links to types. |
docs/src/content/docs/reference/@tevm/block/interfaces/BlockOptions.md | Updated links to types. |
docs/src/content/docs/reference/@tevm/tx/classes/AccessListEIP2930Transaction.md | Clarified usage of methods and properties. |
docs/src/content/docs/reference/@tevm/tx/classes/BlobEIP4844Transaction.md | Updated constructor, properties, methods, and added static factory methods. |
docs/src/content/docs/reference/@tevm/tx/classes/FeeMarketEIP1559Transaction.md | Updated documentation for various methods. |
docs/src/content/docs/reference/@tevm/tx/functions/createImpersonatedTx.md | Updated links to FeeMarketEIP1559Transaction . |
docs/src/content/docs/reference/@tevm/tx/interfaces/ImpersonatedTx.md | Added isImpersonated property and updated documentation. |
docs/src/content/docs/reference/@tevm/utils/classes/AsyncEventEmitter.md | Updated documentation for AsyncEventEmitter . |
docs/src/content/docs/reference/@tevm/utils/functions/parseAbi.md | Updated link reference for JSON ABI type. |
docs/src/content/docs/reference/@tevm/utils/interfaces/GenesisState.md | Updated link reference for GenesisState documentation. |
docs/src/content/docs/reference/@tevm/utils/type-aliases/AbiItemType.md | Updated link reference for Abi items. |
docs/src/content/docs/reference/@tevm/utils/type-aliases/ExtractAbiEvent.md | Updated link references for Abi and AbiEvent . |
docs/src/content/docs/reference/@tevm/utils/type-aliases/ExtractAbiEventNames.md | Updated link references for AbiEvent and Abi . |
docs/src/content/docs/reference/@tevm/utils/type-aliases/ExtractAbiEvents.md | Updated link references for AbiEvent and Abi . |
docs/src/content/docs/reference/@tevm/utils/type-aliases/ExtractAbiFunction.md | Updated link references for Abi and AbiFunction . |
docs/src/content/docs/reference/@tevm/utils/type-aliases/ExtractAbiFunctionNames.md | Updated link reference for Abi . |
docs/src/content/docs/reference/@tevm/utils/type-aliases/ParseAbi.md | Updated link reference for JSON ABI documentation. |
docs/src/content/docs/reference/@tevm/memory-client/functions/createMemoryClient.md | Updated link reference for MemoryClient type alias. |
docs/src/content/docs/reference/@tevm/memory-client/functions/createTevmTransport.md | Updated link reference for createClient documentation. |
docs/src/content/docs/reference/@tevm/memory-client/type-aliases/CreateMemoryClientFn.md | Updated link references for MemoryClient . |
docs/src/content/docs/reference/@tevm/memory-client/type-aliases/MemoryClient.md | Updated link reference for createMemoryClient function. |
docs/src/content/docs/reference/@tevm/memory-client/type-aliases/MemoryClientOptions.md | Updated link references for MemoryClient and CreateMemoryClientFn . |
docs/src/content/docs/reference/@tevm/state/functions/dumpCanonicalGenesis.md | Updated link reference for TevmState type alias. |
docs/src/content/docs/reference/@tevm/state/functions/generateCanonicalGenesis.md | Updated link reference for TevmState type alias. |
docs/src/content/docs/reference/@tevm/state/functions/getForkClient.md | Added detailed documentation for getForkClient function. |
docs/src/content/docs/reference/@tevm/state/interfaces/StateManager.md | Updated link reference for TevmState type and notes on experimental APIs. |
docs/src/content/docs/reference/@tevm/trie/classes/Trie.md | Updated documentation, deprecated fromProof , and added createFromProof method. |
docs/src/content/docs/reference/@tevm/config/defineConfig/classes/DefineConfigError.md | Updated link reference for defineConfig function. |
docs/src/content/docs/reference/@tevm/config/loadConfig/classes/LoadConfigError.md | Updated link reference for loadConfig function. |
docs/src/content/docs/reference/@tevm/config/types/type-aliases/CompilerConfig.md | Updated link reference for ResolvedCompilerConfig . |
docs/src/content/docs/reference/@tevm/config/types/type-aliases/ResolvedCompilerConfig.md | Updated link reference for CompilerConfig . |
docs/src/content/docs/reference/@tevm/contract/functions/createContract.md | Clarified functionality and parameters of createContract . |
docs/src/content/docs/reference/@tevm/contract/type-aliases/CreateContractParams.md | Updated link reference for Contract instance. |
docs/src/content/docs/reference/@tevm/vm/interfaces/ApplyBlockResult.md | Updated link reference for applyBlock function. |
docs/src/content/docs/reference/@tevm/vm/interfaces/BuilderOpts.md | Updated link references for BlockHeader and Common . |
docs/src/content/docs/reference/@tevm/vm/interfaces/RunBlockOpts.md | Added detailed documentation for RunBlockOpts interface. |
docs/src/content/docs/reference/@tevm/vm/interfaces/VMOpts.md | Updated descriptions and link reference for properties. |
MemoryClient
, relevant to updates on MemoryClient
functionality.docs/astro.config.mjs
, directly related to changes in the defineConfig
function.tevm
project, potentially relating to enhancements in documentation and functionality.🐰 In the garden of code, we hop and play,
With Starlight's glow, we brighten the way.
New posts sprout like flowers in bloom,
While docs dance around, dispelling the gloom.
Let's celebrate changes, both big and small,
For in this code meadow, there's room for us all! 🌼✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
Concise description of proposed changes
Testing
Explain the quality checks that have been done on the code changes
Additional Information
Your ENS/address:
Summary by CodeRabbit
New Features
Documentation Updates