feat(v31): cherry-pick TON RPC#3973
Conversation
swift1337
commented
Jun 11, 2025
- feat(ton): Implement HTTP-RPC based on toncenter v2 #3929
- feat: migrate to golangci-lint v2 #3960
- feat(zetaclient): integrate TON HTTP-RPC #3958
* Migrate linter to V2 * Apply lint * Improve makefile
* Add TON HTTP-RPC client skeleton * RPC WIP [1] * RPC WIP [2] * RPC WIP [3] * Metrics note * Record metrics * Update changelog
* Refactor observer; refactor mocks * Fix signer & unit tests * Drop liteapi * Restore tx hash conversion aliases * Fix E2E, adapt Tongo x RPC * Update wait-for-ton * Move tlb to rpc package * fix e2e tests; simplify ensureLastScannedTx; fix client * rename .rpc to .Endpoint in config * Simplify config * Update changelog * lint * Address PR comments * PR fixes * fix merge conflict * bump linter timeout * use ton localnet v2 * bump ton localnet * bump ton localnet
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
!!!WARNING!!! Be very careful about using Only suppress a single rule (or a specific set of rules) within a section of code, while continuing to scan for other problems. To do this, you can list the rule(s) to be suppressed within the #nosec annotation, e.g: /* #nosec G401 */ or //#nosec G201 G202 G203 Pay extra attention to the way |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/v31 #3973 +/- ##
===============================================
- Coverage 64.85% 64.43% -0.43%
===============================================
Files 472 474 +2
Lines 34471 34724 +253
===============================================
+ Hits 22356 22374 +18
- Misses 11085 11323 +238
+ Partials 1030 1027 -3
🚀 New features to boost your workflow:
|
| # CHANGELOG | ||
|
|
||
| ## v31.1 | ||
|
|
There was a problem hiding this comment.
Not sure if we need this in release patch (there is a no-changelog label). Otherwise, the PR# would be 3973?