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

Polkadot update v0.9.42 #1337

Merged
merged 38 commits into from
Aug 1, 2023
Merged
Show file tree
Hide file tree
Changes from 37 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
606b993
polkadot update v0.9.42
OverOrion May 31, 2023
6e8a291
followup for Keystore overhaul (final) (#13683)
OverOrion Jun 1, 2023
6f0aade
implement missing trait methods
OverOrion Jun 1, 2023
a81fda6
substrate-api-client: explicitly use synchronous mode instead of the …
OverOrion Jun 1, 2023
e2167e2
susbtrate-api-client followup regarding keystore overhaul
OverOrion Jun 2, 2023
fece3a0
taplo fmt
OverOrion Jun 2, 2023
6170c50
followup for sidechain-evm
OverOrion Jun 2, 2023
2dc6a86
cargo clippy
OverOrion Jun 2, 2023
9d483f0
fixup! followup for sidechain-evm
OverOrion Jun 5, 2023
b02f96a
update integritee-node image
OverOrion Jun 8, 2023
34b1320
integritee-node: update branch
OverOrion Jun 8, 2023
8bceae9
integritee-node: update branch
OverOrion Jun 8, 2023
68f6718
main: AddedEnclave change followup made in pallets/pull/180
OverOrion Jun 8, 2023
e7c29c1
attesteer: fix warnings where DCAP was activated, but not with attesteer
OverOrion Jun 8, 2023
eea5d22
evm: followup made in pallets/pull/180
OverOrion Jun 8, 2023
bf1aee8
add debug! logs
OverOrion Jun 12, 2023
47c2a91
remove commented out code
OverOrion Jun 13, 2023
5a397ae
remove empty features
OverOrion Jun 13, 2023
bf0df4d
ita-sgx-runtime: fixup for freezing implementation in fungible trait
OverOrion Jun 13, 2023
a8f406d
fixup! ita-sgx-runtime: fixup for freezing implementation in fungible…
OverOrion Jun 13, 2023
4cdd274
Merge branch 'master' into szp/polkadot-v0.9.42
OverOrion Jun 14, 2023
8fc770d
minor fixes and more logging (#1367)
clangenb Jun 15, 2023
ecfe65f
cli: fix keystore KeyTypeId inconsistency
OverOrion Jun 28, 2023
3f8df59
fix clippy
clangenb Jun 30, 2023
978fec6
Merge branch 'master' into szp/polkadot-v0.9.42
brenzi Jul 17, 2023
183caca
Merge remote-tracking branch 'origin/master' into szp/polkadot-v0.9.42
brenzi Jul 17, 2023
8b3dd11
hopefully fixcing evm build
brenzi Jul 17, 2023
9751046
add debug log in entrypoint
brenzi Jul 18, 2023
258f489
use explicit sgx_default_qcnl.conf file
OverOrion Jul 18, 2023
ead3b93
CI: healthy params for teeracle testing
brenzi Jul 19, 2023
0494ffb
more verbose logging for sidechain consensus
brenzi Jul 19, 2023
de2dda2
pimp logging
brenzi Jul 19, 2023
f9dac57
ensure worker panics immediately if registering enclave fails
brenzi Jul 19, 2023
af613d3
bypass enclave registration success check. fix primary validateer det…
brenzi Jul 20, 2023
a30ba5d
fmt
brenzi Jul 20, 2023
e287fda
pimp logging to track shard
brenzi Jul 21, 2023
ce03d1c
Merge branch 'master' into szp/polkadot-v0.9.42
clangenb Aug 1, 2023
5140a1a
fmt
clangenb Aug 1, 2023
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
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
Loading