Page MenuHomePhabricator

[lib] remove unused Tunnelbroker message validators
ClosedPublic

Authored by kamil on Jul 23 2024, 6:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 6, 1:15 AM
Unknown Object (File)
Thu, Sep 5, 4:33 AM
Unknown Object (File)
Wed, Sep 4, 6:12 AM
Unknown Object (File)
Tue, Sep 3, 10:25 PM
Unknown Object (File)
Tue, Sep 3, 10:25 PM
Unknown Object (File)
Tue, Sep 3, 10:25 PM
Unknown Object (File)
Tue, Sep 3, 10:25 PM
Unknown Object (File)
Sun, Sep 1, 5:02 PM
Subscribers

Details

Summary

ENG-8621.

All files here are messages sent from Device to Tunnelbroker, validation takes place on Rust side and tcomb code is not needed.

Depends on D12856

Test Plan

N/A

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Jul 23 2024, 6:41 AM

I'd prefer to also validate on the JS side, but it isn't a strong opinion.

This revision is now accepted and ready to land.Jul 24 2024, 6:04 AM

I'd prefer to also validate on the JS side, but it isn't a strong opinion.

These types are created on the JS side and sent to Rust, but they are never received on JS - validation will be redundant.