Skip to content
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

chore: remove computations.output_type #291

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

rudy-6-4
Copy link
Contributor

@rudy-6-4 rudy-6-4 commented Feb 5, 2025

it was only written to table but never used by tfhe_workers

@rudy-6-4 rudy-6-4 force-pushed the rudy/chore/alter_computations_drop_output_type branch 4 times, most recently from a3f76f7 to 5322964 Compare February 6, 2025 13:04
@rudy-6-4 rudy-6-4 marked this pull request as ready for review February 6, 2025 13:29
Copy link
Collaborator

@dartdart26 dartdart26 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@dartdart26 dartdart26 requested a review from goshawk-3 February 10, 2025 13:43
@rudy-6-4 rudy-6-4 force-pushed the rudy/chore/alter_computations_drop_output_type branch from 5322964 to 8c98662 Compare February 10, 2025 14:37
@cla-bot cla-bot bot added the cla-signed label Feb 10, 2025
@rudy-6-4 rudy-6-4 force-pushed the rudy/chore/alter_computations_drop_output_type branch from 8c98662 to 94ac667 Compare February 10, 2025 16:04
@rudy-6-4
Copy link
Contributor Author

As an update I have added unknown type propagation. Note that type checking is no longer used with events. Events are converted directly to db row. The alternative could be to completely unplug type check in the grpc service.

As events are generated after dynamic type check in the contracts it should not be an issue unless the contract TfheOperation is buggy. Note that the type error is still captured correctly after by tfhe workers.

@rudy-6-4 rudy-6-4 force-pushed the rudy/chore/alter_computations_drop_output_type branch 3 times, most recently from 85825b0 to 6f6cca9 Compare February 11, 2025 11:11
@rudy-6-4 rudy-6-4 requested a review from dartdart26 February 11, 2025 13:47
@rudy-6-4 rudy-6-4 force-pushed the rudy/chore/alter_computations_drop_output_type branch from 6f6cca9 to 7d101c5 Compare February 13, 2025 14:34
it was only written to table but never used by tfhe_workers
@rudy-6-4 rudy-6-4 force-pushed the rudy/chore/alter_computations_drop_output_type branch from 7d101c5 to 00e0e15 Compare February 13, 2025 14:49
@rudy-6-4 rudy-6-4 merged commit 83614a4 into main Feb 13, 2025
9 checks passed
@rudy-6-4 rudy-6-4 deleted the rudy/chore/alter_computations_drop_output_type branch February 13, 2025 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants