Ashok Menon

Results 174 comments of Ashok Menon
trafficstars

@damirka, ping (as requested), could you review please!

No problem, happy to answer these questions, thanks for sticking with it and contributing back as well :) To see an example of the recasting happen, create a transaction for...

Sorry for the delay in getting back to you @howjmay. The call to `dev_inspect_transaction_block` will return an instance of this type: https://github.com/MystenLabs/sui/blob/c6ba40b65185defcaef45c6a61ba06f9ba2458e9/crates/sui-json-rpc-types/src/sui_transaction.rs#L1160-L1182 The `results` field of this type includes the...

Your PTB contains two move calls, one to create a `U32_VALS` called `recast`, and one to use it, called `try_recast` -- only the first of these actually returns a result,...

Closing this PR for now, as we still need the features provided by `IndexMap`.

@wlmyng, you can push directly onto the branch for this PR to add commits (add the AftermathFinance version of the repo as a remote, and then push to the branch...

Heads up @wlmyng and @emmazzz -- I took the liberty of simplifying `add_bounds`. Seeing as we aren't supporting compound queries, we don't need to use CTEs, which significantly simplifies the...

> I made this repro. If mvr (wlog) really can be anything then the following shouldn't fail I'd think? Aha! What you have found is a bug, and also the...

> I think: It's possible we can avoid needing to special case on _, but then we need to make the change such that get_external logic always get the package...

``` [package] name = "name" edition = "2024.beta" [dependencies.mvr.packages] foo = "foo" bar = "bar" [resolver.mvr] network = "testnet" ```