Kevin

Results 37 comments of Kevin

The redirect resource makes sense but there are several concerns in the thread that have not been adequately addressed: 1. the new Kb key can own public addresses Aa, Ab,...

> Seems like we are trying to submit this to main which will become mainnet? I think this would be _too much__ for now, next cycle. > > If it...

> Hi @movekevin , wanted to understand the status of user stake delegations on aptos a bit more. As far as i understand apart from this PR, there is no...

That one is not private. You can also use this one which directly adds the BlockResource you need that contains the block height. https://github.com/aptos-labs/aptos-core/blob/c58e5aebda595c4ffa572efd4292cd1095ae26ea/aptos-move/framework/aptos-framework/sources/block.move#L206. It's public test-only

@clay-aptos f you want to take a look, I think a good starting point would be the #[test_only] functions in various core modules such as block.move, stake.move, staking_config.move, etc. We...

Can you provide more information on how you ran into this issue and the full stacktrace so we can reproduce? Code snippets would be great as well

Should we track Aptos Governance in a separate issue?

> @movekevin can we land this first since this PR is strictly an improvement to status quo? As to whether 100% is error, we can discuss separately to add it...

No it has been deprecated in favor of the new flow via the code module: https://aptos.dev/tutorials/first-move-module

No I don't think it'd be supported in Petra due to needs to compile Move source code.