Skip to content

Commit

Permalink
Pw/new bridge subsidy (#1618)
Browse files Browse the repository at this point in the history
* 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 <joss@aztecprotocol.com>
  • Loading branch information
PhilWindle and joss-aztec authored Nov 9, 2022
1 parent 875bda3 commit f981c3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aztec/stdlib/primitives/bit_array/bit_array.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f981c3e

Please sign in to comment.