-
Notifications
You must be signed in to change notification settings - Fork 14
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
teerex refactor 3 #193
Closed
Closed
teerex refactor 3 #193
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c87667a
remove skip-ias, introduce MultiEnclave, clean up. wip
brenzi eeb029b
fix plenty errors after refactoring
brenzi bdc6fbf
tests pass
brenzi eab22ec
introduce ShardStatus and poke_shard. not yet applied
brenzi 7e99a7d
apply poke_shard in teerex
brenzi 914ec7c
fix warnings
brenzi eb48a9e
introduce ShardStatus in sidechain pallet
brenzi 03d13eb
sidechain tests pass
brenzi 8a70ad2
teeracle tests pass
brenzi 2def417
clippy
brenzi 1c2263c
clippy wip
brenzi 1f1c897
clippy fixed
brenzi bf4ba20
fmt
brenzi bffdf1b
introduce lazy garbage collection with unregister_sovereign_enclave
brenzi dc35211
add test for lazy unregister fail
brenzi 940cf3b
review changes and renamings
brenzi a502472
simplify with derive-more
brenzi fe9b003
Update teerex/src/lib.rs
brenzi 870d231
some style fixes
brenzi 409cc38
clippy
brenzi 97afbd5
cleanup
brenzi 585f1fb
fix benchamrks tests and remove skip-ias from CI jobs
brenzi 5f6417d
introduce ProxiedEnclaves storage
brenzi 64d2ea7
unit test for proxied enclave registering and unregistering
brenzi ed2041c
fixes
brenzi 365941c
add unittest for proxied enclave removal
brenzi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this concerns me. if we don't zero-pad, the tests fail. but why are BoundedVecs bloated by the onchain state backend?