Tyler
Tyler
## Summary of Bug when committing code, we have a git hook that checks the commit is semantic. it works for commits like `feat: some cool feature`. However, it complains...
## Summary the sdk team will be replacing usage of stretchr/testify with gotest.tools/v3/assert. we should do the same to stay aligned with the sdk. ## Problem Definition ref: https://github.com/cosmos/cosmos-sdk/pull/12291#discussion_r903813165 ##...
## Description fixes ecocredit msg amino registration. backport of #1481 ref: #1481 --- ### Author Checklist *All items are required. Please add a note to the item if the item...
## Description adds the intertx module Closes: #1453 --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and...
I'm using "@heroiclabs/nakama-js": "^2.6.1" to build a client in TypeScript. I use sockets to make calls to RPC's on the Nakama backend. For some reason, I randomly get these errors...
ref: https://github.com/cosmos/cosmos-proto/pull/21 tracking issue for testing extensions
## Overview adds some simple documentation about our configuration values. ## Brief Changelog config config config. i also fixed a typo. ## Testing and Verifying run `make world-docs` to and...
when generating proto code that has type of `map` telescope generates uncompilable typescript. map key types can only be a `Number` type. example here: https://github.com/technicallyty/telescope-test/blob/4a69452e6587c1a0de70069dd774a227cf4adfde/src/codegen/cosmos/auth/v1beta1/auth.ts#L124 that line produces an error:...
with: https://github.com/cosmos/ibc-go/pull/7886 we no longer need the `Name` method. we can just have a constant string and use it in the module map. we can also remove the deprecated AppModule...
# Description adds a migration tool for the sdk v54 upgrade which includes comet v2 changes ## Summary by CodeRabbit - **New Features** - Introduced an automated migration tool to...