David Wolinsky
David Wolinsky
where do templates come from? ideally we either place templates in the core repo or require a URL to them. we should also be able to compile templates directly into...
Could you submit a PR?
I'm fine with this, but I wonder why we didn't just make a dummy value and use SimpleMap. `SimpleMap` where `struct DummyValue has store { }`
do you want to rename this unordered_set?
Will bring back to team -- we hope we can get rid of web-site based faucets and move back to an open one...
Reasonable proposal...
> Come on please fix it, I am struggling on aptos source code about jump this jump that, checking what the types are associated to what, for develop my stuff...
@zekun000 is this at the validator or fullnode? Is it out of gas specifically where the prologue would fail? Assuming the latter part, then I would like to propose the...
Per discussion offline, this is somewhat inclusive of just improving the end-to-end flows of transactions from insert at REST / mempool to the consensus validator network until it is either...
> This is already exposed as `vm.get_module_metadata`, which fits the lifetime of the loader. Its also already used for Aptos, check `framework/src/module_metadata.rs`. Error maps and views use this today. From...