This repository was archived by the owner on Feb 12, 2026. It is now read-only.
chore: adds tips-ingress-rpc service#26
Closed
mw2000 wants to merge 2 commits intomw2000/tips-auditfrom
Closed
Conversation
Collaborator
|
@mw2000 lets remove the naming tips and just call this ingress-rpc, i.e. bin/ingress-rpc (or maybe even bin/roxy for rust-proxy). Happy for us to do that in a follow up too |
Contributor
Author
should we do that for the crates it depends on too? currently have them under crates/tips/* |
Collaborator
|
Definitely, TIPS as an acronym is no more |
0d9fb10 to
3bca1cd
Compare
3318796 to
6be0217
Compare
3bca1cd to
0d1b35f
Compare
c81c5e1 to
12e7978
Compare
Contributor
Author
|
Removed the tips naming from both services and crates @danyalprout |
12e7978 to
1549ada
Compare
0d1b35f to
a048a3a
Compare
1549ada to
8a56223
Compare
We move the tips audit service and associated crates from base/tips to base/infra.
a048a3a to
0960b25
Compare
8a56223 to
38a505e
Compare
0960b25 to
61c5ff9
Compare
mw2000
pushed a commit
that referenced
this pull request
Feb 12, 2026
* chore: enable ssl for kafka * move to single image
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
We move the
tips-ingress-rpcservice and associated crates frombase/tipstobase/infra. We also remove dependence on account abstraction code from thetips-account-abstraction-corecrate.Fixes #24