Yawning Angel

Results 106 comments of Yawning Angel
trafficstars

I assume that building the key manager runtime and running `cargo test` duplicates a considerable amount of work because they are done on separate agents, and a lot of the...

There is a downside to this in that, if the consensus layer native token ever ends up becoming a meme shitcoin a la SafeLunaInu or whatever, you will end up...

Yeah, I'll edit the issue to clarify this.

This already kind of exists as https://github.com/oasisprotocol/oasis-sdk/tree/main/cli with a few caveats: - There is no releng process for the SDK at all, so asking the users to use the CLI...

> We could consider updating the runtime-builder environment to use what you suggest. Thoughts? I'd rather not, unless our current method doesn't work (and as far as I know it...

> Yes, that's what I meant when I said the current process that simply uses a Docker container is not ideal (eg. some deps aren't pinned). Why is this and...

Use vagrant to build the docker image correctly? My general impression is that "getting consistent docker images" is a long-solved problem. Unless I'm mistaken, having to grab (or build) a...

Should we generate test vectors for the KDF so we don't inadvertently break it? (Since it's deterministic this should be possible)

> I ran into a similar problem in #4308 and modified the test so that it now instead runs fixgenesis on the Mainnet genesis file and verifies that the result...

After some thought, just running fixgenesis for the test cases should be fine, since the test also happens to pull our current mainnet genesis document.