Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
050af7e
Use polkadot-sdk to version 1.7.2
RomarQ Feb 29, 2024
3e2a418
fix test compilation
RomarQ Mar 1, 2024
cf063dd
Fix runtime API
RomarQ Mar 4, 2024
4693b73
fix runtime-benchmarks for pallet-identity
RomarQ Mar 5, 2024
48ee91e
fix identity precompile
RomarQ Mar 6, 2024
677fe97
format code
RomarQ Mar 6, 2024
cefa404
fix rust tests
RomarQ Mar 6, 2024
0e2995d
fix license check
RomarQ Mar 6, 2024
fd4cc41
fix format
RomarQ Mar 6, 2024
f8469eb
chore(ci): explicitly set rust toolchain before running the jobs
RomarQ Mar 7, 2024
0a57a6b
chore(ci): add rust-src component
RomarQ Mar 7, 2024
eec0501
chore(ci): fix rust-toolchain component installation
RomarQ Mar 7, 2024
90bd671
chore(ci): remove deprectated actions-rs/toolchain action
RomarQ Mar 7, 2024
de0fcf5
chore(ci): try to fix CI
RomarQ Mar 7, 2024
d50f207
chore(ci): try to fix CI
RomarQ Mar 7, 2024
52787b1
chore(ci): try to fix CI
RomarQ Mar 7, 2024
504b560
chore(ci): try to fix CI
RomarQ Mar 7, 2024
11ee0f0
disable crate default-features
RomarQ Mar 7, 2024
20bd522
fix tests
RomarQ Mar 7, 2024
e1269b0
fix try-runtime
RomarQ Mar 7, 2024
40b48c5
update crowdloan-rewards crate
RomarQ Mar 7, 2024
b802da9
revert Xtokens.sol change
RomarQ Mar 7, 2024
b039d4d
remove TODO's
RomarQ Mar 8, 2024
08a3303
chore update typescript test
RomarQ Mar 11, 2024
7541a7e
Merge branch 'master' into rq/update-polkadot-v1.7.2
RomarQ Mar 12, 2024
111eef2
replace NativeElseWasmExecutor with WasmExecutor to fix runtime overr…
RomarQ Mar 12, 2024
b60e8f1
rename trait
RomarQ Mar 12, 2024
7e56168
fix benchmarks
RomarQ Mar 12, 2024
de96dab
attempt to fix tracing-tests
RomarQ Mar 12, 2024
d8e66f4
revert change
RomarQ Mar 13, 2024
2e5a24e
set delayed_best_block to true in ParachainBlockImport
RomarQ Mar 13, 2024
ec2dbda
initialize block inside tracing method in the runtime api
RomarQ Mar 14, 2024
4901b7e
fix formatting in typescript tests
RomarQ Mar 14, 2024
fa5cd63
try new runtime-overrides
RomarQ Mar 14, 2024
116b473
fix some xcm tests tests
RomarQ Mar 14, 2024
8598662
fix tracing tests
RomarQ Mar 15, 2024
938ea52
fix formatting
RomarQ Mar 15, 2024
18080a1
fix rust tests
RomarQ Mar 15, 2024
d0d4e36
Revert "try new runtime-overrides"
RomarQ Mar 15, 2024
bd49b4e
keep using xcm v3 in some places to avoid having many breaking changes
RomarQ Mar 15, 2024
c31a6b8
fix benchmarks
RomarQ Mar 15, 2024
72c9578
fix tracing tests
RomarQ Mar 15, 2024
541c416
fix typescript tests
RomarQ Mar 17, 2024
d19e6ce
revert removal of RewardDestination::Controller
RomarQ Mar 18, 2024
2615ca5
fix tests in test-proxy
RomarQ Mar 18, 2024
5f5d08b
fix tests in test-precompile-wormhole.ts
RomarQ Mar 18, 2024
46a9db2
fix test-pov tests
RomarQ Mar 18, 2024
bdc8482
fix dmp queue tests
RomarQ Mar 18, 2024
472bf9f
fix fee tests and add xcm v4 tests
RomarQ Mar 18, 2024
6e2c17e
add xcm v4 tests
RomarQ Mar 18, 2024
b15a5c2
fix fmt
RomarQ Mar 18, 2024
170d159
make feePayer field optional
Agusrodri Mar 18, 2024
31ead3d
update moonkit dependency branch
RomarQ Mar 18, 2024
ba61606
add new type parameter to pallet async-backing config
RomarQ Mar 19, 2024
915b9ef
fix coverage job
RomarQ Mar 19, 2024
d3afb94
update github jobs
RomarQ Mar 19, 2024
74711dc
derive new test id's
RomarQ Mar 19, 2024
b93ea02
update rustc to version 1.75
RomarQ Mar 19, 2024
6e89943
add tests
Agusrodri Mar 19, 2024
5b90e07
Revert "update rustc to version 1.75"
RomarQ Mar 19, 2024
8064258
update Cargo.lock
RomarQ Mar 19, 2024
1a3aea5
revert changes to .gihub folder
RomarQ Mar 19, 2024
52bea1f
fix formatting
RomarQ Mar 19, 2024
aee9b69
removed unused script
RomarQ Mar 19, 2024
b3a4287
try disabling coverage
RomarQ Mar 19, 2024
9b0962d
Revert "try disabling coverage"
RomarQ Mar 19, 2024
1397d9c
update mold linker
RomarQ Mar 19, 2024
d5b049b
use default linker
RomarQ Mar 19, 2024
9de0703
Revert "use default linker"
RomarQ Mar 19, 2024
f5d2287
fix leaked dependencies
RomarQ Mar 19, 2024
a850bc8
apply suggestions from reviews
RomarQ Mar 20, 2024
e389a70
Revert "Revert "use default linker""
RomarQ Mar 20, 2024
4301aff
Revert "Revert "Revert "use default linker"""
RomarQ Mar 20, 2024
c7c7a37
increase timeout for coverage job
RomarQ Mar 20, 2024
6dff7e7
Merge branch 'master' into rq/update-polkadot-v1.7.2
RomarQ Mar 20, 2024
2f1726b
fix comment
Agusrodri Mar 20, 2024
b636164
Merge remote-tracking branch 'origin/rq/update-polkadot-v1.7.2' into …
Agusrodri Mar 21, 2024
93f16af
Merge remote-tracking branch 'origin/master' into agustin-fee-payer-f…
Agusrodri Mar 27, 2024
5cfcbe9
revert coverage timeout
Agusrodri Mar 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rename trait
  • Loading branch information
