tmp: tweak CI for troubleshooting.
Signed-off-by: KtorZ <[email protected]>
Signed-off-by: KtorZ <[email protected]>
The Haskell code allows scaling an empty value, regardless of scalar size. We would return an error here, which is not correct. Every error case gets caught in the loop, so we can simply remove the extra check. Signed-off-by: yHSJ <[email protected]>
Signed-off-by: yHSJ <[email protected]>
Explorer will only show its main UI when the store is fully loaded, this avoids timing issues such as loading the aggregator from the URL which may be overriden by init logic. Add fallback loaders for `Provider` and `Suspense` to improve user experience during the loading phase.
streamline store initialization and state preloading logic Consolidate state preloading with `getPreloadedStateFromLocalStorage` and introduce `getEmptyPreloadedState` for default states.
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: yHSJ <[email protected]>
Signed-off-by: yHSJ <[email protected]>
Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.72 to 0.10.80. - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.72...openssl-v0.10.80) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.80 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jonathan Lim <[email protected]>
Signed-off-by: Jonathan Lim <[email protected]>
Signed-off-by: Jonathan Lim <[email protected]>
- Replace bilinear value_contains with O(n+m) sorted lockstep merge - Cache negative_count in LedgerValue for O(1) checks - Add size short-circuit matching Haskell valueContains - Replace UnValueData(&'static str) with typed enum - Add valueDataMaxSize (40,000) check to value_data - Enforce CIP-153 invariants in flat decode (ordering, no zeros, no empty maps) - Remove redundant MachineError::value() helper Signed-off-by: Jonathan Lim <[email protected]>
Signed-off-by: Jonathan Lim <[email protected]>