-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: SystemMessenger -> SystemRouter * chore: docs * chore: rename systemSender as well * feat: Report library * add: verifying Reports in GuardRegistry * chore: documentation * add: Notary check for a memory view on attestation * feat: ReportHub to accept and handle the reports * tests: ReportHub * chore: fix comment * fix: don't force report flag on ReportHub level * feat: Origin handling reports * tests: origin.submitReport * fix: slash Notary on incorrect Valid Report * add: CorrectFraudReport event * feat: Destination handling reports * add: pass report payload to _handleReport * chore: better docs for ReportHub * regenerate contracts * chore: variables renaming * chore: fix wrong renaming, decorators, linter * feat: local chain system call * fix: update System Router interface * fix merge conflict * minor fix * formatting fix * remove trailing space Co-authored-by: Nero <[email protected]>
- Loading branch information
1 parent
a6b87ca
commit be9cc35
Showing
30 changed files
with
7,560 additions
and
779 deletions.
There are no files selected for viewing
18 changes: 9 additions & 9 deletions
18
agents/contracts/attestationcollector/attestationcollector.abigen.go
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
agents/contracts/attestationcollector/attestationcollector.contractinfo.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1,044 changes: 929 additions & 115 deletions
1,044
agents/contracts/notarymanager/notarymanager.abigen.go
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
Oops, something went wrong.