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

feat!: replace a some same proto message to Tendermint #546

Merged
merged 27 commits into from
Feb 1, 2023

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    45bef51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    413b59e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7235ef1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89527e3 View commit details
    Browse the repository at this point in the history
  5. feat: clean up proto/ostracon/crypto directory proto

    (cherry picked from commit 1eeb90f)
    zemyblue committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    9e23a22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b02c87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    051dc7f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db4a266 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    86c84be View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fbe0cfe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    29ca21d View commit details
    Browse the repository at this point in the history
  12. chore: change import alias

    * abci -> ocabci
    * tmabci -> abci
    zemyblue committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3f3c9b7 View commit details
    Browse the repository at this point in the history
  13. feat: clean up the PublicKey of ostracon/crypto/keys message and …

    …`AuthSigMessage` of `ostracon/p2p/conn`
    zemyblue committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    02f81a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. feat!: replace types.validator.proto to Tendermint proto

     - ValidatorSet, Validator, SimpleValidator
    zemyblue committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    3668c26 View commit details
    Browse the repository at this point in the history
  2. feat!: replace abci/types.proto and state/types.proto to Tendermi…

    …nt proto.
    
      - abci.RequestInitChain
      - abci.ResponseEndBlock
      - abci.LastCommitInfo
      - abci.Validator
      - abci.ValidatorUpdate
      - abci.VoterInfo
      - state.ValidatorsInfo
    zemyblue committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    0bc4c6f View commit details
    Browse the repository at this point in the history
  3. feat!: replace privval/types.proto and types/types.proto to Tende…

    …rmint proto.
    
      - privval.PubKeyResponse
      - types.Commit
    zemyblue committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    faf3811 View commit details
    Browse the repository at this point in the history
  4. feat!: replace abci/types.proto to Tendermint proto.

      - abci.Evidence
    zemyblue committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    27e06e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0477a75 View commit details
    Browse the repository at this point in the history
  6. chore: fix proto lint error.

    zemyblue committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    93d0293 View commit details
    Browse the repository at this point in the history
  7. chore: apply proto-format

    zemyblue committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    c545fd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Merge branch 'main' into change_proto_path3

    * main:
      build(deps): Bump github.com/spf13/viper from 1.14.0 to 1.15.0 (Finschia#545)
      build(deps): Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (Finschia#547)
    
    # Conflicts:
    #	go.sum
    zemyblue committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    2142b2a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    2ab8ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6228cf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Update abci/client/local_client.go

    Apply feed-back
    
    Co-authored-by: Toshimasa Nasu <toshimasa_nasu@hotmail.com>
    zemyblue and tnasu authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    167616b View commit details
    Browse the repository at this point in the history
  2. Update mempool/clist_mempool_test.go

    chore: apply feed-back
    
    Co-authored-by: Toshimasa Nasu <toshimasa_nasu@hotmail.com>
    zemyblue and tnasu authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    ad02e74 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

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