Skip to content

Commit

Permalink
Polkadot update v0.9.42 (#1337)
Browse files Browse the repository at this point in the history
* polkadot update v0.9.42

* followup for Keystore overhaul (final) (#13683)

* implement missing trait methods

* substrate-api-client: explicitly use synchronous mode instead of the default async

* susbtrate-api-client followup regarding keystore overhaul

* taplo fmt

* followup for sidechain-evm

* cargo clippy

* fixup! followup for sidechain-evm

* update integritee-node image

* integritee-node: update branch

* integritee-node: update branch

* main: AddedEnclave change followup made in pallets/pull/180

* attesteer: fix warnings where DCAP was activated, but not with attesteer

* evm: followup made in pallets/pull/180

* add debug! logs

* remove commented out code

* remove empty features

* ita-sgx-runtime: fixup for freezing implementation in fungible trait

* fixup! ita-sgx-runtime: fixup for freezing implementation in fungible trait

* minor fixes and more logging (#1367)

* [local-setup] fix setup with two workers: avoid using the same data dirs. (#1358)

* [ita_stf/test_genesis] remove reserved balance from state, as it doesn't exist anymore

* [enclave-runtime/top_pool_execution] downgrade logs to trace

* [state_handler] add debug and trace logs

* add additional flags for the worker setup

* [its-consensus-aura/block_importer] add some more logs

* local setup add some more logging

* cli: fix keystore KeyTypeId inconsistency

* fix clippy

* hopefully fixcing evm build

* add debug log in entrypoint

* use explicit sgx_default_qcnl.conf file

* CI: healthy params for teeracle testing

* more verbose logging for sidechain consensus

* pimp logging

* ensure worker panics immediately if registering enclave fails

* bypass enclave registration success check. fix primary validateer detection

* fmt

* pimp logging to track shard

* fmt

---------

Co-authored-by: clangenb <[email protected]>
Co-authored-by: Christian Langenbacher <[email protected]>
Co-authored-by: brenzi <[email protected]>
Co-authored-by: Alain Brenzikofer <[email protected]>
Co-authored-by: Alain Brenzikofer <[email protected]>
  • Loading branch information
6 people authored Aug 1, 2023
1 parent f5e059f commit d1b8cbe
Show file tree
Hide file tree
Showing 92 changed files with 1,679 additions and 1,394 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
echo "PROJECT=${{ matrix.flavor_id }}-${{ matrix.demo_name }}" >> $GITHUB_ENV
echo "VERSION=dev.$version" >> $GITHUB_ENV
echo "WORKER_IMAGE_TAG=integritee-worker:dev.$version" >> $GITHUB_ENV
echo "INTEGRITEE_NODE=integritee-node-dev-ias:1.0.35.$version" >> $GITHUB_ENV
echo "INTEGRITEE_NODE=integritee-node-dev-ias:1.0.36.$version" >> $GITHUB_ENV
echo "CLIENT_IMAGE_TAG=integritee-cli:dev.$version" >> $GITHUB_ENV
if [[ ${{ matrix.sgx_mode }} == 'HW' ]]; then
echo "SGX_PROVISION=/dev/sgx/provision" >> $GITHUB_ENV
Expand Down Expand Up @@ -296,8 +296,8 @@ jobs:
fi
docker tag integritee-worker-${{ matrix.flavor_id }}-${{ github.sha }} ${{ env.WORKER_IMAGE_TAG }}
docker tag integritee-cli-client-${{ matrix.flavor_id }}-${{ github.sha }} ${{ env.CLIENT_IMAGE_TAG }}
docker pull integritee/integritee-node-dev-ias:1.0.35
docker tag integritee/integritee-node-dev-ias:1.0.35 ${{ env.INTEGRITEE_NODE }}
docker pull integritee/integritee-node-dev-ias:1.0.36
docker tag integritee/integritee-node-dev-ias:1.0.36 ${{ env.INTEGRITEE_NODE }}
docker images --all
##
Expand Down
Loading

0 comments on commit d1b8cbe

Please sign in to comment.