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

Bls v0.42 #119

Merged
merged 12 commits into from
Nov 24, 2021
Merged

Bls v0.42 #119

merged 12 commits into from
Nov 24, 2021

Commits on Nov 12, 2021

  1. Bls (#104)

    * bls signature for basic account
    
    * benchmark for bls and ed25519
    
    * added bls sig verify cost to genesis
    
    * Revert "Merge branch 'fetchai:master' into bls"
    
    This reverts commit a5dd8ea, reversing
    changes made to 082e071.
    
    * format using go tools
    
    * nuisance golangci-lint errors
    kitounliu authored and daeMOn63 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    69515d4 View commit details
    Browse the repository at this point in the history
  2. Bls (#105)

    * bls signature for basic account
    
    * benchmark for bls and ed25519
    
    * added bls sig verify cost to genesis
    
    * Revert "Merge branch 'fetchai:master' into bls"
    
    This reverts commit a5dd8ea, reversing
    changes made to 082e071.
    
    * format using go tools
    
    * nuisance golangci-lint errors
    
    * POP interfaces in accounts and authentication
    
    * add bls multsig operations
    
    * fixed golangci-lint error
    
    * changes after comments
    kitounliu authored and daeMOn63 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    8856c68 View commit details
    Browse the repository at this point in the history
  3. change codespace for invalid pop error

    kitty authored and daeMOn63 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    450657c View commit details
    Browse the repository at this point in the history
  4. extend migrate with bls cost

    kitty authored and daeMOn63 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    bcf84d5 View commit details
    Browse the repository at this point in the history
  5. set bls cost multiplier

    kitty authored and daeMOn63 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    0502d27 View commit details
    Browse the repository at this point in the history
  6. fix ante test errors

    kitty authored and daeMOn63 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    50ccad3 View commit details
    Browse the repository at this point in the history
  7. feat: Caelum (#111)

    * bls signature for basic account
    
    * benchmark for bls and ed25519
    
    * added bls sig verify cost to genesis
    
    * Revert "Merge branch 'fetchai:master' into bls"
    
    This reverts commit a5dd8ea, reversing
    changes made to 082e071.
    
    * format using go tools
    
    * nuisance golangci-lint errors
    
    * Bls (#104)
    
    * bls signature for basic account
    
    * benchmark for bls and ed25519
    
    * added bls sig verify cost to genesis
    
    * Revert "Merge branch 'fetchai:master' into bls"
    
    This reverts commit a5dd8ea, reversing
    changes made to 082e071.
    
    * format using go tools
    
    * nuisance golangci-lint errors
    
    * POP interfaces in accounts and authentication
    
    * add bls multsig operations
    
    * fixed golangci-lint error
    
    * changes after comments
    
    * initial commit from regen-ledger/x/group v1.0.0
    
    * minor changes to bls12381 key generation
    
    * initial commit from regen-ledger/proto/regen/group v1.0.0
    
    * group module compatibility for fetchai cosomos-sdk
    
    * add bls account restriction to group members
    
    * fix bug in setting pop
    
    * make msg uniqueness checking optional
    
    * add bls basic/aggregate vote
    
    * add checking on empty messages/public keys
    
    * add gas caclulation/consumption for verifying aggregated votes
    
    * minor change to gas calculation for voteagg
    
    * initial commit for orm and types from regen-ledger v2.0.0-beta1
    
    * upgrade testsuite to regen-ledger v2.0.0-beta1
    
    * make bls requirement for group members optional
    
    * add tests for bls related group operations
    
    * client and server for poll and aggregated votes and integration tests
    
    * fix bls related test errors
    
    * fix proto-lint errors
    
    * goimport format
    
    * proto comments
    
    * update blst to v0.3.5 and more tests for bls
    
    * Update x/auth/ante/sigverify.go
    
    Co-authored-by: daeMOn <[email protected]>
    
    * Update x/group/client/util.go
    
    Co-authored-by: daeMOn <[email protected]>
    
    Co-authored-by: daeMOn <[email protected]>
    daeMOn63 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    46695a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df821ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b2280c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e85620f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    492e70c View commit details
    Browse the repository at this point in the history
  12. chores: fix lint

    daeMOn63 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a1b9f22 View commit details
    Browse the repository at this point in the history