Skip to content

Commit 77a03f6

Browse files
committed
merge uplift-sdk-v1.5 & fix conflicts
2 parents c6c09c7 + d5c7de7 commit 77a03f6

File tree

24 files changed

+543
-268
lines changed

24 files changed

+543
-268
lines changed

Cargo.lock

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ $ curl -H 'Content-Type: application/json' --data '{ "jsonrpc":"2.0", "method":"
8585
After this step, you should have a validator node online with a session key for your node.
8686
For key management and validator rewards, consult our [validator guide online](https://docs.astar.network/build/validator-guide/configure-node).
8787

88-
## Run RPC Tests
89-
90-
RPC tests suite can be run for any release. To run tests go to <https://github.com/AstarNetwork/Astar/actions/workflows/rpcTest.yml>. Click Run workflow, in the dropdown input the release version tag you want to run the test suite. Then click the green Run workflow button to start the test suite.
91-
92-
![Screenshot from 2022-07-07 15-28-46](https://user-images.githubusercontent.com/874046/177785570-330c6613-237d-4190-bfed-69876209daf6.png)
93-
9488
## Workspace Dependency Handling
9589

9690
All dependencies should be listed inside the workspace's root `Cargo.toml` file.

bin/collator/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ shiden-runtime = { workspace = true, features = ["std"] }
9898
astar-primitives = { workspace = true }
9999

100100
# frame dependencies
101+
frame-metadata-hash-extension = { workspace = true }
101102
frame-system = { workspace = true, features = ["std"] }
102103
pallet-transaction-payment = { workspace = true, features = ["std"] }
103104
pallet-transaction-payment-rpc = { workspace = true }
104105
substrate-frame-rpc-system = { workspace = true }
105-
frame-metadata-hash-extension = { workspace = true }
106106

107107
# CLI-specific dependencies
108108
sc-cli = { workspace = true, optional = true }
@@ -179,6 +179,7 @@ runtime-benchmarks = [
179179
"sc-client-db/runtime-benchmarks",
180180
"sc-service/runtime-benchmarks",
181181
"sp-runtime/runtime-benchmarks",
182+
"cumulus-primitives-core/runtime-benchmarks",
182183
]
183184
cli = ["try-runtime-cli"]
184185
try-runtime = [

bin/collator/src/benchmarking.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ where
222222
frame_system::CheckNonce::<runtime::Runtime>::from(nonce),
223223
frame_system::CheckWeight::<runtime::Runtime>::new(),
224224
pallet_transaction_payment::ChargeTransactionPayment::<runtime::Runtime>::from(0),
225-
frame_metadata_hash_extension::CheckMetadataHash::<runtime::Runtime>::new(false)
225+
frame_metadata_hash_extension::CheckMetadataHash::<runtime::Runtime>::new(false),
226226
);
227227

228228
let payload = runtime::SignedPayload::from_raw(
@@ -281,7 +281,7 @@ where
281281
frame_system::CheckNonce::<runtime::Runtime>::from(nonce),
282282
frame_system::CheckWeight::<runtime::Runtime>::new(),
283283
pallet_transaction_payment::ChargeTransactionPayment::<runtime::Runtime>::from(0),
284-
frame_metadata_hash_extension::CheckMetadataHash::<runtime::Runtime>::new(false)
284+
frame_metadata_hash_extension::CheckMetadataHash::<runtime::Runtime>::new(false),
285285
);
286286

287287
let payload = runtime::SignedPayload::from_raw(
@@ -340,7 +340,7 @@ where
340340
frame_system::CheckNonce::<runtime::Runtime>::from(nonce),
341341
frame_system::CheckWeight::<runtime::Runtime>::new(),
342342
pallet_transaction_payment::ChargeTransactionPayment::<runtime::Runtime>::from(0),
343-
frame_metadata_hash_extension::CheckMetadataHash::<runtime::Runtime>::new(false)
343+
frame_metadata_hash_extension::CheckMetadataHash::<runtime::Runtime>::new(false),
344344
);
345345

346346
let payload = runtime::SignedPayload::from_raw(
@@ -399,7 +399,7 @@ where
399399
frame_system::CheckNonce::<runtime::Runtime>::from(nonce),
400400
frame_system::CheckWeight::<runtime::Runtime>::new(),
401401
pallet_transaction_payment::ChargeTransactionPayment::<runtime::Runtime>::from(0),
402-
frame_metadata_hash_extension::CheckMetadataHash::<runtime::Runtime>::new(false)
402+
frame_metadata_hash_extension::CheckMetadataHash::<runtime::Runtime>::new(false),
403403
);
404404

405405
let payload = runtime::SignedPayload::from_raw(

bin/collator/src/local/chain_spec.rs

+7-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
2121
use local_runtime::{
2222
wasm_binary_unwrap, AccountId, AuraConfig, AuraId, BalancesConfig,
23-
CommunityCouncilMembershipConfig, CouncilMembershipConfig, DappStakingConfig, EVMConfig,
24-
GrandpaConfig, GrandpaId, InflationConfig, InflationParameters, Precompiles,
25-
RuntimeGenesisConfig, Signature, SudoConfig, TechnicalCommitteeMembershipConfig, TierThreshold,
26-
VestingConfig, AST,
23+
CommunityCouncilMembershipConfig, CommunityTreasuryPalletId, CouncilMembershipConfig,
24+
DappStakingConfig, EVMConfig, GrandpaConfig, GrandpaId, InflationConfig, InflationParameters,
25+
Precompiles, RuntimeGenesisConfig, Signature, SudoConfig, TechnicalCommitteeMembershipConfig,
26+
TierThreshold, TreasuryPalletId, VestingConfig, AST,
2727
};
2828
use sc_service::ChainType;
2929
use sp_core::{crypto::Ss58Codec, sr25519, Pair, Public};
@@ -77,6 +77,8 @@ pub fn development_config() -> ChainSpec {
7777
get_account_id_from_seed::<sr25519::Public>("Charlie"),
7878
get_account_id_from_seed::<sr25519::Public>("Eve"),
7979
get_account_id_from_seed::<sr25519::Public>("Ferdie"),
80+
TreasuryPalletId::get().into_account_truncating(),
81+
CommunityTreasuryPalletId::get().into_account_truncating(),
8082
// Arrakis.TEST account in MetaMask
8183
// Import known test account with private key
8284
// 0x01ab6e801c06e59ca97a14fc0a1978b27fa366fc87450e0b65459dd3515b7391
@@ -210,6 +212,7 @@ fn testnet_genesis(
210212
treasury: Default::default(),
211213
community_treasury: Default::default(),
212214
};
215+
213216
serde_json::to_value(&config).expect("Could not build genesis config.")
214217
}
215218

bin/collator/src/parachain/chain_spec/shibuya.rs

+1
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ fn make_genesis(
243243
treasury: Default::default(),
244244
community_treasury: Default::default(),
245245
};
246+
246247
serde_json::to_value(&config).expect("Could not build genesis config.")
247248
}
248249

pallets/collator-selection/src/benchmarking.rs

+19
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,25 @@ benchmarks! {
195195
assert_last_event::<T>(Event::CandidateRemoved(leaving).into());
196196
}
197197

198+
withdraw_bond {
199+
use frame_support::traits::{EstimateNextSessionRotation, Hooks};
200+
201+
<CandidacyBond<T>>::put(T::Currency::minimum_balance());
202+
<DesiredCandidates<T>>::put(T::MinCandidates::get() + 1);
203+
register_validators::<T>(T::MinCandidates::get() + 1);
204+
register_candidates::<T>(T::MinCandidates::get() + 1);
205+
206+
let leaving = <Candidates<T>>::get().last().unwrap().who.clone();
207+
whitelist!(leaving);
208+
assert_ok!(CollatorSelection::<T>::leave_intent(RawOrigin::Signed(leaving.clone()).into()));
209+
let session_length = <T as session::Config>::NextSessionRotation::average_session_length();
210+
session::Pallet::<T>::on_initialize(session_length);
211+
assert_eq!(<NonCandidates<T>>::get(&leaving), (1u32, T::Currency::minimum_balance()));
212+
}: _(RawOrigin::Signed(leaving.clone()))
213+
verify {
214+
assert_eq!(<NonCandidates<T>>::get(&leaving), (0u32, BalanceOf::<T>::default()));
215+
}
216+
198217
// worse case is paying a non-existing candidate account.
199218
note_author {
200219
<CandidacyBond<T>>::put(T::Currency::minimum_balance());

0 commit comments

Comments
 (0)