Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: migration to polkadot sdk 1.1.0 #1144

Open
wants to merge 118 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
118 commits
Select commit Hold shift + click to select a range
b3745cd
add polkadot-sdk patch
N1ghtStorm May 7, 2024
28d0c03
change versions
N1ghtStorm May 8, 2024
2915532
choosing tooclhain
N1ghtStorm May 13, 2024
20e0375
update some pallets
N1ghtStorm May 14, 2024
22815b3
before log
N1ghtStorm May 15, 2024
789e1bd
some pallets compile
N1ghtStorm May 15, 2024
a212918
fix kensetsu
N1ghtStorm May 15, 2024
a9e5030
update order book, liquidity proxy and qa tools
N1ghtStorm May 16, 2024
f732a86
update eth bridge
N1ghtStorm May 19, 2024
1b0d7c4
bridge proxy iroha migration
N1ghtStorm May 19, 2024
3d420a1
fix almost all impls
N1ghtStorm May 23, 2024
0298bb3
fix all except wasm build
N1ghtStorm May 24, 2024
9ceedbe
fix bridge proxy rpc
N1ghtStorm May 24, 2024
8864ca6
fix all rpc
N1ghtStorm May 25, 2024
963a35c
fix something on the node
N1ghtStorm May 30, 2024
64b9412
fix service
N1ghtStorm May 30, 2024
83874d9
fix wasm build
N1ghtStorm May 31, 2024
80aae0a
fix cli
N1ghtStorm May 31, 2024
7db70fc
fix utils
N1ghtStorm May 31, 2024
d2eb667
fix build
N1ghtStorm Jun 3, 2024
ade399b
fix pre laucnh
N1ghtStorm Jun 5, 2024
16bdb1d
refactor(scripts): remove antique constructions from run_script
i3ima Jun 13, 2024
6544fb6
refactor(rpc): add BABE to RPC
i3ima Jun 18, 2024
dc88840
refactor(node): fix warnings
i3ima Jun 19, 2024
afe5e94
fix(scripts): reduce run_script RUST_LOG verbosity
i3ima Jun 19, 2024
ca78ee2
fix(node): allow http requests for offchain-worker
i3ima Jun 19, 2024
79f41a0
refactor(pallets): update mock runtime for most of the modules
i3ima Jun 24, 2024
eabd1ed
fix(runtime): remove unneded & not working directive
i3ima Jun 24, 2024
962d452
fix(qa-tools): swap frame_support DispatchError for sp_runtime one
i3ima Jun 24, 2024
dbd622e
refactor(common): use sp_io::storage::root instead of frame_support o…
i3ima Jun 24, 2024
a84a989
refactor(common): use WeightMeter::with_limit instead of deprecated f…
i3ima Jun 24, 2024
0486cd7
refactor(dex-api): (IMPORTANT) use different method of storage assimi…
i3ima Jun 24, 2024
c2b34c4
refactor(eth-bridge): use sp_io::storage::root instead of frame_suppo…
i3ima Jun 24, 2024
7fca90b
refactor(eth-bridge): (IMPORTANT) update mock runtime
i3ima Jun 24, 2024
f3ead86
refactor(order-book): use sp_tracing debug & trace instead of log one…
i3ima Jun 24, 2024
db820a3
refactor(common): update mock_pallet_balances & system_config macros
i3ima Jun 24, 2024
0cf3991
build: update lock file
i3ima Jun 24, 2024
4e863a5
refactor(tests): upgrade part of tests
i3ima Jul 1, 2024
890b0bc
refactor(runtime)!: BREAKING CHANGE: set existential deposit to 1
i3ima Jul 1, 2024
132fb31
Merge branch 'master' into polkadot_sdk_1.1.0
i3ima Jul 5, 2024
0379660
refactor: cleanup & unify workspace and members toml(s)
i3ima Jul 6, 2024
6eb9670
refactor: update chain_spec & service
i3ima Jul 6, 2024
7847f8c
refactor: update mocks files
i3ima Jul 6, 2024
7930f21
refator: update migrations files
i3ima Jul 7, 2024
e534952
refactor: subtle changes in imports, logging, types used
i3ima Jul 7, 2024
aa5a6a7
refactor(assets): replace T::AccountId with AccountIdOf<T>
i3ima Jul 7, 2024
4376d78
refactor(pswap-distribution): replace T:AccountId with AccountIdOf<T>
i3ima Jul 7, 2024
c1babca
refactor(xor-fee): replace BlockNumber & replace deprecated from_ref_…
i3ima Jul 7, 2024
9ad2939
build: patch paritytech/polkadot-sdk & replace branch for our fork
i3ima Jul 7, 2024
5eaf5f9
build: update lock
i3ima Jul 7, 2024
802a5a6
style: minor formatting changes
i3ima Jul 7, 2024
9d7e285
refactor: update imports, replace deprecated type, remove unneded module
i3ima Jul 7, 2024
f90fc49
fix(kensetsu)!: remove std feature from Default impl of GenesisConfig
i3ima Jul 7, 2024
e8300cb
chore: sync changes
i3ima Jul 10, 2024
abcc630
Revert "chore: sync changes"
i3ima Jul 10, 2024
16d7e5b
Revert "refactor: update mocks files"
i3ima Jul 10, 2024
bc0bad5
style: apply cargo fmt
i3ima Jul 10, 2024
6fde328
fix(node): set initial balance of tech accounts to 1
i3ima Jul 10, 2024
c858d28
refactor: change mocks to macros, update imports, add params to configs
ZlayaMorda Jul 12, 2024
21d6973
fix(pool-xyk): rename orml_tokens package to tokens
i3ima Jul 14, 2024
2fca6eb
fix(xst)!: fix xst mock & add dummy impl of Into for PolySwapAction. …
i3ima Jul 14, 2024
90b0898
fix: upgrade some more mock runtimes
i3ima Jul 14, 2024
5220123
build: bump nightly
i3ima Jul 15, 2024
d56cab5
bump: minimum version of a nightly compiler
i3ima Jul 15, 2024
4d6f1c6
fix(trading-pair)!: remove copy bound. may be BREAKING
i3ima Jul 16, 2024
4fc5aea
refactor(common)!: BREAKING: set existential deposit to 1 in mock_pal…
i3ima Jul 16, 2024
cedf21b
fix(pallets [apollo-platform..iroha-migration]): fix tests/builds and…
ZlayaMorda Jul 17, 2024
7e20344
fix(pallets [apollo-platform..iroha-migration]): change to return err…
ZlayaMorda Jul 18, 2024
53f95e3
fix: upgrade more of mocks, migrations and benchmarking
i3ima Jul 18, 2024
4be9a69
fix: build benchmarks/migrations for bridge-proxy, build node
ZlayaMorda Jul 19, 2024
0a1660a
Revert "bump: minimum version of a nightly compiler"
i3ima Jul 19, 2024
e49bdd6
refactor(node): upgate genesis config of chain spec builder for mainnet
i3ima Jul 21, 2024
5c7783c
fix(pool-xyk): make TechAccountId of `operations` private to not caus…
i3ima Jul 21, 2024
0a35517
fix: update imports, enable features for some pallets in runtime/Carg…
i3ima Jul 21, 2024
ad58a31
TODO(decide where change rev): add commented patch for bandersnatch_vrfs
ZlayaMorda Jul 22, 2024
50841a0
fix(benchmarkin): mint balance to solve NotEnoughLockedLiquidity
ZlayaMorda Jul 22, 2024
d81be7a
fix(pallets::kensetsu)!: update mock runtime & replace expected error…
i3ima Jul 28, 2024
4f70b04
build: update cargo.lock
i3ima Jul 28, 2024
5abddc0
test(multicollateral-bonding-curve-pool): fix tests after upgrade
i3ima Jul 29, 2024
85520d9
fix: set max holds to 2 in runtime
ZlayaMorda Jul 31, 2024
bd400b4
test(pallets): update 6 more targets
i3ima Jul 31, 2024
54504ad
test(pallets): upgrade rest of tests
i3ima Jul 31, 2024
83c5ca2
Merge branch 'master' into polkadot_sdk_1.1.0
i3ima Jul 31, 2024
d86aa0c
fix(chain_spec): incorrectly resolved merge conflict
i3ima Jul 31, 2024
fd073a4
build: (WIP) getting rid of local paths in dependencies patch of work…
i3ima Aug 1, 2024
94934a2
Merge branch 'master' into polkadot_sdk_1.1.0
i3ima Aug 1, 2024
33c11a4
refactor(pallets): upgrade benchmarking runtime mocks
i3ima Aug 6, 2024
9a97644
refactor: cleanup package & workspace .toml files
i3ima Aug 6, 2024
2f58be3
fix(liquidity-proxy): upgrade mock
i3ima Aug 6, 2024
c08b2fc
style: remove analyzer config
i3ima Aug 6, 2024
c1b48a3
fix(pallets): correct ceres-liquidity-locker & xst benchmarks
i3ima Aug 12, 2024
7eabd2b
fix(pool-xyk): correct benchmarks
i3ima Aug 12, 2024
177cb8e
fix(pallets & runtime): change dependencies for pool-xyk benchmarking…
i3ima Aug 12, 2024
a5dc017
fix(pswap-distribution): set balances to 1 in benchmarking mock runtume
i3ima Aug 12, 2024
de10c03
fix(liquidity-proxy): correct benchmarking runtime
i3ima Aug 12, 2024
5cd623d
fix(framenode-runtime): correct couple of tests
i3ima Aug 14, 2024
5f062c4
fix(chain_spec): set initial balance of mainnet_genesis accounts to 1
i3ima Aug 14, 2024
45b67aa
fix(runtime::xor_fee): add existential deposit to accounts of test fo…
i3ima Aug 14, 2024
956d49c
fix(runtime::xor_fee,impls): update weights & add ED to alice/bob acc…
i3ima Aug 14, 2024
bba633f
build(config): add personal rust-analyzer config to list of ignored o…
i3ima Aug 15, 2024
4895dd0
build: update cargo.lock
i3ima Aug 15, 2024
076071e
build: bump cargo.lock again
i3ima Aug 15, 2024
534e990
merge master into polkadot_sdk_1.1.0
i3ima Aug 15, 2024
db5799d
refactor: correct things that got broken after the merge with master
i3ima Aug 15, 2024
87a5efd
build: bump cargo.lock
i3ima Aug 15, 2024
6016678
fix(runtime): recursive trait bound regression
i3ima Aug 26, 2024
bb1a4b6
Merge branch 'master' into polkadot_sdk_1.1.0
i3ima Aug 26, 2024
1261d15
fix(kensetsu::migration): replace deprecated imports
i3ima Aug 26, 2024
76c4cf3
fix(liquidity-proxy::tests): add existential deposits to test that ne…
i3ima Aug 26, 2024
5f120de
build: bump perity-scale-codec version to max 3 and Cargo.lock
ZlayaMorda Aug 27, 2024
033697f
fix: clippy issues
ZlayaMorda Aug 27, 2024
5be045c
Merge branch 'master' of github.com:sora-xor/sora2-network into polka…
wer1st Oct 14, 2024
1f6120e
update
wer1st Oct 15, 2024
a8ac482
cargo update
wer1st Oct 16, 2024
a098234
fix clippy
wer1st Oct 16, 2024
d657575
Merge branch 'master' of github.com:sora-xor/sora2-network into polka…
wer1st Oct 16, 2024
5701e06
Merge branch 'master' of github.com:sora-xor/sora2-network into polka…
wer1st Oct 16, 2024
03dd42e
fix
wer1st Oct 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ local-test
.idea
.gradle

# Per-project configuration
rust-analyzer.json

tmp
/ethereum/java-wrapper/build/libs/*.jar
db-stg-chain*
Expand Down
Loading
Loading