Commit 2c0cab6
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
- .github/workflows
- app-libs/stf/src
- cli
- src
- base_cli
- commands
- oracle/commands
- core-primitives
- enclave-api/src
- enclave-bridge-storage
- src
- node-api
- api-client-extensions/src
- metadata/src
- teerex-storage
- src
- test
- src
- builders
- mock
- top-pool-author/src
- types
- src
- utils
- core/parentchain
- indirect-calls-executor/src
- indirect_calls
- test
- enclave-runtime
- src
- initialization
- test
- fixtures
- service
- src
- ocall_bridge
- tests
- mocks
- sidechain
- block-verification
- consensus
- aura/src
- test
- fixtures
- common/src
- test/mocks
- slots/src
- peer-fetch/src
- primitives
- src/types
- test
- validateer-fetch
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
300 | | - | |
| 299 | + | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
| 466 | + | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| |||
0 commit comments