-
Notifications
You must be signed in to change notification settings - Fork 925
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
feat!(gateway): reenabling gateway, adding flag to enable #1199
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1199 +/- ##
==========================================
+ Coverage 55.56% 55.85% +0.29%
==========================================
Files 162 168 +6
Lines 9981 10167 +186
==========================================
+ Hits 5546 5679 +133
- Misses 3881 3924 +43
- Partials 554 564 +10
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Converted to draft, only because the PR it is based on is also in draft |
8b9160b
to
90d7ca4
Compare
01e96e1
to
cc0838b
Compare
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.
g: Sanitize all the comments on the RPC and gateway
f70ca3b
to
cb941ac
Compare
cb941ac
to
0847689
Compare
…pi/gateway` (celestiaorg#1175) Based on celestiaorg#1056
b0fa46c
0847689
to
b0fa46c
Compare
It adds the gateway back onto the node (closes #1182) with it's own config, disabled by default, which is activated by the flag
--gateway
(closes #1183).