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, Nov 1, 8:15 PM
Unknown Object (File)
Wed, Oct 30, 12:13 AM
Unknown Object (File)
Mon, Oct 14, 1:02 PM
Unknown Object (File)
Mon, Oct 14, 1:02 PM
Unknown Object (File)
Mon, Oct 14, 1:02 PM
Unknown Object (File)
Mon, Oct 14, 1:02 PM
Unknown Object (File)
Sat, Oct 12, 5:25 AM
Unknown Object (File)
Thu, Oct 10, 7:49 AM
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.