Skip to content

Commit 2c0cab6

Browse files
brenziOverOrionclangenb
authored
integrate pallet teerex refactoring (#1390)
* 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 * fix wrong crate doc repository links * temporary bend to new pallet branch * patch to GH branches * build works * lift patches and fix changes * CI against new node release 1.1.0 * build completes. some OpaqueCall refactorings missing still * fix unshield_funds tx signature * fmt * fix typo * fix teeracle build * fix the merge * fmt * fix renaming * fix unit tests * fmt * dummy poke * fix enclave unit tests * fixed api breaking changes * quite some fixes * build works. needs cleanup * taplo fmt * dummy poke * fix mock * fix mrenclave encoding to base58 for cli * fix register enclave extrinsics with new skip ra property * properly fail if enclave isn't registered * pimp logs and try to get shard for confirm_processed_parentchain_block * fix confirm processed parentchain block * taplo fmt * fix unit tests * fix typo * fix warnings * fix and pimp cli * clippy * clippy * clippy * integrate aura and enclave-bridge * taple fmt * cosmetics * small review fixes * fix toml double dep * Update service/src/main.rs Co-authored-by: clangenb <37865735+clangenb@users.noreply.github.com> * taplo fmt * missing std enable * clippy --------- Co-authored-by: Szilard Parrag <szilard.parrag@gmail.com> Co-authored-by: clangenb <37865735+clangenb@users.noreply.github.com> Co-authored-by: Christian Langenbacher <clangenb+gh@protonmail.ch>
1 parent d1b8cbe commit 2c0cab6

74 files changed

Lines changed: 1196 additions & 635 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: 5 additions & 5 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.36.$version" >> $GITHUB_ENV
254+
echo "INTEGRITEE_NODE=integritee-node-dev-ias:1.1.0.$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.36
300-
docker tag integritee/integritee-node-dev-ias:1.0.36 ${{ env.INTEGRITEE_NODE }}
299+
docker pull integritee/integritee-node-dev-ias:1.1.0
300+
docker tag integritee/integritee-node-dev-ias:1.1.0 ${{ env.INTEGRITEE_NODE }}
301301
docker images --all
302302
303303
##
@@ -463,9 +463,9 @@ jobs:
463463
uses: actions/download-artifact@v3
464464
with:
465465
name: integritee-worker-teeracle-${{ github.ref_name }}.tar.gz
466-
path: .
466+
path: .
467467

468-
#
468+
#
469469
# Temporary comment out until we decide what to release
470470
#
471471
# - name: Download Integritee Service

0 commit comments

Comments
 (0)