113 Commits

Author SHA1 Message Date
Taarush Vemulapalli
c2660e4b1e Contributor guide + Compound liqs boilerplate 2021-08-02 05:16:41 -07:00
Robert Miller
1a5524e6f3
Merge pull request #41 from flashbots/swap-abis
Add ABIs and specs for Uniswap V3
2021-07-30 14:27:09 -04:00
Luke Van Seters
0d2d651f60 Forgot to install pre-commit 2021-07-30 14:18:27 -04:00
Luke Van Seters
127debab18 Use spread instead for classified specs list 2021-07-30 14:17:06 -04:00
Luke Van Seters
40529a34bf Compare against lowercase addresses 2021-07-30 13:06:50 -04:00
Robert Miller
4a1b69fbc9
Merge pull request #33 from milancermak/small-fixes
Small fixes
2021-07-30 00:09:05 -04:00
Luke Van Seters
c64bc3e2c2 Hope everyone's having a great day 2021-07-29 16:08:04 -04:00
Luke Van Seters
d4621182cf Just saying hi to the channel 👋 2021-07-29 16:07:25 -04:00
Luke Van Seters
1ccd076881 Add ABIs for Uniswap V3. Move abis to hierarchy 2021-07-29 16:04:21 -04:00
Robert Miller
654b416336
Merge pull request #39 from pmdaly/scripts-clean
Scripts clean
2021-07-29 09:47:04 -04:00
Patrick Daly
598c2bf313 typo 2021-07-29 06:09:17 -07:00
Patrick Daly
7f26c600dc moved all scripts to ./scripts and added some arg shorthands 2021-07-28 21:03:33 -07:00
Patrick Daly
b557031358 Merge branch 'flashbots-main' into block-data 2021-07-28 20:36:32 -07:00
Patrick Daly
5586e8ff76 Merge branch 'main' of https://github.com/flashbots/mev-inspect-py into flashbots-main 2021-07-28 20:30:49 -07:00
Robert Miller
6632130c9a
Merge pull request #37 from lukevs/classified-traces-implementation
Implement Trace Classifier and write to DB
2021-07-28 22:52:57 -04:00
Robert Miller
43beb13d93
Merge pull request #36 from lukevs/classified-traces-migration
Classified traces table
2021-07-28 19:23:50 -04:00
Luke Van Seters
f72049a4df connection => session 2021-07-27 19:02:29 -04:00
Luke Van Seters
e38f1384ef Add inspect command 2021-07-27 18:58:13 -04:00
Luke Van Seters
d7f2d120dd Create trace classifier. Use in general run script. Write to the DB 2021-07-27 18:58:13 -04:00
Luke Van Seters
6ca00ff3ba Move ABIs to a folder 2021-07-27 18:58:13 -04:00
Luke Van Seters
49e047e9b6 Add classified traces table 2021-07-27 18:57:58 -04:00
Luke Van Seters
f060039f95
Merge pull request #31 from lukevs/db-migrations
Add alembic
2021-07-27 18:55:03 -04:00
Luke Van Seters
4945a2e025
Delete requirements.txt 2021-07-27 18:37:02 -04:00
Luke Van Seters
0e5ba9c323 Add alembic to deps and readme. Also add generalized exec function 2021-07-27 18:20:55 -04:00
Luke Van Seters
148e0a82c2 Add alembic to pyproject 2021-07-27 17:29:39 -04:00
Luke Van Seters
5abb478f16 Add alembic migrations 2021-07-27 17:28:04 -04:00
Luke Van Seters
e41de5e45b
Merge pull request #30 from pmdaly/add-poetry
Add poetry
2021-07-27 09:01:13 -04:00
Luke Van Seters
570d40bc97
Exclude --all-files in pre-commit with poetry 2021-07-26 22:04:54 -04:00
Luke Van Seters
c075327f1d
Remove --all-files from poetry run 2021-07-26 22:01:37 -04:00
Luke Van Seters
a9580e3aa9
Update github-actions.yml 2021-07-26 21:58:44 -04:00
Patrick Daly
278a75caed adding poetry and caching to actions build 2021-07-26 17:58:43 -07:00
Luke Van Seters
879e56ac92
Merge branch 'tokenflow/liquidations' into add-poetry 2021-07-26 12:17:20 -04:00
Robert Miller
b3261fa903
Merge pull request #32 from lukevs/add-github-actions-to-pr
Add PR as a trigger for Github Actions
2021-07-26 10:50:03 -04:00
Milan Cermak
3425ea7507 Small fixes 2021-07-25 18:42:29 +02:00
Patrick Daly
2aba69874a adding poetry usage 2021-07-24 16:05:59 -07:00
Patrick Daly
94ed945070 updating python version to match pre-commit 2021-07-24 16:05:24 -07:00
Patrick Daly
f55b94192f cleaning up poetry scripts 2021-07-24 16:04:34 -07:00
Patrick Daly
c592a49c35 set poetry to install to docker pip instead of venv 2021-07-24 16:03:18 -07:00
Patrick Daly
4b53a99fc9 simplified scripts with args and added basic docker cmds 2021-07-24 08:37:21 -07:00
Patrick Daly
bb4af4f16f docker integrated with poetry and persistence fixed 2021-07-23 18:41:51 -07:00
Luke Van Seters
54cf9ad3ff Update README to trigger PR checks again 2021-07-23 15:59:38 -04:00
Luke Van Seters
afc6ce5ea9 Add PR as a trigger for python workflows 2021-07-23 15:56:30 -04:00
Patrick Daly
17c6138eae 👋 🐳 hello 🕵️! 2021-07-23 10:27:07 -07:00
Patrick Daly
f3a4c4e60e pylint call fixed 2021-07-23 09:25:17 -07:00
Patrick Daly
acf32966f7 updating docker to use poetry 2021-07-23 09:08:41 -07:00
Patrick Daly
dfff6b3a70 poetry integrated and dev scripts setup 2021-07-23 08:25:44 -07:00
Robert Miller
0679592216
Merge pull request #29 from lukevs/docker-compose-with-db
Move to Docker Compose. Add a postgres DB + PGAdmin
2021-07-22 20:46:20 -04:00
Robert Miller
6c3c13054b
Merge pull request #28 from lukevs/github-action-tst
Add Github Actions to run pre-commit and tests
2021-07-22 20:37:34 -04:00
Luke Van Seters
efce091442 Add instructions for PGAdmin 2021-07-22 17:35:55 -04:00
Luke Van Seters
76f89981d4 Add a subtitle 2021-07-22 17:23:08 -04:00