Rigidity

Results 69 comments of Rigidity

So the limits that are in place are because we're trying to prevent overloading lower end nodes with things such as block validation. I'm working on some things which should...

@dot-asm we've been waiting for a release for quite a while, still using a `patch.crates-io` field to pin the `blst` version to a specific commit. Any update on this? It...

I'm going to take a look at wallet performance with this PR, given the recent weight proof debacle. Otherwise, looks good to me.

I don't think we need to worry about `coin_solutions` compatibility anymore. Resolved my comments.

> Have you tried rebuild a new sdist using newer version of maturin? This pinned version is something we should look into, however I run a recent version (1.4.0) locally...

Hey, just want to follow up on what the best path forward is here. I'm happy to help resolve this if needed, though I don't have any current knowledge of...

> It's a bit complicated, I haven't have the time to think about a good solution yet. I recently had a surgery, still resting. Sorry to hear that, hope you...

Not everyone is using the most up to date version of the standard. Chia for example, uses v3 keygen, and deriving compatible hardened keys is impossible with v5. `blst_derive_child_eip2333` is...

Hey, I don't quite follow this - there aren't any code changes other than a version bump in the lockfile, so I'm not sure if this would actually fix the...

I see, the relevant issue is https://github.com/sfackler/rust-openssl/issues/2096? Looks like CI is failing, so will have to look into that. And ideally bump whichever crate indirectly depends on OpenSSL as well.