Ismail Khoffi
Ismail Khoffi
Some minor changes I did while reading through the code - make this a [go module](https://go.dev/blog/using-go-modules) - run `gofmt -s -w .` - remove unused field (`arbitrary`) from tx type...
See https://github.com/joefitzgerald/go-plus/issues/224 fo an example
Leopard does currently not compile on the m1 chips. (Rosetta does work but then you can't use the lib together with m1 native binaries)
I'm writing a go-wrapper for this implementation; BTW the C wrapper makes that really convenient, thanks for that! I struggle to completely understand the API though. What I'm trying to...
While investigating #640 it seems that clients (using their OAuth client ID/secret as described in the current [README](https://github.com/google/keytransparency/blob/a223e8b08cd9161e5fdaf94ae697db2daf794d81/README.md#using-the-key-transparency-client)) get redirected on every request. cc: @AMarcedone: Can you confirm this behavior?...
Very first crack on #803 Status: Code needs a lot of cleanup, rebasing on master, and some CSS to make it look more appealing. Currently the page looks like this:...
Show monitoring results as a list / table on a web site (OK, or show error messages)
It would be cool if iavl would allow the user to choose the underlying hash function used. While several hash functions are benchmarked internally, https://github.com/cosmos/iavl/blob/4f7cdd76d77f2c23b8098ddb00eb4b2439a0dfa3/benchmarks/hash_test.go#L25-L30 only sha256 is really used...
The `proof.Bytes()` disappeared with introducing range proofs. We might want to reintroduce this (could basically be an amino encoding of the proof). If we want to write (or others to...
As part of the spec writing work, it would be nice to update and improve the golang documentation. Current state is here: http://localhost:6060/pkg/github.com/tendermint/iavl/