runtianz

Results 38 comments of runtianz

I don't have a nice suggestion for testing this at the moment. IIUC the debug printing logic is gated under the testing flag so you definitely can perform a one-shot...

On package reorg, now that we have a packaging system, do you think we can get started by creating sub folders under experiment folder and have different crate relying on...

On question 2, what intrigues me is the following statement I found in the discussion: > The Plasma framework effectively relies on something I call “state objects.” Each of these...

Change the PR to use the timestamp from the block. Also changed to use `emit_event` directly as `emit_new_block_event` will invoke `update_global_time` and would fail as this expect a vm signer.

A question for @gregnazario is I feel like the functionality of this command feels a lot similar to `cargo run -p aptos -- governance propose`. Will it be better to...

> if it's similar to governance proposal flow, maybe we just need an option to indicate whether it's a normal txn or writeset? I think the script generation part is...

> You can enforce this with a combination of hot potato like witnesses. I don't think that possible. The key thing that we are missing IMO is the ability to...

> But would state that those standards exist from a lack of compositionally in Solidity/EVM. I would actually argue the oppisite way. Think about how a uniswap contract needs to...

> My point is that you don't need a coin interface or dispatch, because you just need a single Coin type. I see what you are arguing. I think what...

> I suggest this not because I am hostile to interfaces, but because I think a proposal for any new language feature should start with an extended exposition of the...