Daira-Emma Hopwood

Results 725 comments of Daira-Emma Hopwood

I propose setting the outbound limit to 30000. Then we have `68 * 30000 = 2040000` which is well within the limit of `2 * 1024 * 1024 = 2097152`.

@str4d are those minimum-difficulty blocks? [Edit: no, because they are mainnet blocks.]

I came across this issue when writing #1257 for ZIP 320 support, because the current code in `store_decrypted_tx` added in #1306 is just obviously wrong for this case. I had...

This limit is present at https://zips.z.cash/zip-0227#global-issuance-state and was originally merged in #974.

Given that #1391 requires a major version bump for `zcash_primitives`, I've closed the issue to release `zcash_primitives` 0.15.1 (#1317), and retargeted this to 0.16.

This is a similar state-access-ordering issue to #957, and this comment from there applies: > This [ambiguity] is a consequence of the use of imperative statements like "reduce the value"...

It is preferable to disable broken tests if they are not promptly fixed. Broken test suites have an extremely high cost in terms of lack of confidence that test failures...

Another important complementary feature: #5946 (Alt Text Require should apply to videos). For how alt text is represented in the HTML see #5418. Increasing the alt text character limit: #4998

This is a possible alternative to #2953 (and arguably better, for the case of `RegtestDeactivateFoo`, because it requires less boilerplate in the test function).