Conversation
Deploying w3 with
|
| Latest commit: |
ff40c0f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://eee9fc51.w3-7ji.pages.dev |
| Branch Preview URL: | https://exp-double-indirection.w3-7ji.pages.dev |
lmittmann
added a commit
that referenced
this pull request
Aug 23, 2024
* updated page structure * added DocLink * fixed component import * rpc-methods: fixed order * cleanup * deps upgrade * fix * added 404 * updated rpc-section * disable underlined links * updated rpc-section * style tweaks * updated link * deps upgrade * update * updated package godoc * updated nextra * updated rpc methods #178 * fixed example * fixed example test * rpc-extension: improved doc * added two vm sections * added lock file * added sections that are coming soon * updated index * . --------- Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR changes the way some types need to be initialized when querying them via RPC.
In the past one could ether initialize a types zero value and pass a reference to it:
or initialize its reference:
This PR allows to define types that are usually used by reference to pass a double indirection instead. So you no longer have to instantiate a type, but can simply write: