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: Revert sig_block_height #434

Merged
merged 8 commits into from
Feb 16, 2022
Merged

feat: Revert sig_block_height #434

merged 8 commits into from
Feb 16, 2022

Commits on Feb 11, 2022

  1. Revert "feat: Introduce sig block height for the new replay protection (

    Finschia#265)"
    
    This reverts commit c1c71f1.
    
    # Conflicts:
    #	CHANGELOG.md
    #	baseapp/msg_service_router_test.go
    #	client/tx/tx.go
    #	codec/amino_codec_test.go
    #	docs/core/proto-docs.md
    #	proto/lbm/auth/v1/auth.proto
    #	server/grpc/server_test.go
    #	simapp/genesis_account_test.go
    #	simapp/test_helpers.go
    #	testutil/testdata/unknonwnproto.pb.go
    #	types/errors/errors.go
    #	types/grpc/headers.go
    #	types/rest/rest_test.go
    #	types/tx/tx.pb.go
    #	types/tx/types.go
    #	x/auth/ante/ante.go
    #	x/auth/ante/ante_test.go
    #	x/auth/ante/sigverify_test.go
    #	x/auth/ante/testutil_test.go
    #	x/auth/client/cli/cli_test.go
    #	x/auth/keeper/keeper.go
    #	x/auth/legacy/legacytx/amino_signing_test.go
    #	x/auth/signing/handler_map_test.go
    #	x/auth/signing/verify_test.go
    #	x/auth/simulation/decoder.go
    #	x/auth/simulation/genesis.go
    #	x/auth/tx/builder.go
    #	x/auth/tx/direct_test.go
    #	x/auth/tx/legacy_amino_json_test.go
    #	x/auth/types/account.go
    #	x/auth/types/account_retriever.go
    #	x/auth/types/account_test.go
    #	x/auth/types/auth.pb.go
    #	x/auth/types/params.go
    #	x/auth/vesting/types/vesting_account.go
    #	x/auth/vesting/types/vesting_account_test.go
    #	x/evidence/keeper/keeper_test.go
    #	x/ibc/testing/chain.go
    #	x/wasm/keeper/keeper_test.go
    #	x/wasm/keeper/submsg_test.go
    zemyblue committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    f504e28 View commit details
    Browse the repository at this point in the history
  2. Revert "feat: Introduce sig block height for the new replay protection (

    Finschia#265)"
    
    This reverts commit c1c71f1.
    
    # Conflicts:
    #	CHANGELOG.md
    #	baseapp/msg_service_router_test.go
    #	client/tx/tx.go
    #	codec/amino_codec_test.go
    #	docs/core/proto-docs.md
    #	proto/lbm/auth/v1/auth.proto
    #	server/grpc/server_test.go
    #	simapp/genesis_account_test.go
    #	simapp/test_helpers.go
    #	testutil/testdata/unknonwnproto.pb.go
    #	types/errors/errors.go
    #	types/grpc/headers.go
    #	types/rest/rest_test.go
    #	types/tx/tx.pb.go
    #	types/tx/types.go
    #	x/auth/ante/ante.go
    #	x/auth/ante/ante_test.go
    #	x/auth/ante/sigverify_test.go
    #	x/auth/ante/testutil_test.go
    #	x/auth/client/cli/cli_test.go
    #	x/auth/keeper/keeper.go
    #	x/auth/legacy/legacytx/amino_signing_test.go
    #	x/auth/signing/handler_map_test.go
    #	x/auth/signing/verify_test.go
    #	x/auth/simulation/decoder.go
    #	x/auth/simulation/genesis.go
    #	x/auth/tx/builder.go
    #	x/auth/tx/direct_test.go
    #	x/auth/tx/legacy_amino_json_test.go
    #	x/auth/types/account.go
    #	x/auth/types/account_retriever.go
    #	x/auth/types/account_test.go
    #	x/auth/types/auth.pb.go
    #	x/auth/types/params.go
    #	x/auth/vesting/types/vesting_account.go
    #	x/auth/vesting/types/vesting_account_test.go
    #	x/evidence/keeper/keeper_test.go
    #	x/ibc/testing/chain.go
    #	x/wasm/keeper/keeper_test.go
    #	x/wasm/keeper/submsg_test.go
    zemyblue committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    684a30b View commit details
    Browse the repository at this point in the history
  3. fix: fix lint warning.

    zemyblue committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    79617f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6238208 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. fix typo

    zemyblue committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    3556ace View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    857fe16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a194422 View commit details
    Browse the repository at this point in the history
  4. Update x/auth/tx/direct.go

    fix: wrong comment.
    
    Co-authored-by: Sujong Lee <leesj9476@naver.com>
    zemyblue and dudong2 authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    3bbaa2f View commit details
    Browse the repository at this point in the history