Commit Graph

24 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
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
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
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
Eric Warehime
acff9d0edf
chore: Upgrade module path for v2 (#383) 2024-01-24 09:06:20 -08: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
Eric Warehime
4e7e7acfbf
chore: Add e2e test readme (#319) 2023-12-20 09:49:11 -08:00
Alex Johnson
b48073d3eb
test: use chaintestutil (#296)
* rename

* fix

* format

* workflow

* add basic test

* add targetss

* use commit

* workflow

* basic setup

* add keeper

* fix

* fix?

* update

* update

* update

* fix

* fix

* go work inti
2023-12-13 09:01:14 -05:00
Alex Johnson
7e279c5daa
chore: rename integration to e2e (#291) 2023-12-12 16:23:15 -08:00
David Terpay
1ed1adc856
feat(ITS): [ENG-1627]: Moving ITS from release branch to main (#236)
Co-authored-by: Nikhil <nikhil@skip.money>
2023-08-11 18:22:39 +00:00
David Terpay
5dd05d1afb
chore(v0.50.0): Migrating codebase to latest SDK version (#215) 2023-07-26 21:42:57 +00:00
Nikhil Vasan
8b5ebc310a
feat: Provide Configuration Options for POB (#206) (#211)
Co-authored-by: Keefer Taylor | Tessellated <keefer@tessellated.io>
2023-07-17 14:32:20 +00:00
David Terpay
04f3862ecb
feat(bb): Multi-lane testing + docs (#174) 2023-06-13 12:52:10 +00:00
David Terpay
3d505edf31
feat(BB): Decoding Txs before ProcessLane + IgnoreList (#170) 2023-06-08 20:23:20 +00:00
David Terpay
38f2ae20f6
feat(BB): Main BB testing (Mempool + ABCI) (#169) 2023-06-08 15:46:24 +00:00
David Terpay
cfe2147d52
feat(BB): Free Lane (#167) 2023-06-07 16:38:42 +00:00
David Terpay
648a2f88d6
fix: CheckTx Handler (#141) 2023-05-23 22:09:37 +00:00
Aleksandr Bezobchuk
5fa7309ca5
refactor: separate v1 and v2 (VE) (#142) 2023-05-17 15:22:30 +00:00
mergify[bot]
c86338fdc1
test: Migrating the live node script to E2E (backport #133) (#138)
Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
2023-05-15 23:23:50 +00:00
Aleksandr Bezobchuk
7db24f2c29
refactor: remove min-buy-in param (#135)
Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
2023-05-15 15:43:03 +00:00
David Terpay
4da95939f5
feat: Integrating POB into sim-app base app. (#130)
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
2023-05-11 18:58:35 +00:00
Aleksandr Bezobchuk
cc74b9e027
feat: [ENG-792] Implement E2E Testing Framework (#107) 2023-05-08 14:45:17 -04:00