Skip to content

Create separate method for creating objects using Signed Denom #1996

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

Draft
wants to merge 66 commits into
base: main
Choose a base branch
from

Conversation

mj850
Copy link
Contributor

@mj850 mj850 commented Dec 19, 2024

Describe your changes and provide context

Testing performed to validate your change

dssei and others added 30 commits December 6, 2024 17:39
* scaffolding for new module

* keeper scaffolding

* scaffold with types

* go sum

* comments pt1

* comments

* drop prev580
* pending balance type

* convert apply pending balance to a message type

* close account type
* new types

* add deposit to msgs

* add import issues

* revert evm/params to old state

* withdraw with tests

* small changes

* refactor and add tests

* comment
* Genesis draft

* revert evm params

* revert evm params -2

* working simple test

* linting

* addressing linter errors

* remove creating address for now
* add genesis init/export tests

* refactor store

* confidential transfers queries

* working draft test

* more tests

* refactor tests

* all accounts query

* formatting

* add pagination to request/response

* update implementation to use paginated response instead

* formatting

* remove redundant param

* all accounts with denoms

* clean up commented code

* return GetAccount back to keeper

* formatting
* new types

* add deposit to msgs

* add import issues

* revert evm/params to old state

* withdraw with tests

* small changes

* refactor and add tests

* comment

* refactor initialize type

* types

* non module account types

* msg server methods with module accounts

* tests scaffold

* add msg server tests

* codeql

* test issues

* test improvements

* comments

* todo

* app
* basic cli and first draft command for ct module

* add second command draft

* draft of init account

* close account update

* lint errors
* update codec

* cleanup and queryies

* enable in module

* add other query

* fix bug

* fix lint

* add decryption query

* cleanup

* validate address

* comments

* rectify test failures

* speed up withdraw test

* make other tests slightly faster
* - fix ct account by address and denom REST query
- update swagger

* - regenerate with latest changes
- set module version to 1
mj850 and others added 28 commits December 6, 2024 17:51
* test new verifier

* update to prod version

* update cryptography version

* try optimize test

* add optimization

* small optimization
- update kryptology version
* - remove dead code
- add test for keys

* - basic test for transfer object

* - transfer invalid inputs

* - wrong private key test

* - refactor tests

* - refactor tests
- tests for createTransferPartyParams

* - add more checks to transfers

* - tests for VerifyTransferProofs

* - tests for VerifyTransferProofs

* fix tests
* change key devrivation

* hash again

* version

* issues

* types test

* add tests

* bump unit test timeout

* add fixed prefix before hashing denom

* mertge issues
* Consume gas before verifying range proof

* bump timeout

* uint64

* test issue
* - transfer precompile draft

* - formating

* - flatten abi.json

* - refactor test

* - more tests

* - self-review tweaks
@mj850 mj850 changed the base branch from main to feature/ct_module December 19, 2024 09:49
Base automatically changed from feature/ct_module to main April 4, 2025 13:16
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.

2 participants