Jonathan LEI

Results 191 comments of Jonathan LEI

Would be helpful if you can provide the full Sierra class you're trying to declare.

Issue staled. This is likely just a compiler version mismatch issue.

Same as the [reply](https://github.com/xJonathanLEI/starkli/issues/76#issuecomment-2057986508) in #76, this class should have already been included since Starkli v0.2.6. What version are you using?

Hey sorry it looks like I completely missed this issue. Have you managed to resolve it? It looks like an RPC issue to me instead of compiler.

I think there might be a confusion regarding how accounts are handled. `starkli` does not directly support any specific key types. Instead, it supports whatever keys expected by the support...

@barretodavid May I know which specific account contract implementations make use of these curves?

Yeah maybe a `--header` flag would do?

Adding a `--header` flag to each command invocation seems way too verbose though. Maybe we should make this a [profile-only](https://github.com/xJonathanLEI/starkli/issues/42#issuecomment-1870955479) feature?

Implemented in https://github.com/xJonathanLEI/starkli/commit/4cc8ad803bcd2605940b4c12ce93b5d79cffb034. Updated the relevant [book section](https://book.starkli.rs/profiles#rpc-provider-variant). Will be released in the next version.

Building for `x86_64-pc-windows-gnu` seems to work under [MinGW-w64](https://www.mingw-w64.org/) after dealing with the `endian.h` issue, but `x86_64-pc-windows-msvc` continues to _not_ work.