-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Description --- Chat, and the Chat FFI were designed to operate as an independent functioning node on the network. It brings up it's own p2p and comms stack, and has it's own identity. This is great but wallets like Aurora already have this functionality, and currently to run chat it operates two entire stacks. In the case of having a wallet already we don't need to run two entire stacks. We can utilize the wallet resources and sideload chat from an existing node. Motivation and Context --- Share resources, lower memory usage, increase network stability, make chat easier to utilize within Aurora. How Has This Been Tested? --- CI What process can a PR reviewer use to test or verify this change? --- Inspect the FFI changes for proper error handling and returns. Breaking Changes --- - [x] None - [ ] Requires data directory on base node to be deleted - [ ] Requires hard fork - [ ] Other - Please specify
- Loading branch information
Showing
14 changed files
with
413 additions
and
61 deletions.
There are no files selected for viewing
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
Oops, something went wrong.