ldt icon indicating copy to clipboard operation
ldt copied to clipboard

Update from arkworks 3 --> 4

Open z-tech opened this issue 1 year ago • 4 comments

What does this PR do?

  • it updates dependencies in cargo toml from arkworks 3 to 4 and works changes through the code
  • see https://github.com/arkworks-rs/ldt/pull/11

z-tech avatar Feb 20 '24 14:02 z-tech

Nightly needs to fix this along the lines of this PR: https://github.com/arkworks-rs/algebra/pull/790

Pratyush avatar Feb 27 '24 16:02 Pratyush

Nightly needs to fix this along the lines of this PR: https://github.com/arkworks-rs/algebra/pull/790

Gotcha. I'm on holiday this week I'll see what I can do Monday.

z-tech avatar Feb 28 '24 09:02 z-tech

@Pratyush hi, got nightly working with Giacomo's help.

I was wondering what the purpose of the no_std workflow is? I could to try to work through those errors but there's ~200 of them and I'd like to do this only if there is a specific purpose 😅. LMK if you can. Thanks.

z-tech avatar Mar 26 '24 11:03 z-tech

@Pratyush hi, got nightly working with Giacomo's help.

I was wondering what the purpose of the no_std workflow is? I could to try to work through those errors but there's ~200 of them and I'd like to do this only if there is a specific purpose 😅. LMK if you can. Thanks.

So for a dependency chain something like ark_poly -> hashbrown -> ahash -> once_cell -> std is there some way I could fix this?

z-tech avatar Mar 26 '24 13:03 z-tech