vicsn
vicsn
@stevermeister may I ask for the source of the test vectors? Two calls with the tax authority confirmed my point, I sent you an email if you want to discuss...
I also see the issue in the calculations, the tax income calculator uses the `Tijdvaktabel` (monthly taxes) for benchmarks but not the `Tabel voor bijzondere beloningen` (yearly taxes). Both the...
Yes, will coordinate and help Michel to first get this related issue over the finish line to see if it resolves the attack: https://github.com/AleoHQ/snarkOS/pull/3119
Deprecating this in favour of https://github.com/AleoHQ/snarkOS/pull/3119 - which has been tested and works
Great idea. Instead of creating a new function, perhaps we can pass the payer (`self` or `self.signer`) in as address argument, or it could even just be a boolean flag.
@onetrickwolf see the above discussion, do we have an existing example or test of creating a signature using the SDK's `aleo-wasm` and verifying it in a transition? If not can...
For the record, I cannot reproduce this CI error locally: ```thread 'package::run::tests::test_run_with_import' panicked at 'called `Result::unwrap()` on an `Err` value: marlin: PolynomialCommitmentError(AnyhowError(Expected size of 12582920, found size of 12075008))', vm/package/run.rs:145:44```
> @vicsn the CI failures on synthesizer are concerning. Our serialization sizes appear to have genuinely changed. Those failures aren't flaky. (only the ParameterError ones are flaky, which are not...
> ```rust > warn(clippy::cast_possible_truncation)] > ``` Added it. For the adjustments in the last commits I: - let structs use fixed-size types instead of usize to make it clear to...
@howardwu if you like the PR's logic, I suggest we merge and I will tackle this piece by piece in the coming weeks: https://github.com/AleoHQ/snarkVM/issues/1567