coding icon indicating copy to clipboard operation
coding copied to clipboard

Results 13 coding issues
Sort by recently updated
recently updated
newest added

Personally I feel very strongly about `types` and would go as far as call it an anti-pattern. Happy to go into detail why, but before curious to hear good arguments...

question

I find myself making duplicate scripts all over that stack which differ in either the platform or the repo that it is installing. Let's have one script that installs all...

We should create a design patterns document for standardized design patterns and associated language which are used within Tendermint/Cosmos. Off the bat, a few features which I think should be...

Right now, there isn't a good way to discern via our tagging standards between a proposal we're debating on, and a proposal we've accepted and want to implement. I propose...

proposal

# Changelogs ## Requirements - All changes to the code come through a PR (eg. using GitFlow) - All PRs generate or modify at least one entry in the changelog...

The idea is that alot of our issues hint at what module they are affecting already. (This is part of what makes the issue names meaningful) However, the module being...

proposal

Ie. https://github.com/cosmos/cosmos-sdk/issues/1268#issuecomment-397746938 We have lots of specs now, we need to consolidate so they all feel like a common narrative and same style etc.

See https://github.com/tendermint/tendermint/issues/715 Conclusion was to use some `PanicOnError` func so if it ever changes, we catch it ...

- from https://github.com/tendermint/tmlibs/pull/31

Isolated the tools such that we only need to install glide, then everything else happens from within the tools dir. The binaries are installed in tools/bin after `glide install` from...

proposal