Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
b5a5dd0
update Cargo deps to v1.5 and uplift Astar runtime
PierreOssun Jun 7, 2024
fd61ba4
fmt
PierreOssun Jun 7, 2024
57ea34e
uplift shiden and shibuya
PierreOssun Jun 7, 2024
2534768
uplift genesis config
PierreOssun Jun 7, 2024
b0bce3e
updated client
PierreOssun Jun 10, 2024
04556cc
updated lift tests
PierreOssun Jun 10, 2024
49f57a5
fmt
PierreOssun Jun 10, 2024
24d00ed
fix try-runtime and runtime-benchmarks
PierreOssun Jun 10, 2024
ba64d45
fmt
PierreOssun Jun 10, 2024
0c5db26
clippy fix
PierreOssun Jun 10, 2024
903c081
Fixed integration tests
PierreOssun Jun 11, 2024
1d386b3
fix Cargo
PierreOssun Jun 11, 2024
043d8d1
fix Cargo
PierreOssun Jun 11, 2024
f892446
rollback fix Cargo
PierreOssun Jun 11, 2024
05e5dee
remove dep
PierreOssun Jun 11, 2024
628a70d
add rust-src to components
PierreOssun Jun 12, 2024
e3dee70
fix try-runtime compilation
PierreOssun Jun 12, 2024
e2c797c
Merge branch 'master' of github.com:AstarNetwork/Astar into uplift-sd…
PierreOssun Jun 12, 2024
4cdaade
merge
PierreOssun Jun 12, 2024
77f4444
Pr comments
PierreOssun Jun 12, 2024
56465c4
fix Shiden try-runtime dep
PierreOssun Jun 13, 2024
3ba2283
Added migration
PierreOssun Jun 13, 2024
c86b63b
updated weight
PierreOssun Jun 14, 2024
a459e1b
updated benchmark
PierreOssun Jun 14, 2024
5aa4e12
git: merge branch 'master'
ashutoshvarma Jul 4, 2024
940dd35
feat: update dep to v1.9.0
ashutoshvarma Jul 4, 2024
b10a282
feat: update evm tracing vendor crates
ashutoshvarma Jul 4, 2024
83ec8a8
feat: update codebase
ashutoshvarma Jul 5, 2024
ddfc430
feat: add pov host function & enable proof recording in block import
ashutoshvarma Jul 5, 2024
8203065
fix: pallet_xcm weights
ashutoshvarma Jul 5, 2024
2b52cba
feat: add `CheckMetadataHash` extension
ashutoshvarma Jul 5, 2024
c6c09c7
fix: benchamrks
ashutoshvarma Jul 5, 2024
d5c7de7
merge master & fix conflicts
ermalkaleci Jul 5, 2024
77a03f6
merge uplift-sdk-v1.5 & fix conflicts
ermalkaleci Jul 5, 2024
d0ef043
fix local chain spec
ermalkaleci Jul 5, 2024
ab2c27f
fix check
ermalkaleci Jul 5, 2024
5ea5c6a
xcm migrations
ermalkaleci Jul 8, 2024
cc6eb8a
fix xcm tests
ermalkaleci Jul 9, 2024
051cece
identity migration
ermalkaleci Jul 9, 2024
52159e3
move default impl of genesis into tests
ermalkaleci Jul 9, 2024
f938a9a
remove genesis default
ermalkaleci Jul 9, 2024
0cb4aa6
pallet_xcm new weights
ermalkaleci Jul 9, 2024
9fb3702
fix evm tracing
ermalkaleci Jul 10, 2024
b466a0f
pallet_assets new weight
ermalkaleci Jul 10, 2024
0939a66
fix newline
ermalkaleci Jul 10, 2024
f0b6f53
update comments
ermalkaleci Jul 11, 2024
fe9f48e
clear corrupt unified mapping
ermalkaleci Jul 11, 2024
e2b972e
pallet_balances new weights
ermalkaleci Jul 11, 2024
4e799d0
fix
ermalkaleci Jul 11, 2024
89a141c
add missing license
ermalkaleci Jul 11, 2024
8f2e8dc
prepare orml_oracle benchmarking
ermalkaleci Jul 11, 2024
69a30f2
fix
ermalkaleci Jul 11, 2024
7c5f354
orml_oracle new weights
ermalkaleci Jul 12, 2024
57a1b50
cleanup
ermalkaleci Jul 12, 2024
aed65c0
set transactional processor
ermalkaleci Jul 12, 2024
7dba1e5
bring back genesis config
ermalkaleci Jul 12, 2024
095b91c
fix vendor toml
ermalkaleci Jul 12, 2024
f1a7a23
Merge branch 'master' of github.com:AstarNetwork/Astar into feat/upli…
ermalkaleci Jul 12, 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
Fixed integration tests
  • Loading branch information
PierreOssun committed Jun 11, 2024
commit 903c081e44fd7ca35f5df1376a8036f06ec99151
4 changes: 2 additions & 2 deletions bin/collator/src/rpc/tracing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ use sc_client_api::{
Backend, BlockOf, BlockchainEvents, HeaderBackend, StateBackend, StorageProvider,
};
use sc_service::TaskManager;
use sp_api::{BlockT, HeaderT, ProvideRuntimeApi};
use sp_api::ProvideRuntimeApi;
use sp_block_builder::BlockBuilder;
use sp_blockchain::{Error as BlockChainError, HeaderMetadata};
use sp_core::H256;
use sp_runtime::traits::BlakeTwo256;
use sp_runtime::traits::{BlakeTwo256, Block as BlockT, Header as HeaderT};
use std::sync::Arc;
use tokio::sync::Semaphore;

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/src/xvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ fn wasm_call_via_xvm_fails_if_storage_deposit_limit_exhausted() {
reason: FailureReason::Error(FailureError::VmError(data)),
..
}) => {
let error_string = "WASM call error: Module(ModuleError { index: 70, error: [23, 0, 0, 0], message: Some(\"StorageDepositLimitExhausted\") })";
let error_string = "WASM call error: Module(ModuleError { index: 70, error: [24, 0, 0, 0], message: Some(\"StorageDepositLimitExhausted\") })";
assert_eq!(data, error_string.as_bytes());
},
_ => panic!("unexpected wasm call result"),
Expand Down
2 changes: 1 addition & 1 deletion tests/xcm-simulator/src/mocks/parachain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ impl pallet_dapp_staking_v3::BenchmarkHelper<MockSmartContract, AccountId>
for BenchmarkHelper<MockSmartContract, AccountId>
{
fn get_smart_contract(id: u32) -> MockSmartContract {
MockSmartContract::wasm(AccountId::from([id as u8; 32]))
MockSmartContract::Wasm(AccountId::from([id as u8; 32]))
}

fn set_balance(account: &AccountId, amount: Balance) {
Expand Down