86 Commits

Author SHA1 Message Date
Taarush Vemulapalli
032bd0a339 wip: contributor guide 2021-07-27 11:02:43 -07: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
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
Luke Van Seters
47e778d851 A little more in the readme 2021-07-22 17:13:36 -04:00
Luke Van Seters
b563162b7e Include a link to docker 2021-07-22 17:10:04 -04:00
Luke Van Seters
710c011575 Add the source for run.sh 2021-07-22 17:06:54 -04:00
Luke Van Seters
bdb2157038 Rename back to mev-inspect. Update README 2021-07-22 17:05:41 -04:00
Luke Van Seters
9ab63b5ddb Rename to app 2021-07-22 16:41:10 -04:00
Luke Van Seters
652f7e4878 Add DB + PGAdmin 2021-07-22 16:35:19 -04:00
Luke Van Seters
b0a93feb79 Remove scripts replaced by docker compose 2021-07-22 15:45:43 -04:00
Luke Van Seters
c15ec12361 Move Dockerfile to top level + simplify. Add docker compose 2021-07-22 15:45:12 -04:00
Luke Van Seters
d182b8d8d2 Update mypy version - fix mypy failure 2021-07-22 15:08:36 -04:00
Luke Van Seters
3feaf43929 Fix whitespace 2021-07-22 14:39:28 -04:00
Luke Van Seters
744df80311 Add github actions for precommit and tests 2021-07-22 14:35:23 -04:00
Luke Van Seters
e79a4bb04b Add github actions for precommit and tests 2021-07-22 14:33:11 -04:00
Robert Miller
674e4a1c6c
Merge pull request #27 from lukevs/add-inspectors-and-classifications
Add inspectors and classifications
2021-07-22 13:05:20 -04:00
Robert Miller
6e8a7b58e8
Merge pull request #26 from lukevs/nested-traces
Add NestedTrace
2021-07-22 10:41:52 -04:00
Luke Van Seters
b99f7b5aa8 Trace is an object 2021-07-21 12:30:57 -04:00
Luke Van Seters
0e45f22de8 Add output to testing file to make sure all looks good 2021-07-21 12:28:46 -04:00
Luke Van Seters
fd1b11927c Support Inspector interface in processor. Support it in uniswap inspector 2021-07-21 12:28:46 -04:00
Luke Van Seters
31022e3e45 Move uniswap inspector. Implement the inspector interface 2021-07-21 12:28:42 -04:00
Luke Van Seters
eef61b372d Add Inspector and Classification base classes 2021-07-21 12:28:15 -04:00
Luke Van Seters
2c709b9e0d Add support for decoding ABIs 2021-07-21 00:54:27 -04:00
Luke Van Seters
de3c6bf849 Update token flow to accept the block. Move required blocks for tests to tests directory 2021-07-20 23:52:22 -04:00
Luke Van Seters
9442078a7a call => trace, and traces are still dicts here 2021-07-20 22:56:34 -04:00
Luke Van Seters
36c584ed4c Clear the cache 2021-07-20 18:54:27 -04:00
Luke Van Seters
59eb9ef514 Handle multiple transaction hashes 2021-07-20 18:50:43 -04:00
Luke Van Seters
311f265d1b Add implementation for building NestedTraces from Traces + tests 2021-07-20 18:25:21 -04:00
Luke Van Seters
06fce79512 Update check signatures for Trace object 2021-07-20 18:22:29 -04:00