-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Revert sig_block_height (#434)
* Revert "feat: Introduce sig block height for the new replay protection (#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 * Revert "feat: Introduce sig block height for the new replay protection (#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 * fix: fix lint warning. * chore: add changelog about this pr * fix typo * chore: fix CHANGELOG.md links display error * Update x/auth/tx/direct.go fix: wrong comment. Co-authored-by: Sujong Lee <[email protected]> Co-authored-by: Sujong Lee <[email protected]>
- Loading branch information
Showing
100 changed files
with
891 additions
and
1,801 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.