Josh Klopfenstein
Josh Klopfenstein
Useful for tracking the status of transactions.
Credit to @omerfirmak for pointing this out. See [here](https://github.com/NethermindEth/juno/blob/b47c0265420aa6a91f755d2062972b0dac6fdbb4/p2p/p2p.go#L113) for the prefix that is currently hard-coded.
Hi! First-time user here. Unison looks exciting! Thanks for building it. **Is your feature request related to a problem? Please describe.** I am going through the quick start. After running...
`SignCompact`'s return type changed from `([]byte, error)` to `[]byte`. Before: https://github.com/btcsuite/btcd/blob/4350859a7b9f7d744c1ee717e60cd29e466e2a25/btcec/ecdsa/signature.go#L219-L220 After: https://github.com/btcsuite/btcd/blob/ff2e03e11233fa25c01cf4acbf76501fc008b31f/btcec/ecdsa/signature.go#L235-L236 Would it be possible to retract the v2.3.4 version (and possibly v2.3.3) in the `go.mod` file? cc...
https://github.com/cockroachdb/pebble/blob/master/metrics.go
For example, we can have small `network` and `log` packages. Two benefits: - Clarity. Better to avoid ambiguous package names like `common`, `utils`, `pkg`, etc. - Dependency management. A user...
The functionality in `node/http.go` is very user-facing, and it should work flawlessly. To avoid errors like the one fixed in [this PR](https://github.com/NethermindEth/juno/pull/1179).
Motivating questions: 1. How big is the difference over using JSON-RPC for realistic scenarios? 2. Depending on the answer to (1), who will want to use the gRPC server over...