From f981c3e46e3d5f079f55151eaa926f2f54fda7c7 Mon Sep 17 00:00:00 2001 From: PhilWindle <60546371+PhilWindle@users.noreply.github.com> Date: Wed, 9 Nov 2022 13:00:50 +0000 Subject: [PATCH] Pw/new bridge subsidy (#1618) * Initial work on new subsidy model * WIP * WIP * WIP * WIP * Updated metrics and blockchain status * WIP * WIP * WIP * Reverted bridge clients update * Merge fixes * Merge fixes * Merge fixes * Merge fixes * WIP * Test fixes * Test fix * Test fix * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Ignore virtual assets. Gas override should be optional * WIP * Cache data provided by the data provider to prevent constant requests * Fix virtual assets * Test fix * WIP * Cleanup * Fixed issue around the timing out of bridge interactions * Review changes. Tests around the BridgeDataProvider * New e2e test for bridge subsidies * Added e2e test to circle ci config * Minor test change * Fixed comment * Use of criteria in bridge data provider * Updates to bridge subsidy provider * Bug fix * Added ability to query bridge publish stats * Test fix * Deployment work * On frontent display batch times as: - if fasttrack -> next rollup - otherwise -> average timeout * accidental debugging config commit * Fixed merge error * Updated SDK/Falafel versions * Fix compiler error * Fix * Update comment * Updated Terraform for the data provider in Falafel Co-authored-by: joss --- src/aztec/stdlib/primitives/bit_array/bit_array.test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/aztec/stdlib/primitives/bit_array/bit_array.test.cpp b/src/aztec/stdlib/primitives/bit_array/bit_array.test.cpp index 1f28585521f..0e209aed4f6 100644 --- a/src/aztec/stdlib/primitives/bit_array/bit_array.test.cpp +++ b/src/aztec/stdlib/primitives/bit_array/bit_array.test.cpp @@ -80,7 +80,6 @@ TEST(stdlib_bit_array, test_string_input_output_consistency) EXPECT_EQ(result, expected); } - TEST(stdlib_bit_array, test_byte_array_conversion) { waffle::StandardComposer composer = waffle::StandardComposer();