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 into
Closed
Conversation
mw2000
marked this pull request as draft
February 4, 2026 08:49
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 |
mw2000
force-pushed
the
mw2000/tips-audit
branch
2 times, most recently
from
February 10, 2026 02:20
0d9fb10 to
3bca1cd
Compare
mw2000
force-pushed
the
mw2000/tips-ingress-rpc
branch
from
February 10, 2026 02:32
3318796 to
6be0217
Compare
mw2000
force-pushed
the
mw2000/tips-audit
branch
from
February 10, 2026 17:32
3bca1cd to
0d1b35f
Compare
mw2000
force-pushed
the
mw2000/tips-ingress-rpc
branch
3 times, most recently
from
February 10, 2026 17:41
c81c5e1 to
12e7978
Compare
Contributor
Author
|
Removed the tips naming from both services and crates @danyalprout |
mw2000
force-pushed
the
mw2000/tips-ingress-rpc
branch
from
February 10, 2026 19:43
12e7978 to
1549ada
Compare
mw2000
force-pushed
the
mw2000/tips-audit
branch
from
February 10, 2026 20:41
0d1b35f to
a048a3a
Compare
mw2000
force-pushed
the
mw2000/tips-ingress-rpc
branch
from
February 10, 2026 20:47
1549ada to
8a56223
Compare
We move the tips audit service and associated crates from base/tips to base/infra.
mw2000
force-pushed
the
mw2000/tips-audit
branch
from
February 10, 2026 20:52
a048a3a to
0960b25
Compare
mw2000
force-pushed
the
mw2000/tips-ingress-rpc
branch
from
February 10, 2026 21:02
8a56223 to
38a505e
Compare
mw2000
force-pushed
the
mw2000/tips-audit
branch
from
February 12, 2026 02:20
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