stefan-mysten
stefan-mysten
@mwtian these changes look good to me, but I'd love another pair of eyes when you get a moment.
Not knowing exactly what you're trying to do, would `suiup` be of any help here? https://github.com/mystenLabs/suiup
Is the goal to support release 1.49, or all releases? If not, then latest release `v1.50.1` is available for testnet and mainnet, so you shouldn't have any issues building that....
@shackra thanks for that. I have a Mac M1 on which I cannot reproduce the error after a `cargo clean` Here's what I ran: ``` ➜ sui git:(197ebfbc1f) cargo build...
@shackra - let me also ask a few colleagues internally, but here's what might be the problem. We have a fork of tokio for a specific thing. It errors because...
Well, just a thought based on my intuition. There's the h2 crate that requires to use `tokio` util, maybe a specific version. Now that we forced it to use the...
I used this version to build locally: `eecfb1ec10eefaea72ea8f95a25c72a76b8df9a9`. Try that.
@shackra sorry to hear. Unfortunately, `tokio-msim` is a hard dependency and cannot be removed. `suiup` is a tool to manage versions of different CLIs in the Sui ecosystem; in general,...
We don't have such a service yet; it is planned but there's no ETA yet cc @bmwill & @abhinavg6. Alternatively, you could try one of the community projects: - https://github.com/fluxus-labs/fluxus-source-sui...
Does this change affect any of the validator APY logic in GQL?