RomarQ committed Mar 12, 2024
commit b60e8f1b51baf2ab2c76ae3986f2bb0d914f38e2
18 changes: 9 additions & 9 deletions node/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pub enum BlockImportPipeline<T, E> {
/// of network.
/// For the moment, this feature is only used to specify the first block compatible with
/// ed25519-zebra, but it could be used for other things in the future.
pub trait RuntimeCustomizations {
pub trait ClientCustomizations {
/// The host function ed25519_verify has changed its behavior in the substrate history,
/// because of the change from lib ed25519-dalek to lib ed25519-zebra.
/// Some networks may have old blocks that are not compatible with ed25519-zebra,
Expand All @@ -149,7 +149,7 @@ pub trait RuntimeCustomizations {
#[cfg(feature = "moonbeam-native")]
pub struct MoonbeamCustomizations;
#[cfg(feature = "moonbeam-native")]
impl RuntimeCustomizations for MoonbeamCustomizations {
impl ClientCustomizations for MoonbeamCustomizations {
fn first_block_number_compatible_with_ed25519_zebra() -> Option<u32> {
Some(2_000_000)
}
Expand All @@ -158,7 +158,7 @@ impl RuntimeCustomizations for MoonbeamCustomizations {
#[cfg(feature = "moonriver-native")]
pub struct MoonriverCustomizations;
#[cfg(feature = "moonriver-native")]
impl RuntimeCustomizations for MoonriverCustomizations {
impl ClientCustomizations for MoonriverCustomizations {
fn first_block_number_compatible_with_ed25519_zebra() -> Option<u32> {
Some(3_000_000)
}
Expand All @@ -167,7 +167,7 @@ impl RuntimeCustomizations for MoonriverCustomizations {
#[cfg(feature = "moonbase-native")]
pub struct MoonbaseCustomizations;
#[cfg(feature = "moonbase-native")]
impl RuntimeCustomizations for MoonbaseCustomizations {
impl ClientCustomizations for MoonbaseCustomizations {
fn first_block_number_compatible_with_ed25519_zebra() -> Option<u32> {
Some(3_000_000)
}
Expand Down Expand Up @@ -370,7 +370,7 @@ where
Client: From<Arc<crate::FullClient<RuntimeApi>>>,
RuntimeApi: ConstructRuntimeApi<Block, FullClient<RuntimeApi>> + Send + Sync + 'static,
RuntimeApi::RuntimeApi: RuntimeApiCollection,
Customizations: RuntimeCustomizations + 'static,
Customizations: ClientCustomizations + 'static,
{
config.keystore = sc_service::config::KeystoreConfig::InMemory;
let PartialComponents {
Expand Down Expand Up @@ -422,7 +422,7 @@ pub fn new_partial<RuntimeApi, Customizations>(
where
RuntimeApi: ConstructRuntimeApi<Block, FullClient<RuntimeApi>> + Send + Sync + 'static,
RuntimeApi::RuntimeApi: RuntimeApiCollection,
Customizations: RuntimeCustomizations + 'static,
Customizations: ClientCustomizations + 'static,
{
set_prometheus_registry(config, rpc_config.no_prometheus_prefix)?;

Expand Down Expand Up @@ -601,7 +601,7 @@ async fn start_node_impl<RuntimeApi, Customizations>(
where
RuntimeApi: ConstructRuntimeApi<Block, FullClient<RuntimeApi>> + Send + Sync + 'static,
RuntimeApi::RuntimeApi: RuntimeApiCollection,
Customizations: RuntimeCustomizations + 'static,
Customizations: ClientCustomizations + 'static,
{
let mut parachain_config = prepare_node_config(parachain_config);

Expand Down Expand Up @@ -1090,7 +1090,7 @@ where
ConstructRuntimeApi<Block, FullClient<RuntimeApi>> + Send + Sync + 'static,
RuntimeApi::RuntimeApi:
RuntimeApiCollection,
Customizations: RuntimeCustomizations + 'static,
Customizations: ClientCustomizations + 'static,
{
start_node_impl::<RuntimeApi, Customizations>(
parachain_config,
Expand All @@ -1116,7 +1116,7 @@ pub async fn new_dev<RuntimeApi, Customizations>(
where
RuntimeApi: ConstructRuntimeApi<Block, FullClient<RuntimeApi>> + Send + Sync + 'static,
RuntimeApi::RuntimeApi: RuntimeApiCollection,
Customizations: RuntimeCustomizations + 'static,
Customizations: ClientCustomizations + 'static,
{
use async_io::Timer;
use futures::Stream;
Expand Down