laconicd-deprecated/x/evm
MalteHerrmann 6455785c04
fix: protogen scripts were not correctly implemented (#1466)
* Delete local copy of third party proto files

* Update protocgen script and buf yaml files to mirror cosmos-sdk

* Update makefile commands for proto-gen and proto-swagger-gen to correctly use docker

* Commit changed .pb.go files after updating the protogen scripts

* Adjust grep in proto-tools-installer script to look for correct gogoproto replacement

* address reviews - remove unnecessary ignore in buf.yaml and cosmos-sdk download in the protocgen script

* remove proto-update-deps from makefile as we don't store local copies of third party protofiles anymore

* Add changelog entry

* Update protoc-swagger-gen.sh

* Remove third party queries from swagger-ui config (for now)

* fix integrations tests

* fix dead changelog links (markdown-link-check)

Co-authored-by: Freddy Caceres <facs95@gmail.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-11-17 12:35:54 +01:00
..
client/cli chore(cli): apply google CLI Syntax for required and optional args (#1417) 2022-10-31 17:47:57 +00:00
keeper chore (deps): Update geth version to v1.10.25 (#1413) 2022-11-16 12:59:12 -05:00
migrations refactor(all): refactor errors import to use cosmossdk.io (#1456) 2022-11-14 20:40:14 +01:00
simulation chore: Gofumpt (#1298) 2022-08-26 10:30:55 +00:00
spec chore(cli): apply google CLI Syntax for required and optional args (#1417) 2022-10-31 17:47:57 +00:00
statedb refactor(all): refactor errors import to use cosmossdk.io (#1456) 2022-11-14 20:40:14 +01:00
types fix: protogen scripts were not correctly implemented (#1466) 2022-11-17 12:35:54 +01:00
vm imp(evm): stateless custom precompiles (#1272) 2022-09-15 13:54:02 +02:00
genesis_test.go fix(evm): skip hash check when the code has been deleted (#1320) 2022-10-19 12:29:24 +00:00
genesis.go fix(evm): skip hash check when the code has been deleted (#1320) 2022-10-19 12:29:24 +00:00
handler_test.go chore: Gofumpt (#1298) 2022-08-26 10:30:55 +00:00
handler.go refactor(all): refactor errors import to use cosmossdk.io (#1456) 2022-11-14 20:40:14 +01:00
module.go imp(deps): Geth upgrade v1.10.19 (#1159) 2022-07-08 10:58:04 +00:00