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

Porting: auth module #3

Merged
merged 77 commits into from
Apr 8, 2024
Merged

Porting: auth module #3

merged 77 commits into from
Apr 8, 2024

Commits on Dec 19, 2023

  1. POS-1956: solved conflicts

    Raneet10 authored and marcello33 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    4ceccc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    4d6140f View commit details
    Browse the repository at this point in the history
  2. POS-1956: remove comment

    marcello33 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2f2ddd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9a7c37 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. chg: rename todo comments

    marcello33 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    fcac051 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. chg: comments

    marcello33 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    8123aa1 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Addressed a few TODOs in auth (#2)

    * resolved todos in keeper.go (except 1)
    
    * updated x/auth/keeper/grpc_query.go with comments
    
    * added comments in auth/module.go
    
    * removed depinject from auth.ModuleInputs
    
    * resolved TODOs in auth/keeper/genesis (created NewBaseAccount and passed to processor)
    
    * removed some TODOs from x/auth/types/account.go
    
    * added few comments in x/auth/ante/ante.go
    
    * few final comments and modifications
    pratikspatil024 authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    8aceb4f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. add: generate proto files

    marcello33 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e75acca View commit details
    Browse the repository at this point in the history
  2. chg: solve some TODOs

    marcello33 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a2ec75d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    9f51c06 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    657e46b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0c499c View commit details
    Browse the repository at this point in the history
  3. chg: fix on signers loop

    marcello33 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3ee22f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a15691 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39a464c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf8ae78 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    c377f37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68c4dd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    143ef85 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    ed53734 View commit details
    Browse the repository at this point in the history
  2. chg: minor changes

    marcello33 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3cd34c2 View commit details
    Browse the repository at this point in the history
  3. chg: modify auth README

    marcello33 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5191323 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4beee86 View commit details
    Browse the repository at this point in the history
  5. chg: improve comments

    marcello33 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d3d57e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    c1fd6e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d79d74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fd330b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. chg: remove bech22-related code / remove hex prefix / replace feeColl…

    …ector with bankKeeper / address PR comments
    marcello33 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7e59e70 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    d2cc050 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a34d0f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a803b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    0884eac View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. chg: remove StdTxRaw

    marcello33 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b2d4799 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. chg: address PR comments

    marcello33 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f3cdd0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6079b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. chg: fix VerifyAddressFormat / move fees reletad vars / remove ante h…

    …andlers in simapp / adapt tests
    marcello33 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    64f44d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    12da55e View commit details
    Browse the repository at this point in the history
  2. chg: increase test balances to pay for the DefaultMaxFee in heimdall …

    …/ re-enable TestAccountRetriever test
    marcello33 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9486518 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. chg: update a comment

    marcello33 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b964fe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c03d58f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    eb1099d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. fix typo in client/keys/show.go

    Co-authored-by: Sergio Mena <[email protected]>
    marcello33 and sergio-mena authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4e6b2cb View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    bb8d126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aedf199 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    1d5b4de View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    41586e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc3c0b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72a91eb View commit details
    Browse the repository at this point in the history
  4. chg: disable multisig

    marcello33 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    53184ba View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    c49d478 View commit details
    Browse the repository at this point in the history
  2. chg: address PR comments

    marcello33 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d083758 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7509eb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    75d2228 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a27c66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3a7a8e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    5090ab2 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. chg: address PR comments

    marcello33 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d3b8a83 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. chg: address PR comments

    marcello33 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    fdf810e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. chg: go mod tidy all

    marcello33 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e11d26f View commit details
    Browse the repository at this point in the history
  2. chg: merge auth

    marcello33 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0e2036e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e6c75e View commit details
    Browse the repository at this point in the history
  4. chg: go mod tidy

    marcello33 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c548cd3 View commit details
    Browse the repository at this point in the history
  5. chg: fix tests

    marcello33 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    018f92a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e0b70e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    e64ddcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f98b3ae View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. chg: address comments

    marcello33 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    722da0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a852574 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    f848064 View commit details
    Browse the repository at this point in the history
  2. chg: merge develop

    marcello33 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    fe23fc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b48bfdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d86dab8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    b2da314 View commit details
    Browse the repository at this point in the history
  2. chg: remove heimdall types

    marcello33 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7276d2a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. chg: fix keyring tests

    marcello33 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    aceef00 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Porting: gov module (#7)

    * add: port gov module
    
    * chg: implement WeightedVoteOptions with constraints
    
    * chg: better TODOs descriptions
    
    * chg: POS-2135: fix some tests
    
    * chg: POS-2135: fix more tests
    
    * chg: POS-2135: update an address format
    
    * chg: fix few more tests
    
    * chg: fix few more tests
    
    * chg: fix some tests / temp revert some others to properly tune params later on
    
    * chg: fix TestHooks
    
    * chg: fix burn related methods / fix tests
    
    * chg: fix query for WeightedVoteOptions / better comments
    
    * chg: fix all tests in gov module
    
    * chg: fix a staking integration test
    
    * chg: POS-2142: edit gov readme
    
    * chg: use AccAddressFromHex in tests instead of addressCodec
    
    * chg: enable one test / provide better context for the only skipped test
    
    * chg: use hex acc addresses in gov tests
    
    * chg: return empty string on ProposalType normalization
    
    * chg: remove TextProposals / add comment for Msgs auto-execution
    
    * chg: re-enable textProposals / TBD with team
    
    * chg: remove comment
    
    * chg: better context for HV2 TODOs
    
    * chg: filter out non valid proposals msgs types and content
    
    * chg: fix typeUrls
    
    * chg: filter out not supported messages at time of proposals submit / fix tests accordingly
    
    * chg: go mod tidy
    
    * chg: address PR comments: filtering dedicated file / test msg types / edit comments
    
    * chg: register interfaces in gov test app
    
    * chg: better context for comments
    
    * chg: comment for future improvements
    
    * chg: consistent example of gov tx for submit proposal
    
    * chg: add msgServers in testApp to allow additional MsgUpdateParams types
    
    * chg: fix tests after merge
    
    * chg: update go deps for sdk and simapp
    
    * chg: comment
    
    * chg: comment in README for further actions
    
    ---------
    
    Co-authored-by: Raneet Debnath <[email protected]>
    marcello33 and Raneet10 authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4e252ce View commit details
    Browse the repository at this point in the history
  2. Porting: bank module (#5)

    * proto,x/bank: initial port of heimdall related changes for bank module
    
    * x/bank: rm moduleName param from SubtractCoins + rm MsgSetSendEnabled,add MsgMultiSend to amino registry + rm unused commented code
    
    * simapp,x/auth,x/bank: address PR comments
    
    * x/bank: change feeAmount to defaultFeeAmount in test
    
    * x/bank: address PR comments
    
    * x/bank: use CreateRandomValidatorSet instead of manually initialising validator set in tests
    
    * x/bank,proto: change heimdall v2 comment format
    
    * all: fix broken simapp dep
    
    * x/bank: rm SetCoins
    
    * x/auth,x/bank: modify bank tests with assertions for fee_collector and account balances
    
    * x/bank: minor code refactors
    Raneet10 authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5781487 View commit details
    Browse the repository at this point in the history