fix(iroha_js): fit hardened Torii client within bundle cap - #5618
Open
takemiyamakoto wants to merge 1 commit into
Open
takemiyamakoto wants to merge 1 commit into
takemiyamakoto wants to merge 1 commit into
Conversation
Signed-off-by: Makoto Takemiya <takemiya@soramitsu.co.jp>
takemiyamakoto
requested review from
0x009922,
DCNick3,
dima74,
mversic,
outoftardis and
s8sato
as code owners
July 31, 2026 03:36
This branch has not been deployed
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.
Summary
Exact candidate
555b2bc06cee90c3375a448bff8d0af8153af3b86df598cfcd5baab82379bac1455dd739ed4cf47d989,667bytes under the unchanged992,256-byte cap (2,589bytes headroom)c348ef05c4fc46e52c0f61060cf3f938a69a83cd3e8d3562ec8b5bc23179609bVerification
npm run bundle:checkpassed all seven caps and explicit browser export auditsnpm run lint,npm run build:dist,npm run check:changelog,npm run test:pack-install, andnpm audit --omit=devpassedUpstream baseline limitation
A native-backed run cannot be completed at this exact base: after working around the stale unmapped
iroha-docsgitlink, absent ignored lockfile, and stable Cargo-Z lockfile-pathrejection, exact-base Rust fails incrates/iroha_core/src/state.rs:30704with E0609 becauseStatehas notelemetryfield. The workaround was reverted and no generated build files are included. Distribution testing completed with 2,010 passing tests; the other failures are missing-native or existing exact-base golden/fixture mismatches, not failures introduced by this two-file diff.