Fabien Penso

Results 10 issues of Fabien Penso

Hi, Using the ruby client I get the following weird results: 1.9.3p327 :024 > Time.now => 2013-06-26 18:32:31 +0200 1.9.3p327 :025 > batsd = BatsdReportingClient.new => # 1.9.3p327 :026 >...

### Issue Description I believe there is an issue when an error occurs in the stack, I was expecting sentry to send a new issue but it did not. The...

bug

Hi, Using the following: ```Swift let decoder = IkigaJSONDecoder() decoder.settings.dateDecodingStrategy = .formatted(ISO8601withFractionalSeconds()) decoder.settings.nilValueDecodingStrategy = .decodeNilForKeyNotFound return decoder ``` with `ISO8601withFractionalSeconds` being: ```Swift class ISO8601withFractionalSeconds: DateFormatter { static let iso8601withFractionalSeconds =...

If you look at https://testnet-explorer.publicawesome.dev/stargaze/tx/F31D90E03B1F9020A5B99D726E82B65BB24CE938CC99DDD0B40DA28BA9B178A9 the `description` field is malformed UTF8 and trying to decode it gets me a `failed to decode Protobuf message: SudoContractProposal.description: invalid string value: data is...

Hi everyone, As explained in the title, my swagger json to be used with swagger-ui isn't publicly available with protected auth strategy. I want to enable protected auth strategy because...

### What went wrong? There is an issue with secp256k1 parsing blank secp256k1 public keys. ``` ❯ export TENDERMINT_RPC_URL=https://dydx-rpc.publicnode.com ❯ ./target/release/tendermint-rpc status 2024-04-27T16:52:01.302601Z INFO tendermint_rpc: Using HTTP client to submit...

bug

### Deserialization of `abci::Event` fails If you look at https://github.com/cometbft/cometbft/blob/main/api/cometbft/abci/v1/types.pb.go#L3012C82-L3012C91 you'll notice `omitempty` for `Type`. Trying to find previous similar issues it looks like the same as explained by @ebuchman...

bug

Fixes https://github.com/informalsystems/tendermint-rs/issues/1415 * [X] Referenced an issue explaining the need for the change * [X] Updated all relevant documentation in docs * [X] Updated all code comments where relevant *...

## Bug Report ### Setup dYdX node, currently using `v0.38.5` ([code](https://github.com/dydxprotocol/v4-chain/blob/419549843fc9e093638a75008939b7c79c33f3e2/protocol/go.mod#L9)) ### What happened? Fetching older `block_results` doesn't return `txs_results` as it should. [This block/block_results](http://blocks.constellations.zone/dydx_mainnet/0/0/0/10000.json) was saved in November and...

bug
abci
rpc

I'm trying to use secretive to connect on multiple servers but none works, here is one specific case. [client_logs.txt](https://github.com/user-attachments/files/23795628/client_logs.txt) [server_logs.txt](https://github.com/user-attachments/files/23795629/server_logs.txt) # Environment macOS: 26.0.0 (Tahoe) Client OpenSSH: 10.0p2 (system /usr/bin/ssh)...