NYBACHOK
NYBACHOK
### Feature description [Link](https://github.com/NYBACHOK/gears/blob/77c8e4a50af69175c7692188b0d43c23a9775bc6/gears/src/grpc/tx.rs#L14-L58)
### Feature description We have unwraps in our code. They should be removed
### Feature description [Link](https://github.com/NYBACHOK/gears/blob/4bb9d89702d702e0dfc49fa8397510e9b6bcad1c/x/auth/src/client/grpc.rs#L19-L101)
### Feature description [Link](https://github.com/NYBACHOK/gears/blob/4bb9d89702d702e0dfc49fa8397510e9b6bcad1c/x/bank/src/client/grpc.rs#L52-L106)
We have code with `expect(IBC_ENCODE_UNWRAP)` which would be removed once we update version
### Feature description When more complex const parameter types arrive, replace u8 with &'static str . Issue in rust repo: [link](https://github.com/rust-lang/rust/issues/95174) Our code: [link](https://github.com/NYBACHOK/gears/blob/77c8e4a50af69175c7692188b0d43c23a9775bc6/address/src/lib.rs#L30-L33)