Douglas Chimento
Douglas Chimento
Go genereate points to an old reference of gobind: `//go:generate gomobile bind -target android upspin.io/client/gobind` It should point to: `upspin.io/exp/client/gobind`
`LinkFailEvent.FailureString` is an arbitrary string of undefined length. I noticed in my Prometheus a `feeinsufficient` failure caused a very large label value. The Enum of FailureDetail has a short name...
Add fee response in BTC to getrawtransaction #23264 ### For Reviewers * Verbose arg is now an int * Verbose = 2 includes a `fee` field and `prevout` * [./test/functional/rpc_rawtransaction.py](./test/functional/rpc_rawtransaction.py)...
I had something already running on port 8080 and this error was displayed `Error: Address already in use (os error 98)` The error message did not indicate which port was...
## Steps to Reproduce Issue Create a new cargo project and add time as dependency ``` [dependencies] sui-sdk = { git = "https://github.com/MystenLabs/sui", branch = "devnet" } sui-keys = {...
### What did you do? I disabled ipv6 via kernel flag `ipv6.disable=1`. However, Prometheus still does AAAA lookups for DNS names. This is a waste of resources and also fills...
This is a build feature to enable metrics via [opentelementry](https://docs.rs/tracing-opentelemetry/latest/tracing_opentelemetry/) and the [tracing_subscriber](https://crates.io/crates/tracing-subscriber) frameworks ``` cargo build --features metrics --release ``` --- * Adding two new miner flags: `--metrics` &...
The list of methods are not appearing on Sign API [RPC method](https://specs.walletconnect.com/2.0/specs/clients/sign/rpc-methods) I believe an extra `#` was added.