Skip to content
Merged
Show file tree
Hide file tree
Changes from 40 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
cd83e52
attempt to bump to polkadot-v0.9.17
seunlanlege Mar 9, 2022
46eeff0
chore(polkadot): upgrade to v0.9.17
hussein-aitlahcen Mar 9, 2022
8f1f182
chore(style): apply make style
hussein-aitlahcen Mar 9, 2022
fb872e1
fix(tests): `storage_root` now expect a `StateVersion`
hussein-aitlahcen Mar 9, 2022
a6b9bb1
fix(tests): no more Default for AccountId
hussein-aitlahcen Mar 9, 2022
c0a1190
bump simnode
seunlanlege Mar 10, 2022
0730e78
chore(polkadot): upgrade to v0.9.17
hussein-aitlahcen Mar 9, 2022
85c4d0e
chore(style): apply make style
hussein-aitlahcen Mar 9, 2022
555ff8a
fix(tests): no more Default for AccountId
hussein-aitlahcen Mar 9, 2022
3419441
chore(polkadot): upgrade integration tests
hussein-aitlahcen Mar 10, 2022
e675ca3
feat(ci): upgrade codecov
hussein-aitlahcen Mar 10, 2022
9461338
Merge branch 'main' of github.com:composableFi/composable into seun-p…
seunlanlege Mar 14, 2022
c6f2bf1
cargo fmt
seunlanlege Mar 14, 2022
a489420
taplo fmt
seunlanlege Mar 14, 2022
a515d67
remove --raw arg from single pass benchmarking
seunlanlege Mar 14, 2022
d9cadf4
sigh fix run_benchmarks
seunlanlege Mar 14, 2022
fe3bebe
bump cumulus
seunlanlege Mar 15, 2022
6a9ffd8
Pushing benchmark changes
seunlanlege Mar 15, 2022
f7d59e5
adds support for simnode to composable-runtime
seunlanlege Mar 15, 2022
961a52f
Merge branch 'seun-polkadot-v0.9.17' of github.com:composableFi/compo…
seunlanlege Mar 15, 2022
2e8764c
fix(bench): revert curve benchmarking
hussein-aitlahcen Mar 15, 2022
f7914b3
fix(bench): revert uni benchmarking
hussein-aitlahcen Mar 15, 2022
721a2c3
make non-production release buil faster by disabling linking opt
hussein-aitlahcen Mar 15, 2022
aa9266c
Merge branch 'seun-polkadot-v0.9.17' of https://github.com/composable…
hussein-aitlahcen Mar 15, 2022
f6d49d6
fix(bench): revert curve/uni weights
hussein-aitlahcen Mar 15, 2022
0c2a5f5
feat(ci): make git diff visible for taplo check
hussein-aitlahcen Mar 15, 2022
d7c7249
chore(style): apply make style
hussein-aitlahcen Mar 15, 2022
cfe7d35
fix(lint): unused test attribute in bonded finance
hussein-aitlahcen Mar 15, 2022
c0a5235
fix permission issue with simnode
Mar 15, 2022
89c8133
ci benchmark changes
seunlanlege Mar 15, 2022
6ad7e54
chore(cargo): update Cargo.lock
hussein-aitlahcen Mar 15, 2022
bb44715
feat(ci): pin codecov nightly
hussein-aitlahcen Mar 15, 2022
159493b
wip
seunlanlege Mar 15, 2022
db82827
Merge branch 'seun-polkadot-v0.9.17' of github.com:composableFi/compo…
seunlanlege Mar 15, 2022
ecff828
wip
seunlanlege Mar 15, 2022
392fd87
Merge branch 'main' of https://github.com/composablefi/composable int…
hussein-aitlahcen Mar 15, 2022
991ad48
chore(polkadot): upgrade pablo pallet
hussein-aitlahcen Mar 15, 2022
6cda29b
chore(style): apply make style
hussein-aitlahcen Mar 15, 2022
6c858ae
chore(ci): duplicate checkout
hussein-aitlahcen Mar 15, 2022
df77bcf
bump simnode
seunlanlege Mar 16, 2022
48ed919
adds proper rococo chainspec
seunlanlege Mar 18, 2022
bd4dd9f
Merge branch 'main' of github.com:composableFi/composable into seun-p…
seunlanlege Mar 18, 2022
6681e3f
cargo fmt
seunlanlege Mar 18, 2022
1532e53
fix clippy
seunlanlege Mar 18, 2022
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
8 changes: 2 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,11 @@ jobs:
- name: Rustup show
run: |
/home/runner/.cargo/bin/rustup show
- uses: actions/checkout@v2
- name: Run Test (with coverage)
run: |
# integration tests can't be compiled with --feature=runtime-benchmarks
# TODO: https://github.com/ComposableFi/composable/issues/535
/home/runner/.cargo/bin/cargo install -f cargo-llvm-cov
/home/runner/.cargo/bin/rustup component add llvm-tools-preview --toolchain=nightly-2021-11-08
SKIP_WASM_BUILD=1 /home/runner/.cargo/bin/cargo +nightly-2021-11-08 llvm-cov --workspace --locked --release --verbose --features=runtime-benchmarks --lcov --output-path lcov.info
SKIP_WASM_BUILD=1 /home/runner/.cargo/bin/cargo +nightly llvm-cov --workspace --locked --release --verbose --features=runtime-benchmarks --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
Expand Down Expand Up @@ -130,7 +127,6 @@ jobs:
--extrinsic='*' \
--steps=1 \
--repeat=1 \
--raw \
--log error


Expand Down Expand Up @@ -193,7 +189,7 @@ jobs:
cargo install taplo-cli
taplo lint --warn-as-error
taplo fmt --warn-as-error
if ! git diff-index --quiet HEAD; then
if ! git diff-index HEAD; then
exit 1
else
echo "Everything is fine!"
Expand Down
2 changes: 1 addition & 1 deletion .maintain/playbooks/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
dest: "/home/{{ user }}/basilisk"
- url: https://storage.googleapis.com/composable-binaries/testnet-releases/picasso/composable-latest.tar.gz
dest: "/home/{{ user }}/composable-latest.tar.gz"
- url: https://github.com/paritytech/polkadot/releases/download/v0.9.16/polkadot
- url: https://github.com/paritytech/polkadot/releases/download/v0.9.17/polkadot
dest: "/home/{{ user }}/polkadot"

- name: Clone composable repo
Expand Down
1 change: 0 additions & 1 deletion .maintain/run_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ run_benchmarks() {
--extrinsic='*' \
--steps=$steps \
--repeat=$repeat \
--raw \
--output="$OUTPUT" \
--log error
# ToDO: Setup gpg signing and create a bot account for pushing
Expand Down
4 changes: 2 additions & 2 deletions .maintain/run_simnode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -e # fail on any error
VERSIONS_FILES=(
"picasso,picasso"
"dali-rococo,dali"
# "composable,composable" # TODO: add simnode suppport for composable
"composable,composable"
)

/home/runner/.cargo/bin/rustup update nightly
Expand All @@ -28,7 +28,7 @@ run_simnode() {
GS_BUCKET="$CHAIN-data-store"
sudo gsutil cp gs://$GS_BUCKET/"$FILENAME" .
sudo unzip -o "$FILENAME" -d /tmp/db
./target/release/simnode-tests --chain="$CHAIN" --base-path=/tmp/db/var/lib/composable-data/ --pruning=archive --execution=wasm
sudo ./target/release/simnode-tests --chain="$CHAIN" --base-path=/tmp/db/var/lib/composable-data/ --pruning=archive --execution=wasm
}

# shellcheck disable=SC2039
Expand Down
Loading