Krešimir Klas

Results 57 comments of Krešimir Klas

@hayes-mysten I've made the test run against localnet: - rebase - removed all hard-coded IDs in generated code and instead referenced `PKG_V{X}` constant in respective `index.ts`. This gets us close...

Something like this: - generate code for the fixture package and commit to repo - on each change to generator, regenerate snapshot so that diff is visible in the PR...

I apologize for this unreasonably long delay. I have restarted the work on this: - rebase - move `bytecode_deps_modules` inside `TestRunner` - use `IndexMap` in `compute_topological_order` @amnn @rvantonder @tnowacki I...

@amnn I have rebased and fixed clippy, test-extra, and cargo-deny (advisory, fixed by rebase). I can't reproduce TS e2e tests and split cluster check (all pass on my machine) and...

> Based on that, outside of dependency resolution, we don't have to worry about this async API complication. @amnn my understanding is this: I agree we shouldn't have to worry...

@amnn and I continued the async discussion over another channel and agreed that the solution I implemented here is a reasonable one considering the trade-offs.