build(deps): bump ethereum-types from 0.15.1 to 0.16.0#1
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump ethereum-types from 0.15.1 to 0.16.0#1dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Author
|
Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request. |
1 similar comment
Author
|
Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request. |
Bumps [ethereum-types](https://github.com/paritytech/parity-common) from 0.15.1 to 0.16.0. - [Commits](paritytech/parity-common@ethereum-types-v0.15.1...kvdb-rocksdb-v0.16.0) --- updated-dependencies: - dependency-name: ethereum-types dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
90274f5 to
e54988d
Compare
nol4lej
added a commit
that referenced
this pull request
Jun 3, 2026
… and service pallet-relayer (v0.2.2 → v0.3.0): - register_relayer: change from self-service (ensure_signed + IsValidator) to ManageOrigin (sudo/gov) with explicit `who: AccountId` parameter - Remove T::IsValidator config trait and Error::NotValidator - Benchmark: replace manual #[block] storage-insert with #[extrinsic_call] using RawOrigin::Root — weights now reflect real dispatch path - Tests: rewrite registry_tests for RuntimeOrigin::root(); add dispatch_info_tests (Pays::Yes, DispatchClass::Normal) - mock.rs: remove MockValidators node (template/node/): - relayer_register.rs: rewrite auto_register as log-only — derives EVM address from Aura key and prints a log box at block #1 instructing sudo to call registerRelayer; removes all extrinsic submission logic - relayer_author.rs: rewrite RelayerAuthorApi as informational RPC — returns {substrate_account, evm_address} from keystore; no longer submits transactions; remove generic C/B params - rpc/mod.rs: update RelayerAuthor::new(keystore) — drop client arg - service.rs: remove transaction pool from auto_register call; add ValidatorSet + Session pallets to service setup - node/Cargo.toml: remove unused pallet-relayer direct dependency runtime (template/runtime/): - genesis_config_preset.rs: add session + validator_set genesis config
nol4lej
added a commit
that referenced
this pull request
Jun 3, 2026
* feat(validator-set): add pallet-validator-set v0.1.0 with session integration Introduce a two-phase validator registration pallet that gates entry to the active validator set behind an on-chain bond and governance approval. Pallet (frame/validator-set/): - 6 extrinsics: register_validator, deregister_validator (self-service) and add/remove/approve/reject_validator (AddRemoveOrigin / sudo) - ValidatorPrerequisites trait: enforces session keys + EVM relayer before accepting a bond - Bond: 1 000 ORB locked on registration, returned on exit / rejection - SessionManager impl: rotates active set every Period (HOURS) blocks - Full benchmark suite (frame_benchmarking v2) + generated weights - 765 unit tests covering all extrinsics, events, errors, and edge cases Runtime integration (template/runtime/): - Wire pallet_session (PeriodicSessions, Aura+GRANDPA handlers) - Wire pallet_validator_set with ValidatorPrerequisiteChecker (checks pallet_session::NextKeys + pallet_relayer::RelayerByAccount) - Replace AuraValidatorSet with session-managed validator set - Remove pallet_relayer::Config::IsValidator (no longer needed) - Set pallet_aura::DisabledValidators = Session - Register pallets at indices 17 (ValidatorSet) and 18 (Session) - Add ValidatorSet to benchmark targets Fuzz (template/fuzz/): - Update genesis to include session keys and initial_validators * feat(relayer): make register_relayer sudo/gov-only; refactor node RPC and service pallet-relayer (v0.2.2 → v0.3.0): - register_relayer: change from self-service (ensure_signed + IsValidator) to ManageOrigin (sudo/gov) with explicit `who: AccountId` parameter - Remove T::IsValidator config trait and Error::NotValidator - Benchmark: replace manual #[block] storage-insert with #[extrinsic_call] using RawOrigin::Root — weights now reflect real dispatch path - Tests: rewrite registry_tests for RuntimeOrigin::root(); add dispatch_info_tests (Pays::Yes, DispatchClass::Normal) - mock.rs: remove MockValidators node (template/node/): - relayer_register.rs: rewrite auto_register as log-only — derives EVM address from Aura key and prints a log box at block #1 instructing sudo to call registerRelayer; removes all extrinsic submission logic - relayer_author.rs: rewrite RelayerAuthorApi as informational RPC — returns {substrate_account, evm_address} from keystore; no longer submits transactions; remove generic C/B params - rpc/mod.rs: update RelayerAuthor::new(keystore) — drop client arg - service.rs: remove transaction pool from auto_register call; add ValidatorSet + Session pallets to service setup - node/Cargo.toml: remove unused pallet-relayer direct dependency runtime (template/runtime/): - genesis_config_preset.rs: add session + validator_set genesis config * feat(run-dev): remove EVM relayer key override from run-dev command * feat(readme): update validator setup guide for Orbinum testnet * feat(runtime): add try-runtime dependencies for pallet-validator-set and others * feat(genesis): integrate session and validator-set configurations in genesis build * fix(genesis): rename parameter _initial_authorities to initial_authorities in build_genesis function * feat(genesis): add faucet allocation constant for genesis configuration * feat(validator-keys): add scripts for generating and inserting session keys * feat(gitignore): add validator keys directory to .gitignore * feat(genesis): enhance testnet configuration with additional validators and balances * feat(chain-spec): add configurations for development, local, mainnet, and testnet environments
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.
Bumps ethereum-types from 0.15.1 to 0.16.0.
Commits
6aa58bfrelease is coming (#680)738e7a3build(deps): update lru requirement from 0.7 to 0.8 (#675)4d799dcparity-util-mem: remove wee_alloc (#678)6e5fe50build(deps): update criterion requirement from 0.3.0 to 0.4.0 (#676)62aa409kvdb-rocksdb: do not attepmt to repair (#667)7a9cc3bethereum-types: make ethbloom optional (#625)9642a0eUpgrade quickcheck in uint, fixed-hash (#674)f16979bUpdate CONTRIBUTING.md (#671)aeca7d6Allow deserializing from newtype structs too (#672)706c989Support deserializing from borrowed or owned bytes, too (#668)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)