Skip to content

Commit

Permalink
feat: bitacross worker<>parachain external communication (#2452)
Browse files Browse the repository at this point in the history
* fix: some init worker

* fix: adding rpc handler for bitacross worker

* fix: added AESRequest for bitacross handler

* fix: add placeholder pallet for bitacross

* fix: add call_index into node_metadata for placeholder bitacross pallet

* fix: update nodemetadatamock with placeholder calls trait

* refactor: indirect calls

* fix: add task context for thread

* revert: accidental commit

* fix: update cargo lock

* fix: remove clippy warning for deprecated weights

* refactor: fix clippy

* refactor: remove comments and update logs

* fix: update launch.py based on comments

* fix: add remove and update schedule enclave

* refactor: remove comments

* fix: moved thread spawn to enclave_init

* fix: remove submitting TOP

* refactor: fix clippy

* refactor: fix clippy ci

* fix: update recursion limit in  runtime

---------

Co-authored-by: Kasper Ziemianek <kasper.ziemianek@gmail.com>
  • Loading branch information
felixfaisal and kziemianek committed Feb 4, 2024
1 parent 04016d2 commit 7e0588e
Show file tree
Hide file tree
Showing 22 changed files with 810 additions and 114 deletions.
23 changes: 23 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ members = [
'pallets/parentchain',
'pallets/test-utils',
'pallets/group',
'pallets/bitacross-pallet',
'precompiles/*',
'primitives/common',
'primitives/core',
Expand Down

0 comments on commit 7e0588e

Please sign in to comment.