Amit Yadav
Amit Yadav
- Add check in polar to throw error for this case - When high fees is passed, tx is not broadcasted to chain, Therefor resulting in timeout
Steps to recreate: - Deploy contract. - Instead of instantiation, use contract for query and execution. - polar uses `mock_address` for this instead of throwing error.
- Add client creation using cosmjs - Refract code for signing client - Check impact on package size
- When querying contract and error occurs `An unexpected error occurred: Cannot read property 'split' of undefined`
- Developer should be able to fork mainnet and test their logic against it.
- Error is not normalized, therefore for mainnet tx errors it is very difficult to know the actual error
`An unexpected error occurred: Cannot read property 'split' of undefined`
## Description Update chain to SDK v0.47.11 and Comet BFT v0.37.6 ### What has Changed? cosmos-sdk and comet-bft version has been bumped. This is related to PSS preparation `It's advised...
- Add tests for wasm bindings