Skip to content

Commit

Permalink
Merge pull request #186 from Fairblock/unit-tests
Browse files Browse the repository at this point in the history
adding functionlity for private keyshares and decryption query
  • Loading branch information
p0p3yee authored Sep 23, 2024
2 parents f2d755d + c1cbe39 commit 4cf563e
Show file tree
Hide file tree
Showing 145 changed files with 27,066 additions and 36,555 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vue/
vue/node_modules
vue/dist
release/
Expand Down
3,595 changes: 3,231 additions & 364 deletions api/fairyring/common/shared_types.pulsar.go

Large diffs are not rendered by default.

902 changes: 886 additions & 16 deletions api/fairyring/keyshare/general_key_share.pulsar.go

Large diffs are not rendered by default.

5,104 changes: 4,383 additions & 721 deletions api/fairyring/keyshare/packet.pulsar.go

Large diffs are not rendered by default.

1,142 changes: 1,083 additions & 59 deletions api/fairyring/keyshare/requested_keyshare.pulsar.go

Large diffs are not rendered by default.

1,477 changes: 1,378 additions & 99 deletions api/fairyring/keyshare/tx.pulsar.go

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions api/fairyring/keyshare/tx_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

147 changes: 121 additions & 26 deletions api/fairyring/pep/params.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4cf563e

Please sign in to comment.