Freddy Caceres
4317929b1e
Skip undeterministic integration test ( #1531 )
...
* skip undeterministic integration test
* fix flake
* update gomod2nix
2022-12-08 17:19:13 -05:00
MalteHerrmann
51a3d6102e
imp (docs): Point to Evmos mempool docs for tx prioritization ( #1536 )
...
* Adjust priority tip docs to point to Evmos mempool docs
* remove some typos and out of place commas in feemarket concepts
* add missing "in"
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-12-07 15:32:38 +00:00
dependabot[bot]
9f23f29942
build(deps): bump technote-space/get-diff-action from 6.1.1 to 6.1.2 ( #1541 )
...
Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action ) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/technote-space/get-diff-action/releases )
- [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc )
- [Commits](https://github.com/technote-space/get-diff-action/compare/v6.1.1...v6.1.2 )
---
updated-dependencies:
- dependency-name: technote-space/get-diff-action
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>
2022-12-07 16:30:42 +01:00
dependabot[bot]
876569145d
build(deps): bump golang.org/x/net from 0.3.0 to 0.4.0 ( #1542 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/compare/v0.3.0...v0.4.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
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>
2022-12-07 15:08:31 +04:00
dependabot[bot]
6a32c00446
build(deps): bump golang.org/x/net from 0.2.0 to 0.3.0 ( #1535 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/compare/v0.2.0...v0.3.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
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>
2022-12-06 21:44:52 +00:00
dependabot[bot]
040c3a625c
build(deps): bump qs from 6.5.2 to 6.5.3 in /tests/solidity ( #1537 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3 )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
...
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>
2022-12-06 22:37:25 +01:00
dependabot[bot]
10a9b77bd8
build(deps): bump golang.org/x/text from 0.4.0 to 0.5.0 ( #1534 )
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.4.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
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>
2022-12-05 13:52:29 +01:00
Austin Chandra
d3650ad96e
fix: Bump Go-Ethereum dependency to 1.10.26 ( #1532 )
...
* fix: Bump Go-Ethereum dependency to 1.10.26
* Add changelog entry
2022-12-05 05:34:41 -05:00
Austin Chandra
39309e0b21
chore(evm): add comment regarding RANDOM opcode ( #1520 )
...
* fix: add random field to BlockContext using block header hash
* add comment
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-12-02 14:00:46 +01:00
Federico Kunze Küllmer
9077172f8e
feat(ci): add Golang dependency vulnerability check ( #1528 )
...
* feat(ci): add Golang dependency vulnerability check
* update
* check run
* c++
2022-12-02 12:57:14 +00:00
Austin Chandra
d9fc67769b
chore(ante): deprecate legacy EIP-712 signature verification via AnteHandler ( #1521 )
...
* fix: rename EIP-712 sig. verification to indicate Legacy status
* Add changelog entry
* Update changelog, refactor implementation, update comments
* Apply suggestions from code review
* address comments
* changelog
* Update CHANGELOG.md
Co-authored-by: Vladislav Varadinov <vladislav.varadinov@gmail.com>
* fix test
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Vladislav Varadinov <vladislav.varadinov@gmail.com>
2022-12-02 12:38:34 +00:00
Adi Saravanan
a230c0ec2c
tests(integration): block gas limit tests ( #1500 )
...
* added antehandler test
* add integration tests
* add back gas call test
* added integration tests v2
* linters
* Update tests/integration_tests/test_gas.py
* Update tests/integration_tests/test_gas.py
* update gomod2nix
* Update tests/integration_tests/test_gas.py
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Freddy Caceres <facs95@gmail.com>
2022-12-02 12:23:11 +00:00
dependabot[bot]
5b43aab0d5
build(deps): bump decode-uri-component in /tests/solidity ( #1526 )
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
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>
2022-12-02 12:15:05 +01:00
dependabot[bot]
1154b1edfd
build(deps): bump github.com/cosmos/cosmos-proto ( #1525 )
...
Bumps [github.com/cosmos/cosmos-proto](https://github.com/cosmos/cosmos-proto ) from 1.0.0-alpha8 to 1.0.0-beta.1.
- [Release notes](https://github.com/cosmos/cosmos-proto/releases )
- [Commits](https://github.com/cosmos/cosmos-proto/compare/v1.0.0-alpha8...v1.0.0-beta.1 )
---
updated-dependencies:
- dependency-name: github.com/cosmos/cosmos-proto
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>
2022-12-02 12:06:17 +01:00
Federico Kunze Küllmer
fac90c1e3d
chore(all): markdownlint ( #1522 )
2022-12-01 17:56:44 +01:00
Tomas Guerra
7a042c488c
tests(filters): add logs by topic test case ( #1515 )
...
* tests(filters) add logs by topic test case
* fix(logs): add getLogs http call in test
* tests(logs) add test case for getLogs by topic
* tests(logs) fix lint errors
2022-12-01 14:41:35 +00:00
dependabot[bot]
7f8b51e4c6
build(deps): bump minimist in /tests/integration_tests/hardhat ( #1516 )
...
Bumps [minimist](https://github.com/minimistjs/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/minimistjs/minimist/releases )
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
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>
2022-11-30 19:25:06 +01:00
Tomas Guerra
ecd76396eb
tests(filters): add/improve integration tests for JSON-RPC methods ( #1480 )
...
* tests(filters) add block hash check on newBlock filter
* tests(filters) add getLogs test cases
* tests(filters) add eth_newFilter multiple filters test cases
* tests(filters) add eth_newFilter and eth_eth_uninstallFilter test case
* tests(filters) fix linting errors
* tests(filters) fix linting error on imports
* tests(filters) add test case: register filter before contract deploy
* tests(filters) refactor logs topics assertion
* tests(filters) add topics filter test cases
* tests(filters) fix linting errors
* tests(filters) remove unnecessary package.json file
* tests(filters) update based on PR comments
* tests(filters) separate getNewBlocks failing test to a separate PR
* tests(filters) add retry on send_tx to avoid Timeout error
* tests(filters) add logs by topic and block range test case
* update gomod2nix
* tests(filters) remove test elapsed time log
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Freddy Caceres <facs95@gmail.com>
2022-11-30 13:46:49 +00:00
4rgon4ut
b59dd75a6a
fix(ci): add gitleaks config ( #1513 )
...
* fix(ci): add gitleaks config to ignore init.sh
* make ci lint init.sh
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-11-30 11:59:22 +00:00
Tomas Guerra
fac43e57b8
json-rpc(filters) fix block hash on newBlock filter ( #1503 )
...
* tests(filters) add block hash check on newBlock filter
* tests(filters) fix linting errors
* fix(filters): fix newBlock filter response
* fix(filters): add changes on CHANGELOG file
2022-11-30 08:19:58 -03:00
Federico Kunze Küllmer
7f196ce451
chore: verify fees refactor ( #1496 )
...
* chore: verify fees refactor
* adjust call structure in rest of repo after splitting up DeductTxCostsFromUserBalance
* adjust test logic after splitting DeductTxCostsFromUserBalance up
* remove outdated TODO
* address PR comments - remove import name for evm keeper
* remove misleading comment
* address review comments - only handover boolean instead of context
* remove TODO
Co-authored-by: MalteHerrmann <malteherrmann.mail@web.de>
Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>
2022-11-29 18:00:48 +01:00
Vladislav Varadinov
a5c927bf5b
Remove simulation checks ( #1507 )
...
* Add cli rollback command
it's useful in app-hash mismatch situation.
* Update CHANGELOG.md
* (refactor): removed old sim tests logic
* (fix): removed tests from CI
* (fix): fix test.yml
* (fix): format and lint
* (fix): fix linter issue
* (fix): fix linter issues v2
* (fix): linter
* (fix): removed sim-test references
* Applied changes from code review
Co-authored-by: HuangYi <huang@crypto.com>
2022-11-29 13:41:40 +02:00
Vladislav Varadinov
831588c72c
chore(feemarket): Delete deprecated migration logic ( #1508 )
...
* (refactor): Remove old migration code
* (fix): Lint and add CHANGELOG entry
2022-11-29 11:24:16 +00:00
Federico Kunze Küllmer
5fbe1099ba
fix(cmd): add missing GetAuxToFeeCommand ( #1504 )
...
Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>
2022-11-29 14:17:46 +04:00
Federico Kunze Küllmer
1788e9441d
fix(app): register node service ( #1505 )
...
* fix(app): register node service
* changelog
2022-11-28 19:34:04 +01:00
dependabot[bot]
8b9fa27c04
build(deps): bump cosmossdk.io/math from 1.0.0-beta.3 to 1.0.0-beta.4 ( #1502 )
...
Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk ) from 1.0.0-beta.3 to 1.0.0-beta.4.
- [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/math/v1.0.0-beta.3...math/v1.0.0-beta.4 )
---
updated-dependencies:
- dependency-name: cosmossdk.io/math
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>
2022-11-28 10:52:20 +00:00
MalteHerrmann
18a0bd76d7
chore(app): add store listener to Ethermint app ( #1501 )
...
* add store listener to Ethermint app
* add changelog entry
2022-11-28 11:43:54 +01:00
Vladislav Varadinov
15e4da3cda
fix(evm): Added Cancun and Shanghai blocks to ChainConfig ( #1499 )
...
* (refactor): Added Cancun and Shanghai blocks to ChainConfig
* (tests): Added test for invalid Shanghai and Cancun block
* (fix): ran proto linter
* Applied changes from code review
* Added CHANGELOG entry
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-11-25 15:07:18 +01:00
Vladislav Varadinov
8866ae0ffd
chore(evm) - Delete deprecated store migrations ( #1498 )
...
* (fix): Delete deprecated migrations
* Update x/evm/module.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-11-25 13:29:47 +00:00
Federico Kunze Küllmer
9fb4c05647
fix(server): telemetry setup ( #1497 )
...
* fix(server): telemetry setup
* more fixes
* fix
* changelog
* update standalone process
2022-11-25 13:34:50 +01:00
MalteHerrmann
3752485b27
chore: Update linter and protogen configuration ( #1478 )
...
* add protolint yaml
* Update .protolint.yml with Evmos settings
* Add super-linter.yml for GH action
* Copy .markdownlint.yml settings from Evmos
* Sort proto imports
* address protolint error in all Protobuf files
* update Makefile to mirror Proto commands for Evmos
* remove unnecessary go get command in protocgen.sh when using cosmos docker image
* copy .clang-format from Evmos repo
* apply make proto-format
* Execute make proto-all after changes to config are complete
* address last linter comment
2022-11-25 11:02:20 +01:00
Federico Kunze Küllmer
16fb2e1110
imp(ante): refactor AnteHandler ( #1479 )
...
* imp(ante): refactor AnteHandler
* fix test
* test
* Adjust deprecated sdkerrors import (#1493 )
* refactor test files
* Apply suggestions from code review
Co-authored-by: 4rgon4ut <59182467+4rgon4ut@users.noreply.github.com>
* lint
* prioritization comment
* fix test
Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>
Co-authored-by: 4rgon4ut <59182467+4rgon4ut@users.noreply.github.com>
2022-11-25 08:24:55 +00:00
mmsqe
f4c7be2efc
fix: align empty account result for old blocks as ethereum ( #1484 )
...
* align result account as ethereum
* add test_get_transaction_count
* add change doc
* sync gomod2nix
* Apply suggestions from code review
* crosscheck with ws & geth
* sync gomod2nix
* Update rpc/backend/utils.go
* use session provider
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-11-25 08:26:03 +01:00
Austin Chandra
f7f1e1c18c
chore: refactor imports naming for clarity ( #1491 )
...
* chore: refactor imports naming for clarity
* Merge main and fix conflicts
2022-11-23 12:11:34 -05:00
dependabot[bot]
99356a4d50
build(deps): bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 ( #1489 )
...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v2.5.0...v2.5.1 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
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>
2022-11-23 12:10:51 -05:00
dependabot[bot]
d8408a8966
build(deps): bump google.golang.org/grpc from 1.50.1 to 1.51.0 ( #1490 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.50.1 to 1.51.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.50.1...v1.51.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
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>
2022-11-23 11:01:41 -05:00
dependabot[bot]
712ce3b5fa
build(deps): bump alpine from 3.16.3 to 3.17.0 ( #1492 )
...
Bumps alpine from 3.16.3 to 3.17.0.
---
updated-dependencies:
- dependency-name: alpine
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>
2022-11-23 10:56:07 -05:00
Ramiro Carlucho
8256649f1d
fix(tests): Delete inconsistent test ( #1481 )
...
* Delete inconsistent test
* delete test
2022-11-23 15:06:38 +00:00
mmsqe
645e49bff5
fix: enable fixIssue172
flag for non-deterministic keyring test ( #1447 )
...
* enable fixIssue172 flag for test
for more info, https://github.com/btcsuite/btcutil/pull/182/files
* fix import
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Adi Saravanan <59209660+adisaran64@users.noreply.github.com>
Co-authored-by: Freddy Caceres <facs95@gmail.com>
2022-11-23 12:53:14 +00:00
Austin Chandra
9c41edb674
fear(eip712): Add EIP-712 encoding for multiple messages of the same type ( #1483 )
...
* Add EIP-712 encoding for multiple messages of the same type
* Fix Protobuf encoding bug
* Add ante tests
* Refactor naming and minor implementation details
* Test empty transaction coverage
* Address revisions for code clarity
* Move aminoMessage type definition
2022-11-23 13:38:23 +01:00
Federico Kunze Küllmer
f0f3810bf4
deps: bump SDK to v0.46.6 ( #1486 )
...
* deps: bump SDK to v0.46.6
* changelog
* Update CHANGELOG.md
Co-authored-by: Tomas Guerra <54514587+GAtom22@users.noreply.github.com>
Co-authored-by: Tomas Guerra <54514587+GAtom22@users.noreply.github.com>
2022-11-22 11:08:36 +01:00
v-homsi
391cfa966a
Remove unbound labels from added custom tendermint metrics ( #1434 )
...
* Remove unbound labels from added custom tendermint metrics
* Add entry to changelog
2022-11-20 18:43:18 -05:00
MalteHerrmann
f70dafde5a
chore: update proto make commands ( #1471 )
...
* Update proto make commands to use cosmos docker image and add notes for possible problems
* Apply make proto-all with new docker container
* Remove stale DOCKER_BUF variable
* Revert to using the tendermintdev/sdk-proto-gen docker image
* remove '@' in proto-lint and proto-check-breaking for consistency with other commands
* Remove unnecessary go get from protocgen.sh (only works after adding --network host to docker run)
* Add --network host to docker run for compatibility on linux
* use cosmos/proto-builder docker image for proto-format because clang-format is not installed on tendermintdev/sdk-proto-gen
* update swagger docs after recent additions to evm.proto in #1413
Co-authored-by: Tomas Guerra <54514587+GAtom22@users.noreply.github.com>
2022-11-20 07:33:58 -05:00
Adi Saravanan
be40f2bd6a
tests: add additional gas consumption tests ( #1477 )
...
* split existing gas test
* added contract call test
* fix flake issues, update gomod2nix
* isort imports
* add stateful contract calls
2022-11-18 20:08:05 -05:00
Federico Kunze Küllmer
feed84b09c
imp(ante): refactor AnteHandler
( #1455 )
...
* fix(ante): block gas check
* refactor
* rename
* use gas wanted
* remove consume gas logic on ante handler
* comment
* c++
* move min gas price
* comment
* Update app/ante/eth.go
Co-authored-by: Vladislav Varadinov <vladislav.varadinov@gmail.com>
* fix build
* fix integration test script
Co-authored-by: Vladislav Varadinov <vladislav.varadinov@gmail.com>
Co-authored-by: Freddy Caceres <facs95@gmail.com>
2022-11-18 16:41:16 -05:00
Devon Bear
37e394f309
fix(evm): Simplify Gas Math ( #1452 )
...
* fix math
* changelog
2022-11-18 16:35:51 -05:00
yihuang
ebc47af0bd
fix: chain-id in grpc query is not initialized without abci event ( #1405 )
...
* fix: chain-id in grpc query is not initialized without abci event
Closes : #1404
Solution:
- pass the chain-id from caller.
* Update CHANGELOG.md
* only override if input is not empty
* add comment to chain id
* pass chain-id to state transition
* Update x/evm/keeper/grpc_query.go
* Apply suggestions from code review
* fix golang lint
* update gomod2nix.toml
* fix unit tests
* update gomod2nix
* api breaking changelog
* add unit tests, and fix TraceBlock by the way
* Update CHANGELOG.md
* test --grpc-only mode in integration tests
* remove tmp var
* Update tests/integration_tests/test_grpc_only.py
* Update x/evm/keeper/grpc_query_test.go
Co-authored-by: mmsqe <tqd0800210105@gmail.com>
* fix linters
* fix nil pointer in tests
* fix conflicts
* fix conflicts
* fixes
* fix lint
* fix unit test
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: mmsqe <tqd0800210105@gmail.com>
Co-authored-by: Freddy Caceres <facs95@gmail.com>
2022-11-18 13:19:09 -05:00
dependabot[bot]
e2939a3191
build(deps): bump github.com/cosmos/cosmos-proto ( #1475 )
...
Bumps [github.com/cosmos/cosmos-proto](https://github.com/cosmos/cosmos-proto ) from 1.0.0-alpha7 to 1.0.0-alpha8.
- [Release notes](https://github.com/cosmos/cosmos-proto/releases )
- [Commits](https://github.com/cosmos/cosmos-proto/compare/v1.0.0-alpha7...v1.0.0-alpha8 )
---
updated-dependencies:
- dependency-name: github.com/cosmos/cosmos-proto
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>
2022-11-18 15:50:35 +01:00
Adi Saravanan
58c756e4fb
added gas consumption test ( #1474 )
2022-11-18 07:19:25 +01:00
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