Merged
Conversation
86ce354 to
3ce8af3
Compare
2064d17 to
dbdca1e
Compare
0edbb60 to
ac6c873
Compare
d38ff17 to
4d9d5c8
Compare
feb000e to
1b5496e
Compare
df1231f to
40c5925
Compare
b3567fb to
bf83928
Compare
a3ee806 to
1789279
Compare
af0e945 to
efbe0b8
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@openzeppelin/ui-builder-adapter-evm@1.4.0
Minor Changes
#322
1b5496eThanks @pasevin! - AddgetDefaultServiceConfigmethod to all adapters for proactive network service health checksThis new required method enables the UI to proactively test network service connectivity (RPC, indexers, explorers) when a network is selected, displaying user-friendly error banners before users attempt operations that would fail.
New method:
getDefaultServiceConfig(serviceId: string): Record<string, unknown> | nullReturns the default configuration values for a network service, extracted from the network config. This allows health check functionality without requiring user configuration.
Implementation per adapter:
rpcUrlfor 'rpc' service,explorerUrlfor 'explorer' servicesorobanRpcUrlfor 'rpc' service,indexerUri/indexerWsUrifor 'indexer' servicerpcEndpointfor 'rpc' servicerpcUrlfor 'rpc' service,explorerUrlfor 'explorer' servicehttpUrl/wsUrl(fromindexerUri/indexerWsUri) for 'indexer' servicePatch Changes
#309
0ef987eThanks @pasevin! - Refactor: Extract reusable EVM core modules into internal adapter-evm-core packageThis internal refactoring extracts stateless, reusable EVM functionality into a new
internal package (
adapter-evm-core) to enable creating EVM-compatible adaptersfor other chains (L2s, Polkadot parachains) without code duplication.
No breaking changes - The public API of adapter-evm remains identical.
Extracted modules:
The core package is bundled into adapter-evm at build time (not published separately).
@openzeppelin/ui-builder-adapter-midnight@1.4.0
Minor Changes
#322
1b5496eThanks @pasevin! - AddgetDefaultServiceConfigmethod to all adapters for proactive network service health checksThis new required method enables the UI to proactively test network service connectivity (RPC, indexers, explorers) when a network is selected, displaying user-friendly error banners before users attempt operations that would fail.
New method:
getDefaultServiceConfig(serviceId: string): Record<string, unknown> | nullReturns the default configuration values for a network service, extracted from the network config. This allows health check functionality without requiring user configuration.
Implementation per adapter:
rpcUrlfor 'rpc' service,explorerUrlfor 'explorer' servicesorobanRpcUrlfor 'rpc' service,indexerUri/indexerWsUrifor 'indexer' servicerpcEndpointfor 'rpc' servicerpcUrlfor 'rpc' service,explorerUrlfor 'explorer' servicehttpUrl/wsUrl(fromindexerUri/indexerWsUri) for 'indexer' service@openzeppelin/ui-builder-adapter-polkadot@1.4.0
Minor Changes
#322
1b5496eThanks @pasevin! - AddgetDefaultServiceConfigmethod to all adapters for proactive network service health checksThis new required method enables the UI to proactively test network service connectivity (RPC, indexers, explorers) when a network is selected, displaying user-friendly error banners before users attempt operations that would fail.
New method:
getDefaultServiceConfig(serviceId: string): Record<string, unknown> | nullReturns the default configuration values for a network service, extracted from the network config. This allows health check functionality without requiring user configuration.
Implementation per adapter:
rpcUrlfor 'rpc' service,explorerUrlfor 'explorer' servicesorobanRpcUrlfor 'rpc' service,indexerUri/indexerWsUrifor 'indexer' servicerpcEndpointfor 'rpc' servicerpcUrlfor 'rpc' service,explorerUrlfor 'explorer' servicehttpUrl/wsUrl(fromindexerUri/indexerWsUri) for 'indexer' service#313
d53274eThanks @pasevin! - feat: Add Polkadot ecosystem adapter with EVM supportIntroduces the Polkadot adapter enabling building UIs for EVM-compatible smart contracts
deployed on Polkadot ecosystem networks.
Supported Networks:
Hub Networks (P1 - MVP):
Parachain Networks (P2):
Features:
The adapter leverages shared EVM functionality from
adapter-evm-corefor code reuse.@openzeppelin/ui-builder-adapter-solana@1.4.0
Minor Changes
#322
1b5496eThanks @pasevin! - AddgetDefaultServiceConfigmethod to all adapters for proactive network service health checksThis new required method enables the UI to proactively test network service connectivity (RPC, indexers, explorers) when a network is selected, displaying user-friendly error banners before users attempt operations that would fail.
New method:
getDefaultServiceConfig(serviceId: string): Record<string, unknown> | nullReturns the default configuration values for a network service, extracted from the network config. This allows health check functionality without requiring user configuration.
Implementation per adapter:
rpcUrlfor 'rpc' service,explorerUrlfor 'explorer' servicesorobanRpcUrlfor 'rpc' service,indexerUri/indexerWsUrifor 'indexer' servicerpcEndpointfor 'rpc' servicerpcUrlfor 'rpc' service,explorerUrlfor 'explorer' servicehttpUrl/wsUrl(fromindexerUri/indexerWsUri) for 'indexer' service@openzeppelin/ui-builder-adapter-stellar@1.4.0
Minor Changes
#322
1b5496eThanks @pasevin! - AddgetDefaultServiceConfigmethod to all adapters for proactive network service health checksThis new required method enables the UI to proactively test network service connectivity (RPC, indexers, explorers) when a network is selected, displaying user-friendly error banners before users attempt operations that would fail.
New method:
getDefaultServiceConfig(serviceId: string): Record<string, unknown> | nullReturns the default configuration values for a network service, extracted from the network config. This allows health check functionality without requiring user configuration.
Implementation per adapter:
rpcUrlfor 'rpc' service,explorerUrlfor 'explorer' servicesorobanRpcUrlfor 'rpc' service,indexerUri/indexerWsUrifor 'indexer' servicerpcEndpointfor 'rpc' servicerpcUrlfor 'rpc' service,explorerUrlfor 'explorer' servicehttpUrl/wsUrl(fromindexerUri/indexerWsUri) for 'indexer' service@openzeppelin/ui-builder-app@0.12.11
Patch Changes
1b5496e,0ef987e,d53274e]: