Skip to content

Commit d1b8cbe

Browse files
OverOrionclangenbbrenzi
authored
Polkadot update v0.9.42 (#1337)
* 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 <37865735+clangenb@users.noreply.github.com> Co-authored-by: Christian Langenbacher <clangenb+gh@protonmail.ch> Co-authored-by: brenzi <brenzi@users.noreply.github.com> Co-authored-by: Alain Brenzikofer <alain@integritee.network> Co-authored-by: Alain Brenzikofer <news@brenzi.ch>
1 parent f5e059f commit d1b8cbe

92 files changed

Lines changed: 1679 additions & 1394 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
echo "PROJECT=${{ matrix.flavor_id }}-${{ matrix.demo_name }}" >> $GITHUB_ENV
252252
echo "VERSION=dev.$version" >> $GITHUB_ENV
253253
echo "WORKER_IMAGE_TAG=integritee-worker:dev.$version" >> $GITHUB_ENV
254-
echo "INTEGRITEE_NODE=integritee-node-dev-ias:1.0.35.$version" >> $GITHUB_ENV
254+
echo "INTEGRITEE_NODE=integritee-node-dev-ias:1.0.36.$version" >> $GITHUB_ENV
255255
echo "CLIENT_IMAGE_TAG=integritee-cli:dev.$version" >> $GITHUB_ENV
256256
if [[ ${{ matrix.sgx_mode }} == 'HW' ]]; then
257257
echo "SGX_PROVISION=/dev/sgx/provision" >> $GITHUB_ENV
@@ -296,8 +296,8 @@ jobs:
296296
fi
297297
docker tag integritee-worker-${{ matrix.flavor_id }}-${{ github.sha }} ${{ env.WORKER_IMAGE_TAG }}
298298
docker tag integritee-cli-client-${{ matrix.flavor_id }}-${{ github.sha }} ${{ env.CLIENT_IMAGE_TAG }}
299-
docker pull integritee/integritee-node-dev-ias:1.0.35
300-
docker tag integritee/integritee-node-dev-ias:1.0.35 ${{ env.INTEGRITEE_NODE }}
299+
docker pull integritee/integritee-node-dev-ias:1.0.36
300+
docker tag integritee/integritee-node-dev-ias:1.0.36 ${{ env.INTEGRITEE_NODE }}
301301
docker images --all
302302
303303
##

0 commit comments

Comments
 (0)