laconicd/app/ante
yihuang e437c4331d
fix: increase nonce in ante handler for contract creation tx (#809)
Closes: #808
Solution:
- move nonce increment to ante handler
- revert nonce increment in apply message

build(deps): bump github.com/spf13/viper from 1.9.0 to 1.10.0 (#833)

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

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

fix: remove unused code (#834)

Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

rm

rm pkg

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2021-12-16 22:35:28 +00:00
..
ante_test.go fix: increase nonce in ante handler for contract creation tx (#809) 2021-12-16 22:35:28 +00:00
ante.go fix: remove redundant ante handler (#819) 2021-12-15 02:53:03 +00:00
doc.go ante: switch ethAnteHandler to use AnteDecorators (#252) 2020-04-17 18:32:01 -04:00
eth_test.go fix: increase nonce in ante handler for contract creation tx (#809) 2021-12-16 22:35:28 +00:00
eth.go fix: increase nonce in ante handler for contract creation tx (#809) 2021-12-16 22:35:28 +00:00
sigs_test.go fix: tx fields are not authenticated by signature (#703) 2021-11-08 14:00:35 +01:00
utils_test.go tests: DynamicFeeTx (#649) 2021-10-19 08:49:29 +00:00