-
Notifications
You must be signed in to change notification settings - Fork 34
Tendermint 0.26 + Fix panic on too many/large transactions #21
Conversation
thanks! We'll get to this shortly :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎄 🎅 🦌 🌟
Looks good to me! @JacksonCoder @davebryson I'd appreciate if you guys find some time for a quick review. |
@tomtau can we get this rebased against latest master? thanks |
This will work for sure. It'd be nice to add more tests since While we're fiddling with this, I wonder though if it would be better to do a bit of refactoring and just allocate (create) |
…in tendermint/rust-tsp) * added a mock stream to test the code and wrote a test to isolate the issue * regenerated protobuf code with the latest rust-protobuf crate * fixed the panic issue by checking the needed space and reserving more (if needed) before writing into the buffer
updated protos, build.rs...
@melekes rebased. @davebryson I agree, but it may be better to open separate smaller issues and PRs for that. Besides more tests, here are a few points I'd like to fix:
|
Merged. Thanks everyone 👍 @tomtau feel free to open a new issue (or many small ones). |
Fixes #20
Tested with Tendermint 0.26.3