Web3API 0.0.1-prealpha.84#905
Merged
dOrgJelli merged 1 commit intoJun 8, 2022
Merged
Conversation
web3-api-build-bot
requested review from
Niraj-Kamdar,
dOrgJelli,
krisbitney,
namesty,
nerfZael and
ramilexe
as code owners
June 8, 2022 17:48
Merged
|
GitHub Release Published |
|
Crates.io Release Published |
|
NPM Release Published |
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.
Web3API 0.0.1-prealpha.84
Features
@web3api/infra: A modular infrastructure pipeline has been added to the CLI, available via thew3 infra ...command. This command allows for custom infra modules to be defined and combined, able to support any 3rd party services your development requires. This command supersedes the oldw3 test-env ...command.@web3api/cli: Thewasm/rustdefault build image has been updated to include thewasm-sniputility, which helps remove dead code from the wasm modules in a post-processing step. This has reduce the average Rust-based wasm module's size by ~85%.@web3api/test-env-js: AbuildApihelper function has been added.Breaking Changes
@web3api/cli: Thew3 test-env ...command has been removed and replaced by thew3 infra ...command.