Fedor Sakharov
Fedor Sakharov
I just run this in the repo (has to be nightly rustc): ``` CARGO_INCREMENTAL=0 RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort" RUSTDOCFLAGS="-Cpanic=abort" cargo test --all-features --no-fail-fast ```
look at the binary's arch?
This is an interesting case, the solution would be whenever something like `cargo:rerun-if-changed` and its relatives is encountered, the referenced data has to be counted into the hash. Right now...
@drahnr I think has to be done: ``` ../target/debug/build/my_lib-21274d7f2c1f2efb/build-script-build cargo:rerun-if-changed=../parameter.txt cargo:rustc-env=MY_PARAMETER=anything else ``` And parse all the necessary outputs. the `build-script-build` is a pre-defined hardlink to the built `build.rs`. The...
@dependabot rebase
> what Parity was using for that until now? Nothing afaik, I added the android atrifacts to builds some time before
Can you give #1054 a try? Really wondering if the `mlkit` docs are right and it would improve things
a bad user input is easy to construct by hand ```patch diff --git a/rust/signer/src/lib.rs b/rust/signer/src/lib.rs index 801482c2..b1b0c503 100644 --- a/rust/signer/src/lib.rs +++ b/rust/signer/src/lib.rs @@ -219,5 +219,10 @@ ffi_support::define_string_destructor!(signer_destroy_string); #[cfg(test)] mod tests...
I really do not understand. Here is the code in kotlin: https://github.com/paritytech/parity-signer/blob/4bedb17f748fd8878a30ce394d13ef1d48cc9918/android/src/main/java/io/parity/signer/models/SignerDataModel.kt#L339-L345 So `historyGetWarnings` is a call to ffi that errors and throws the `ErrorDisplayed`. It is not caught ->...
Hey can you please describe your setup: 1. Network 2. What are you using with signer (polkadot.js extension?) 3. a QR with tx you are trying to sign if you...