-
Notifications
You must be signed in to change notification settings - Fork 0
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
move from coniks to optiks #26
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
sanjit-bhat
commented
Oct 7, 2024
- add vrf to cryptoffi
- add rpcffi. need to find workaround for 'any' type
- add Encode to rpcffi
- finish server
- finish auditor
- finish client
- remove hash chain. clients check their digs directly.
- copy netffi from gokv and refactor
- some cleanup
- start advrpc
- goose machine -> primitive
- add adversarial rpc lib
- tests for advrpc and netffi
- cryptoffi RandBytes
- rpc: rename .golden -> .golden.go for syntax highlighting
- rpc: add diff color and change to/from files
- rpc: make methods public, avoid duplicate var names for multi-rcvr calls (workaround for goose bug), rm err type
- update deps
- dependabot: 4am for all ecosystems, monthly actions
- rpc: add nested struct support. change decode to be func, not method, for consistent decoding. make decode args have canonical names for easier proof
- rpc: remove printast
- rpc: small cleanup
- rpc: change encoding from method to func for consis, and slice passing style for efficiency and consis
- rpc: rename read / write -> encode / decode for consis
- rpc: rm support for fixed-len byte slices
- rpc: support list of struct
- rpc: support map ty's, add start of general custom ty infra
- rm coniks impl
- rpc: forgot to ret nil obj in decode err case
- rpc: rename rpc -> serde
- chkpt progress on integrating kt2 w advrpc and mapVal epoch,comm change
- distinguish proofs bw Put, Get, SelfMon
- Get hist obj should hide old vals
- adapt client to all the recent changes
- first draft of overall test
- fix merkle bug. overflow when fetching path proof
- fix bugs in server and client. TC passes
- rename kt2 -> kt
- make goose happy
…lls (workaround for goose bug), rm err type
… for consistent decoding. make decode args have canonical names for easier proof
…g style for efficiency and consis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.