laconicd-deprecated/app/ante
MalteHerrmann f2549a7b76
Release v0.20-rc5 (#1569)
* build(deps): bump github.com/cosmos/cosmos-sdk from 0.46.6 to 0.46.7 (#1551)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.46.6 to 0.46.7.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmos-sdk/compare/v0.46.6...v0.46.7)

---
updated-dependencies:
- dependency-name: github.com/cosmos/cosmos-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump github.com/cosmos/ibc-go/v5 from 5.1.0 to 5.2.0 (#1564)

Bumps [github.com/cosmos/ibc-go/v5](https://github.com/cosmos/ibc-go) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v5.2.0/CHANGELOG.md)
- [Commits](https://github.com/cosmos/ibc-go/compare/v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* make missing key error message during SendTransaction more verbose (#1563)

Co-authored-by: 4rgon4ut <59182467+4rgon4ut@users.noreply.github.com>

* debug(app): add flag to disable optimized build for remote debugging (#1549)

Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* Problem: personal_newAccount don't work (#1561)

fix the internal parameter.

* fix(ante): fix reCheckTx gas wanted (#1566)

* fix(abci): fix reCheckTx gas wanted'

* fix(ante): add changelog entry

* fix(cli): fix Ledger signature algorithm verification (#1550)

* fix: update Ledger default algorithm to `EthSecp256k1`

* fix ledger signing algo validation

* changelog

Co-authored-by: Freddy Caceres <facs95@gmail.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* update changelog

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 4rgon4ut <59182467+4rgon4ut@users.noreply.github.com>
Co-authored-by: Tomas Guerra <54514587+GAtom22@users.noreply.github.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Austin Chandra <austinchandra@berkeley.edu>
Co-authored-by: Freddy Caceres <facs95@gmail.com>
2022-12-22 12:20:42 +01:00
..
ante_test.go release: v0.20-rc3 changelog (#1517) 2022-11-30 18:00:19 +01:00
ante.go chore: release v0.20.0-rc3 (#1529) 2022-12-02 15:03:41 +01:00
doc.go imp(tests): prune node integration tests (#1212) 2022-08-08 10:17:10 +02:00
eip712.go chore: release v0.20.0-rc3 (#1529) 2022-12-02 15:03:41 +01:00
eth_test.go chore: release v0.20.0-rc3 (#1529) 2022-12-02 15:03:41 +01:00
eth.go Release v0.20-rc5 (#1569) 2022-12-22 12:20:42 +01:00
fee_checker_test.go feat!: Apply feemarket to native cosmos tx (#1194) 2022-08-10 18:33:38 -04:00
fee_checker.go release: v0.20-rc3 changelog (#1517) 2022-11-30 18:00:19 +01:00
fee_market_test.go !feat(deps): Upgrade cosmos-sdk to v0.46.0 (#1168) 2022-07-28 15:43:49 +02:00
fee_market.go release: v0.20-rc3 changelog (#1517) 2022-11-30 18:00:19 +01:00
fees_test.go release: v0.20-rc3 changelog (#1517) 2022-11-30 18:00:19 +01:00
fees.go release: v0.20-rc3 changelog (#1517) 2022-11-30 18:00:19 +01:00
handler_options.go chore: release v0.20.0-rc3 (#1529) 2022-12-02 15:03:41 +01:00
interfaces.go release: v0.20-rc3 changelog (#1517) 2022-11-30 18:00:19 +01:00
reject_msgs.go release: v0.20-rc3 changelog (#1517) 2022-11-30 18:00:19 +01:00
setup_test.go release: v0.20-rc3 changelog (#1517) 2022-11-30 18:00:19 +01:00
setup.go release: v0.20-rc3 changelog (#1517) 2022-11-30 18:00:19 +01:00
signverify_test.go release: v0.20-rc3 changelog (#1517) 2022-11-30 18:00:19 +01:00
sigs_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
sigverify.go release: v0.20-rc3 changelog (#1517) 2022-11-30 18:00:19 +01:00
utils_test.go chore(release): v0.20-rc4 (#1546) 2022-12-09 18:14:28 +01:00