Oleg Baranov

Results 50 comments of Oleg Baranov

Hi, v5 and v4 has different addresses and different balances, maybe your v5 balance is 0? you can print address using .WalletAddress() and check in explorer

Hi, it looks same, as I see `break` before closes `for` same as return now, and both are exiting function. Am I missed something?

But there is nothing after `for`, so its implicit `return`, how it can continue to run?

maybe something else is the reason?

Maybe we can refactor it to use only one goroutine per pool, and ping all connections from there, it will be more efficient in context of resources and context switches

Rewrote pings logic, so should be not an issue anymore

Hi, will be released later, but for now you can use it from dev branch, importing like `go get github.com/xssnick/tonutils-go@a0eeb518ae2c2bedea004616df68e90ae9d42cb5`

The difference can be because generated boc contains crc flag, so it is 4 bytes longer, but you can compare cell hashes and they should be same

Hi, you can identify similar to [accept-payments exmaple](https://github.com/xssnick/tonutils-go/blob/master/example/accept-payments/main.go#L60)

Hi, externals may lost during broadcasting between liteserver and nodes sometimes, increasing limit will not help i think, you better to wait for timeout and message timeout (specified in wallet)...