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.
Web3API 0.0.1-prealpha.81
Features
@web3api/react
:useWeb3ApiInvoke
anduseWeb3ApiQuery
hooks now support configuring the client's environment, along with all other configuration options.@web3api/cli
: Theweb3api.build.yaml
manifest now supports additional docker buildkit configuration options, including:@web3api/ethereum-plugin-js
: The provider's connection can now be configured via the wrapper's environment.@web3api/cli
: Make the CLI's Docker file-lock project specific, instead of global to the CLI installation.Bugs
@web3api/templates
: The template projects used for thew3 create ...
CLI command now have proper CI setup, and multiple bugs were fixed within them.@web3api/test-env-js
: ThebuildAndDeployApi
function'sensName
no longer assumes the.eth
TLD is ommitted, and requires the user to provide it along with the domain name. This was the original behavior, and was modified in release0.0.1-prealpha.75
.Breaking Changes
@web3api/cli
: The CLI is now built using thecommander
package. The CLI's help text formatting has changed in structure as a result.