Ethan Buchman

Results 52 issues of Ethan Buchman

eg. for transaction signing/checking, so apps don't have to implement it manually. should be alphabetically ordered, no spaces.

When looking into the version of go-crypto that got merged into Tendermint to try and accurately document the breaking changes, I noticed a few things: - Changelog for v0.8.0 on...

v0.2.2 hotfix because we weren't starting the server after tmlibs update (same issue we fixed in test, should have caught here too). So we should add an integration test that...

This is a proof-of-work task for @porkchop. @jaekwon : opinions on whether this should be the same app as the iavl (switch using SetOption), a different app within merkleeyes, or...

# Goal Objective: Fully complete IBC handlers in rust that can easily be integrated into any Rust blockchain framework, including Orga, Penumbra, Anoma, Substrate, Near, Solana, etc. Major Milestone: simple...

meta

Should be relatively straight forward to package up atomkraft in a docker container and pass in arguments for it to connect to target nodes that were configured/deployed by https://github.com/strangelove-ventures/ibctest

We should try to distill more about what we've learned about writing testable state machines into this. This includes areas like: - moving IO out of the state machines into...

We've been having a lot of discussions recently about testing. I wonder if we can distill some of that into the manifesto. Specifically if/how the model checker and its traces...

The current manifesto document is more of a guide for how we're actually doing VDD, ie. explaining the template. This is critical, but I'd expect a manifesto to be more...

Is there someway the parameter file can be generated with comments for each parameter? Ideally parameters are named well enough so this isn't necessary and everything is obvious. We need...