Mikhail Zabaluev
Mikhail Zabaluev
@ad-m If this is fixed, can you make a new release tag? It feels fragile to depend on an action subject to breaking changes in the `master` branch.
@ad-m Works fine on MacOS: https://github.com/mzabaluev/test-github-push/runs/680534681?check_suite_focus=true
Feel free to crib from the workflow in [my test repository](https://github.com/mzabaluev/github-actions-playground/tree/test-github-push-action) for testing the action in all environments :grin:
The reference counting mechanics would need to be redone with something like `Arc`, which would cause unnecessary overhead in the single threaded case. I think it should be possible to...
The `tendermint` packages are used as a dependency throughout the cosmos-sdk and interchain-security proto files. The generated files in `cometbft-proto` correspond to the `cometbft.*` proto packages as published `buf.build/cometbft/cometbft`. So...
> So the conversion must start with the proto files in the upstream repositories. There could be a way forward that does not need waiting for upstream protos to convert...
While the usability with the associated type is better, we do have a use for the parameter on the `Protobuf` trait: a single domain type can be used to encode...
> Hi, we just ran into this null `value` field of `EventAttribute` just now, preventing a service from indexing events and resulting in downtime. The exact error was `serde invalid...
Using "rich" crates to support non-protobuf functionality within `prost`-targeted types may not be the best long term approach. I've put some thoughts in https://github.com/informalsystems/tendermint-rs/issues/654#issuecomment-1119466744
It seems that upper-case has been working for our users since https://github.com/informalsystems/tendermint-rs/commit/91c39157c8156c387c4ebafaf87c87774a65be2a. @tony-iqlusion were there any reasons to restrict the hash parsing to uppercase hexadecimals?