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

move from coniks to optiks #26

Merged
merged 44 commits into from
Oct 8, 2024
Merged

move from coniks to optiks #26

merged 44 commits into from
Oct 8, 2024

Conversation

sanjit-bhat
Copy link
Member

  • 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

… for consistent decoding. make decode args have canonical names for easier proof
@sanjit-bhat sanjit-bhat enabled auto-merge October 8, 2024 19:33
@sanjit-bhat sanjit-bhat merged commit 408220a into main Oct 8, 2024
5 checks passed
@sanjit-bhat sanjit-bhat deleted the optiks branch October 8, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant