Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tower abci shed Info requests when overloaded, no shed mempool #2152

Merged
merged 34 commits into from
Nov 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e7b6c6f
refactor ibc context
yito88 Oct 5, 2023
3d95646
refactor IbcStorageContext
yito88 Oct 5, 2023
9e21092
fix write
yito88 Oct 6, 2023
edec801
error messages
yito88 Oct 6, 2023
4c6e92b
remove unused borsh
yito88 Oct 26, 2023
5ee4ed4
add changelog
yito88 Oct 26, 2023
ec0391f
fix error handling and counter value
yito88 Oct 28, 2023
1dcac81
for CI
yito88 Oct 30, 2023
23c5d4f
Merge branch 'base' into yuji/refactor-ibc
yito88 Nov 6, 2023
60eba3d
WIP: restruct IBC contexts
yito88 Oct 9, 2023
6a2a049
WIP: add TokenTransferContext
yito88 Oct 9, 2023
6d35456
WIP: fix ibc tests
yito88 Oct 20, 2023
ed1c974
WIP: fix for tendermint
yito88 Oct 23, 2023
c950ea9
fix for tests
yito88 Oct 24, 2023
b1a2478
fix for IBC Mock
yito88 Oct 30, 2023
2ce3798
fix for fast_sync
yito88 Oct 30, 2023
5df0ec1
workaround for ChainId
yito88 Oct 31, 2023
9f05784
ibc-rs 0.47.0
yito88 Oct 31, 2023
4dbc2d8
fix workaround for AppState
yito88 Oct 31, 2023
f5b23fe
fix check-crates
yito88 Nov 1, 2023
7116b6a
fix bench
yito88 Nov 1, 2023
9f4ebc7
remove "abcipp" feature
tzemanovic Nov 7, 2023
17d8e48
rm dkg with ferveo
tzemanovic Nov 7, 2023
3247ee7
refresh localnet pre-genesis validator
tzemanovic Nov 7, 2023
a3033ac
test: load validator keys from pre-genesis wallet
tzemanovic Nov 7, 2023
1f77911
regen integration masp proofs
tzemanovic Nov 7, 2023
cac3e53
deps: switch to last release of tower-abci
tzemanovic Nov 9, 2023
d361d9d
set mempool buffer size to default Comet's mempool size
tzemanovic Nov 9, 2023
6fbefdc
refactor to use TM domain types
tzemanovic Nov 10, 2023
13ea167
test/storage: fix block height read test
tzemanovic Nov 10, 2023
de9900b
changelog: add #2141
tzemanovic Nov 10, 2023
0a1babb
ledger: don't buffer or load shed mempool requests
tzemanovic Nov 11, 2023
6019975
deps: switch to tower-abci fork with info requests load-shedding
tzemanovic Nov 11, 2023
5539fbb
changelog: add #2152
tzemanovic Nov 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/2152-pos-vp-no-catch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Added handling of ABCI Info requests load-shedding and removed load-shedding
from Mempool requests. ([\#2152](https://github.com/anoma/namada/pull/2152))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/2062-ibc-refactoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- refactoring IBC and remove IBC token denomination
([\#2062](https://github.com/anoma/namada/issues/2062))
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/2141-improvements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Upgraded to upstream tower-abci version.
([\#2141](https://github.com/anoma/namada/pull/2141))
Loading