feat: propagate consensus spans
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.279.0 to 0.282.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.279.0...v0.282.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-version: 0.282.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [blinklabs-io/go](https://github.com/blinklabs-io/docker-go) from 1.26.1-1 to 1.26.3-1. - [Release notes](https://github.com/blinklabs-io/docker-go/releases) - [Commits](https://github.com/blinklabs-io/docker-go/compare/v1.26.1-1...v1.26.3-1) --- updated-dependencies: - dependency-name: blinklabs-io/go dependency-version: 1.26.3-1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [blinklabs-io/nview](https://github.com/blinklabs-io/nview) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/blinklabs-io/nview/releases) - [Commits](https://github.com/blinklabs-io/nview/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: blinklabs-io/nview dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: cryptodj413 <[email protected]>
* [js] mithril-explorer from `0.7.51` to `0.8.0`
- reduces manual state tracking by using `FormData` to retrieve submitted values - replaces redundant props with destructured parameters - removes unused logic
+ Remove the `<Form>` that was wrapping the `AggregatorSetter` and `IntervalSetter`. Goal: avoid stacked forms in the UI.
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.
Standardizes how aggregators are handled throughout the application, updating the codebase to use aggregator objects with enhanced metadata (e.g., `name`, `url`). Refactored components, tests, and state management accordingly.
Updates scripts and build process to generate an aggregators list, replacing the genesis verification keys logic. Adjusted related files and output to align with the new structure.
Introduce a new sorting logic prioritizing main networks (mainnet, preprod, preview) and subtypes (release, pre, testing) for better organization. Exclude "dev-" networks from the list.