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

Account for full transaction encoding when batching messages #2575

Merged
merged 22 commits into from
Aug 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
cf012a9
Remove a useless clone
mzabaluev Aug 8, 2022
081ef00
De-clone estimate_tx_fees
mzabaluev Aug 10, 2022
6c67f9f
cosmos: More de-owning around sign_and_encode_tx
mzabaluev Aug 10, 2022
87b95de
Simplify prepending of ClientUpdate
mzabaluev Aug 11, 2022
886e983
cosmos: encoded_tx_len function
mzabaluev Aug 11, 2022
13ce6a5
Account for field encoding in tx batch size
mzabaluev Aug 18, 2022
f0e9c58
Account for tx envelope in message batching
mzabaluev Aug 18, 2022
4f90ce3
More credible test fixture for batch_messages
mzabaluev Aug 22, 2022
dde83df
Fix calculations in batch_messages, adjust tests
mzabaluev Aug 22, 2022
368808d
Merge branch 'master' into mikhail/tx-size-fixes
mzabaluev Aug 23, 2022
3f0e881
Initialize KeyEntry data from a seed file
mzabaluev Aug 24, 2022
6a8e31f
relayer: module chain::cosmos::test_utils
mzabaluev Aug 24, 2022
464c7a6
Merge branch 'master' into mikhail/tx-size-fixes
mzabaluev Aug 24, 2022
c8cebc0
Take tx_body varint lenth delimiter into account
mzabaluev Aug 24, 2022
4a83ed5
Account for body encoding when batching messages
mzabaluev Aug 25, 2022
be3e0ed
Document EncodedTxMetrics
mzabaluev Aug 25, 2022
8d62478
Revert "relayer: module chain::cosmos::test_utils"
mzabaluev Aug 26, 2022
0555dd1
batch: fix size estimation for empty body
mzabaluev Aug 26, 2022
d68dede
Improve batch_does_not_exceed_max_tx_size test
mzabaluev Aug 28, 2022
1742569
Remove an unnecessary branch
mzabaluev Aug 29, 2022
3acf895
Add changelog entry
romac Aug 30, 2022
c6d7267
Merge branch 'master' into mikhail/tx-size-fixes
romac Aug 30, 2022
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Account for full transaction encoding when batching messages
([#2575](https://github.com/informalsystems/ibc-rs/issues/2575))
Loading