Anatolii Smolianinov

Results 28 comments of Anatolii Smolianinov

@tony-iqlusion right, but it is the lenght of a chunk rather then length of a whole message (multichunk), isn't it? see here: https://github.com/cometbft/cometbft/blob/main/p2p/conn/secret_connection.go#L201-L208 ```go for 0 < len(data) { if...

same for tendermint, and sei-tendremint, implementation of this transport is the same in all of them

@tony-iqlusion I understand your feelings, my apologies for rising this once again.. I'll also try to rise it in cometBFT, let's see :shrug: I'll add a test and bump the...

hi @tony-iqlusion! I've added a test with a bigger proposal. I decided to use binary file with Sei Proposal payload because making extended proposal from protobuf would pull too much...

How to test this: ## Test the failure on `main` 1. Restore original `rpc.rs` ``` git restore --source main -- src/rpc.rs ``` 2. Run the test with: ``` cargo test...

hello @C8rtm8n, just tried to reproduce, but no luck, I can see all the data. did you switch the channel? alpha, release, etc which channel did you use? I assume...

sounds fare, I think. I also found that LEN also works on numbers in gdocs: ![1687335580-21-06-23_10:19:40](https://github.com/xapix-io/axel-f/assets/1899654/83fab0ea-324b-4083-8c48-128cd6e95d0c) when in axel-f it is always 4 for numbers because of the same reason