carlomazzaferro
|
36111abf69
|
Use inspector class -- remove global Semaphore and improve error handling
|
2021-10-28 11:33:33 +01:00 |
|
carlomazzaferro
|
f6719cdfc8
|
merge commit
|
2021-10-28 11:15:51 +01:00 |
|
carlomazzaferro
|
c3475bbd8f
|
Use inspector class -- remove global Semaphore and improve error handling
|
2021-10-28 11:04:24 +01:00 |
|
Luke Van Seters
|
3521567884
|
Merge pull request #111 from flashbots/backfill-template-env-2
Add trace DB environment variables to the backfill helm chart
|
2021-10-27 15:36:33 -04:00 |
|
Luke Van Seters
|
afce3ce9ba
|
Merge pull request #108 from flashbots/backfill-cleanup
Move traces to `traces.py` files
|
2021-10-27 15:36:16 -04:00 |
|
Gui Heise
|
06615bec95
|
Merge pull request #113 from flashbots/fetch-block
Add fetch-block command
|
2021-10-27 18:01:27 +01:00 |
|
Gui Heise
|
a8fbacb7f0
|
Add block json
|
2021-10-27 17:27:32 +01:00 |
|
Luke Van Seters
|
30df035d12
|
Merge pull request #110 from flashbots/readme-mev-2
Update README to use `./mev` commands
|
2021-10-27 11:21:37 -04:00 |
|
Gui Heise
|
6834dba8fa
|
Add mev command
|
2021-10-27 15:53:44 +01:00 |
|
Gui Heise
|
f57d8e5be5
|
Add fetch-block command
|
2021-10-27 15:47:59 +01:00 |
|
Luke Van Seters
|
132b79ee91
|
Merge pull request #78 from emlazzarin/arb-fix-4
Adjust arbitrage calculation logic
|
2021-10-26 12:19:50 -04:00 |
|
sragss
|
e29d8bb310
|
Merge branch 'main' into arb-fix-4
|
2021-10-22 14:01:08 -07:00 |
|
carlomazzaferro
|
e15eef49c1
|
async based middleware, better logging and async requests
|
2021-10-22 13:58:00 +01:00 |
|
Luke Van Seters
|
58ab655d89
|
Specify trace DB credentials in the backfill helm chart
|
2021-10-21 16:24:43 -04:00 |
|
Luke Van Seters
|
576fe04eb0
|
Update README.md
|
2021-10-21 15:54:45 -04:00 |
|
Luke Van Seters
|
18c42a872f
|
Add support for tailing listener logs and inspecting many from the mev command
|
2021-10-21 15:54:11 -04:00 |
|
Luke Van Seters
|
5897781db8
|
Update README to add a backfill section
|
2021-10-21 15:47:24 -04:00 |
|
Luke Van Seters
|
619ed51e49
|
Update README to use ./mev commands
|
2021-10-21 15:36:01 -04:00 |
|
Luke Van Seters
|
f523935a79
|
Merge pull request #100 from elopio/readme
Prettify the README
|
2021-10-21 15:32:05 -04:00 |
|
carlomazzaferro
|
4f20c540e6
|
asyncio-based concurrent backfilling
|
2021-10-20 17:12:21 +01:00 |
|
Luke Van Seters
|
4894f57f13
|
Add back transaction hash in classified traces
|
2021-10-19 18:11:33 -04:00 |
|
Luke Van Seters
|
8c6f984b0a
|
transaction hash is optional
|
2021-10-19 18:01:31 -04:00 |
|
Luke Van Seters
|
d38e027bfa
|
Remove duplicate fields on classified trace
|
2021-10-19 13:21:39 -04:00 |
|
Luke Van Seters
|
01a27f84c0
|
Rename classified_traces file to traces. Move Trace to traces
|
2021-10-19 13:20:01 -04:00 |
|
Leo Arias
|
60f1a651bb
|
Apply review feedback
|
2021-10-19 16:47:53 +00:00 |
|
Leo Arias
|
ad4acfa043
|
Add maintainers
|
2021-10-19 16:37:42 +00:00 |
|
Leo Arias
|
a4c21b765d
|
Fix the issues link
|
2021-10-19 16:34:14 +00:00 |
|
Leo Arias
|
c36e2445af
|
Link the badge to discord
|
2021-10-19 16:34:14 +00:00 |
|
Leo Arias
|
53a1afd5f7
|
Improve format
|
2021-10-19 16:34:14 +00:00 |
|
Leo Arias
|
f3687c9102
|
Fix typo
|
2021-10-19 16:32:39 +00:00 |
|
Leo Arias
|
8e42bede10
|
Prettify the README.
|
2021-10-19 16:32:39 +00:00 |
|
Luke Van Seters
|
a5e4a2d1d4
|
Merge pull request #106 from flashbots/traces-db-access
Use the trace DB for cached blocks
|
2021-10-18 13:06:54 -04:00 |
|
Luke Van Seters
|
4ae59b8e28
|
Back to original
|
2021-10-18 12:58:57 -04:00 |
|
Sam Ragsdale
|
d952287b2d
|
Adjust arbitrage path creation to not depend on pool_address, adjust tests accordingly
|
2021-10-18 09:29:58 -07:00 |
|
Luke Van Seters
|
063b8764a8
|
Write classified traces
|
2021-10-18 12:01:26 -04:00 |
|
Luke Van Seters
|
68232f4161
|
Fetch all of the block from the DB if possible
|
2021-10-18 11:33:14 -04:00 |
|
Luke Van Seters
|
a786b74f4a
|
Update listener
|
2021-10-18 10:47:41 -04:00 |
|
Luke Van Seters
|
dbc7c5d4ae
|
Add credentials to tiltfile. Find traces using traces db
|
2021-10-18 10:47:41 -04:00 |
|
Luke Van Seters
|
ee5a4905e6
|
Weave trace db through to fetch
|
2021-10-18 10:47:41 -04:00 |
|
Luke Van Seters
|
1993f0a14d
|
Add trace DB session
|
2021-10-18 10:47:41 -04:00 |
|
Luke Van Seters
|
2935df284d
|
Add optional environment variables for TRACE_DB_*
|
2021-10-18 10:47:41 -04:00 |
|
Luke Van Seters
|
db1b31c0dc
|
Merge pull request #103 from flashbots/backfill-main
Add support for parallelized backfills
|
2021-10-18 10:46:57 -04:00 |
|
Luke Van Seters
|
03e42ee007
|
Merge pull request #105 from flashbots/faster-inspect
Small adjustments to speed up inspection
|
2021-10-18 10:46:35 -04:00 |
|
Luke Van Seters
|
f3b85dc1df
|
Run black
|
2021-10-16 21:44:07 -04:00 |
|
Luke Van Seters
|
e22d947c1f
|
Bring back black
|
2021-10-16 19:51:11 -04:00 |
|
Luke Van Seters
|
7f017777d6
|
Add some small optimizations. Skip compound liquidations for now
|
2021-10-16 19:50:54 -04:00 |
|
Luke Van Seters
|
8d9f860346
|
Add some small optimizations. Skip compound liquidations for now
|
2021-10-16 19:49:38 -04:00 |
|
Luke Van Seters
|
3934004ed4
|
Turn off black. not working
|
2021-10-16 19:48:31 -04:00 |
|
Taarush Vemulapalli
|
90afc1b905
|
Support for Cream markets + tests (#104)
* Support for Cream markets + test
* fixes for WETH/underlying_markets
* has_liquidations helper
|
2021-10-16 10:13:39 -07:00 |
|
Gui Heise
|
c6c45b4ab0
|
Merge pull request #89 from flashbots/aTokens
Add received_token_address to liquidations
|
2021-10-15 11:49:14 -04:00 |
|