Commit Graph

341 Commits

Author SHA1 Message Date
b9b7aeb2f8 Upgrade cosmos and cometbft dependencies (#1)
Some checks failed
Lint / govulncheck (push) Failing after 10m42s
Lint / golangci-lint (push) Failing after 10m45s
Lint / Lint markdown (push) Failing after 14m10s
Tests / Code Coverage / test-unit (push) Failing after 18m3s
Tests / Code Coverage / test-integration (push) Failing after 21m5s
Tests / Code Coverage / test-e2e (push) Failing after 24m32s
Part of https://plan.wireit.in/deepstack/browse/VUL-267/

- Upgrade dependencies as required by zenithd:
  - `cosmos/cosmos-sdk`: `v0.50.4` -> `v0.53.4`
  - `cometbft/cometbft`: `v0.38.5` -> `v0.38.19`
- Update CI workflows for this Gitea fork

Reviewed-on: #1
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2025-11-03 11:55:23 +00:00
Alex | Interchain Labs
25c042e0b7
Update README.md
Some checks failed
Lint / govulncheck (push) Failing after 6m26s
Lint / golangci-lint (push) Failing after 6m48s
Lint / Lint markdown (push) Failing after 8m47s
Tests / Code Coverage / test-unit (push) Failing after 11m50s
Tests / Code Coverage / test-integration (push) Failing after 14m5s
Tests / Code Coverage / test-e2e (push) Failing after 16m13s
2025-01-31 14:58:22 -05:00
Alex | Interchain Labs
cde688ea1e
Update README.md 2025-01-31 14:55:58 -05:00
Tyler
c76f1a9cd4
docs (#575) 2024-08-09 13:29:42 -07:00
Alex Johnson
f1cde2acec
fix: mempool lane size check on CheckTx (#561)
* push

* init

* fix setup

* format

* fix test

* use lane

* ok

* finalize

* fix everything

* lint fix:

* Update abci/checktx/mempool_parity_check_tx.go

Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>

* lint fix

* tidy

* remove

* cleanup

---------

Co-authored-by: David Terpay <david.terpay@gmail.com>
Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
2024-07-02 19:19:22 -04:00
dependabot[bot]
242fdf279d
chore(deps): bump golang.org/x/vuln from 1.0.4 to 1.1.2 (#558)
Bumps [golang.org/x/vuln](https://github.com/golang/vuln) from 1.0.4 to 1.1.2.
- [Release notes](https://github.com/golang/vuln/releases)
- [Commits](https://github.com/golang/vuln/compare/v1.0.4...v1.1.2)

---
updated-dependencies:
- dependency-name: golang.org/x/vuln
  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>
2024-07-02 15:26:16 -04:00
David Terpay
b8d9c22833
fix: Evict txs from mempool exceeding size limits (#550)
* init

* nit test case
2024-06-25 11:58:04 -04:00
David Terpay
79d7ef7c33
chore: Default Process Proposal (#543)
* init

* nits
2024-06-25 10:48:18 -04:00
dependabot[bot]
9b670615c2
chore(deps): bump golang.org/x/tools from 0.18.0 to 0.22.0 (#536)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.18.0 to 0.22.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.18.0...v0.22.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  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>
Co-authored-by: Alex Johnson <alex@skip.money>
2024-06-24 22:24:53 -04:00
David Terpay
97e5731f52
rm (#530) 2024-06-24 12:56:06 -04:00
David Terpay
bfdd58411a
feat: Cache Tx Decoder (#528)
* init

* nit

* nits

* nit

* more nits

* go version bump

* image bump

* nit
2024-06-20 17:03:22 -04:00
Eric Warehime
154f47d0ca
Pin goreleaser to v1 (#525) 2024-06-18 17:36:50 -07:00
David Terpay
3376dd3aa6
perf: Use Caching in Priority Nonce Mempool for Tx Look ups (#520)
* benchmark contains

* use sender/nonce when caching

* nit

* nits

* nit
2024-06-18 19:45:35 -04:00
Dev Ojha
2ae5b146a6
Remove double sha hashing (#517) 2024-06-18 11:21:59 -04:00
David Terpay
85c537bcc5
send with correct API 2024-05-20 16:52:24 -04:00
Barry Plunkett
db739e903e
Update README.md
fix typos
2024-04-26 13:32:50 -04:00
Barry Plunkett
3d114c0990
Update README.md
fix typos
2024-04-26 13:32:24 -04:00
Barry Plunkett
df8f3cdfaa
Update README.md 2024-04-26 13:31:11 -04:00
David Zhou
40df4d1487
Update README.md (#479)
Change the readme links to be updated to our current doc links
2024-04-25 16:57:55 -07:00
Nikhil Vasan
6080de11e4
fix(check-tx): remove txs failing recheck from app-side mempool (#476)
* remove txs failing recheck from app-side mempool

* linting
2024-04-22 14:04:14 -07:00
dependabot[bot]
4dea6f313b
chore(deps): bump golang.org/x/vuln from 1.0.1 to 1.0.4 (#443)
Bumps [golang.org/x/vuln](https://github.com/golang/vuln) from 1.0.1 to 1.0.4.
- [Commits](https://github.com/golang/vuln/compare/v1.0.1...v1.0.4)

---
updated-dependencies:
- dependency-name: golang.org/x/vuln
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Johnson <alex@skip.money>
2024-03-11 10:38:13 -04:00
dependabot[bot]
297ff6277d
chore(deps): bump google.golang.org/grpc from 1.60.1 to 1.62.1 (#447)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.1 to 1.62.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.60.1...v1.62.1)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11 10:06:10 -04:00
dependabot[bot]
a13c42ac0b
chore(deps): bump github.com/cosmos/cosmos-sdk from 0.50.3 to 0.50.4 (#438)
Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.50.3 to 0.50.4.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.50.4/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmos-sdk/compare/v0.50.3...v0.50.4)

---
updated-dependencies:
- dependency-name: github.com/cosmos/cosmos-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-21 11:46:56 -05:00
David Terpay
cdb110b357
docs (#425) 2024-02-16 14:15:16 -05:00
dependabot[bot]
58b43e2fef
chore(deps): bump github.com/cosmos/cosmos-sdk from 0.50.2 to 0.50.3 (#420)
Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.50.2 to 0.50.3.
- [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.50.2...v0.50.3)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
2024-02-14 10:40:07 -05:00
dependabot[bot]
4fe60b2ec8
chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#418)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 09:54:14 -05:00
dependabot[bot]
53302566fd
chore(deps): bump cosmossdk.io/log from 1.2.1 to 1.3.1 (#404)
Bumps [cosmossdk.io/log](https://github.com/cosmos/cosmos-sdk) from 1.2.1 to 1.3.1.
- [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/log/v1.2.1...log/v1.3.1)

---
updated-dependencies:
- dependency-name: cosmossdk.io/log
  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>
Co-authored-by: Alex Johnson <alex@skip.money>
2024-02-05 12:48:40 -05:00
dependabot[bot]
9ab59c2dcd
chore(deps): bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 (#399)
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.5 to 1.1.12.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.12/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.5...v1.1.12)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Johnson <alex@skip.money>
2024-02-05 10:59:59 -05:00
dependabot[bot]
af93ce1ba7
chore(deps): bump mvdan.cc/gofumpt from 0.5.0 to 0.6.0 (#403)
Bumps [mvdan.cc/gofumpt](https://github.com/mvdan/gofumpt) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/mvdan/gofumpt/releases)
- [Changelog](https://github.com/mvdan/gofumpt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mvdan/gofumpt/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: mvdan.cc/gofumpt
  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>
Co-authored-by: Alex Johnson <alex@skip.money>
2024-02-05 10:18:49 -05:00
dependabot[bot]
5e267dc2ec
chore(deps): bump codecov/codecov-action from 3 to 4 (#402)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05 10:04:53 -05:00
dependabot[bot]
8cc653be4d
chore(deps): bump golang.org/x/tools from 0.16.1 to 0.17.0 (#396)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.16.1 to 0.17.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.16.1...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  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>
2024-01-29 15:52:12 -05:00
dependabot[bot]
bc2a7b2e2d
chore(deps): bump github.com/cometbft/cometbft in /tests/e2e (#385)
Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.38.2 to 0.38.5.
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.5/CHANGELOG.md)
- [Commits](https://github.com/cometbft/cometbft/compare/v0.38.2...v0.38.5)

---
updated-dependencies:
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Warehime <eric.warehime@gmail.com>
2024-01-24 13:48:48 -08:00
dependabot[bot]
8009b181fa
chore(deps): bump github.com/cometbft/cometbft from 0.38.2 to 0.38.5 (#386)
Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.38.2 to 0.38.5.
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.5/CHANGELOG.md)
- [Commits](https://github.com/cometbft/cometbft/compare/v0.38.2...v0.38.5)

---
updated-dependencies:
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-24 13:48:04 -08:00
Eric Warehime
acff9d0edf
chore: Upgrade module path for v2 (#383) 2024-01-24 09:06:20 -08:00
Nikhil Vasan
234e2ff719
fix: Remove Incorrect Ordering from DefaultTxPriority (#371)
* init

* replace existing tx_priorities with nop_tx_priority

* fix go.mod

---------

Co-authored-by: David Terpay <david.terpay@gmail.com>
2024-01-18 12:51:58 -08:00
Eric Warehime
d82fb33d1e
test: mempool select test (#360) 2024-01-16 13:14:20 -08:00
Eric Warehime
39f91b60a2
test: Add mempool comparison tests (#357) 2024-01-12 13:01:52 -08:00
Alex Johnson
a135d8f89d
fix (#348) 2024-01-03 14:22:16 -05:00
Nikhil Vasan
47fc466129
fix: Improve performance in priority extraction [BLO-686] (#347)
* change DefaultTxPriority calculation

* benchmarks

* linting

* move to new file

* nits

* nits + testing

* explicit validity

* compareCoins -> Greater
2024-01-02 09:57:52 -08:00
Alex Johnson
4c05d56d2c
chore: backport all PRs to main (#343) 2023-12-27 13:02:23 -05:00
dependabot[bot]
3bb8f378b9
chore(deps): bump github.com/dvsekhvalnov/jose2go in /tests/e2e (#341)
Bumps [github.com/dvsekhvalnov/jose2go](https://github.com/dvsekhvalnov/jose2go) from 1.5.0 to 1.6.0.
- [Commits](https://github.com/dvsekhvalnov/jose2go/compare/v1.5...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/dvsekhvalnov/jose2go
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Johnson <alex@skip.money>
2023-12-27 12:50:33 -05:00
dependabot[bot]
1b20b98427
chore(deps): bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0 (#342)
Bumps [github.com/dvsekhvalnov/jose2go](https://github.com/dvsekhvalnov/jose2go) from 1.5.0 to 1.6.0.
- [Commits](https://github.com/dvsekhvalnov/jose2go/compare/v1.5...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/dvsekhvalnov/jose2go
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Johnson <alex@skip.money>
2023-12-27 11:49:30 -05:00
dependabot[bot]
e78b6a8025
chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (#339)
Bumps google.golang.org/protobuf from 1.31.0 to 1.32.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  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>
2023-12-27 10:59:15 -05:00
Eric Warehime
d522f4fc69
test: Add auction integ tests (#322) 2023-12-27 06:36:09 -08:00
Alex Johnson
0612051d51
chore: add govulncheck (#316)
* import

* add target

* workflow

* remove parallel

* fix with dummy
2023-12-20 14:52:33 -05:00
Eric Warehime
4e7e7acfbf
chore: Add e2e test readme (#319) 2023-12-20 09:49:11 -08:00
dependabot[bot]
335d7a216a
chore(deps): bump cosmossdk.io/tools/confix from 0.1.0 to 0.1.1 (#282)
Bumps [cosmossdk.io/tools/confix](https://github.com/cosmos/cosmos-sdk) from 0.1.0 to 0.1.1.
- [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/api/v0.1.0...x/upgrade/v0.1.1)

---
updated-dependencies:
- dependency-name: cosmossdk.io/tools/confix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Johnson <alex@skip.money>
2023-12-19 23:05:45 -05:00
Eric Warehime
8d514000cf
test: Add test for free tx lane (#305) 2023-12-19 11:05:19 -08:00
dependabot[bot]
25ac0bd7c2
chore(deps): bump golang.org/x/tools from 0.16.0 to 0.16.1 (#310)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.16.0...v0.16.1)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Johnson <alex@skip.money>
2023-12-19 12:58:10 -05:00
dependabot[bot]
651835f67f
chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.2 (#315)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.17.0 to 1.18.2.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.17.0...v1.18.2)

---
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>
2023-12-19 12:32:07 -05:00