Skip to content

Commit

Permalink
Performance Improvements, Fixes, Cleanup, Local Devnet. (#2044)
Browse files Browse the repository at this point in the history
* Improve performance of confirmMined and getRollup.

* Only use the sync db, if we're using sqlite.

* Add indexes to some queried columns.

* Improve falafel configurator such we can specify a data dir. Script to start a cloned prod.

* Squashed commit of the following:

commit ea2ee8a845408abacb60456bcaa61f369b17c822
Merge: 37facaab9 f88b923bd
Author: Charlie Lye <[email protected]>
Date:   Thu Dec 29 23:03:32 2022 +0000

    Merge branch 'defi-bridge-project' into cl/falafel_sync_opt

commit 37facaab9b89797cfc2e0c0ad9d352547d7bec04
Author: Charlie Lye <[email protected]>
Date:   Sat Dec 24 11:36:38 2022 +0000

    Fix.

commit 279108bbe4ca5909d9f80fae9c26af438d68a3fa
Author: Charlie Lye <[email protected]>
Date:   Fri Dec 23 22:06:10 2022 +0000

    Cleanup a bit.

commit 97bc8e86a1327ba45104926beef64bc580fb15f5
Merge: 1384a7b94 76f44710a
Author: Charlie Lye <[email protected]>
Date:   Fri Dec 23 21:52:36 2022 +0000

    Merge branch 'defi-bridge-project' into cl/falafel_sync_opt

commit 1384a7b94ff01d73045ae93d2bc0c4d11b757041
Author: Charlie Lye <[email protected]>
Date:   Sun Dec 18 23:07:10 2022 +0000

    Sync improv.

commit 4b23554df8875bca815f88238c936e02c0523aa5
Author: Charlie Lye <[email protected]>
Date:   Sun Dec 18 07:05:59 2022 +0000

    Initial work.

* Cleanup kebab config mess.

* Use logger in http job server.

* Don't create temp file addresses.json.

* Remove rollups from cached db. Just settled rollups now.

* Wip

* Fix nondeterministic get-blocks binary data by using mined time, not created time.

* Fix.

* Fix.

* Massive script and test cleanup.

* Make arch x86-64 so rosetta can run images.

* Initial local devnet work.

* Tweaks and fixes.

* Focal ubuntu...

* fix.

* Fix prover test.

* Fix.

* config.yml

* Remove commented code.

* Index mined on rollup entity. Commented code removal.

* Pin foundry.

* Bridge query fixes

* Bridge query fixes

* Updated test

Co-authored-by: PhilWindle <[email protected]>
  • Loading branch information
charlielye and PhilWindle authored Jan 3, 2023
1 parent b3365bd commit a7ea1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/arch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ if(WASM)
endif()

if(NOT WASM AND NOT APPLE)
add_compile_options(-march=skylake-avx512)
add_compile_options(-march=x86-64)
endif()

0 comments on commit a7ea1e4

Please sign in to comment.