Robert Miller
|
bb3ace07a1
|
=move punk classifiers out of classifer.py
|
2021-11-25 16:48:48 -05:00 |
|
Robert Miller
|
976ac9ea77
|
style: change punk_bid.amount to price
|
2021-11-25 16:04:52 -05:00 |
|
Gui Heise
|
9f860c118e
|
Remove validation step
|
2021-11-24 12:23:32 -05:00 |
|
Gui Heise
|
8a555ea442
|
Move helpers into 0x file
|
2021-11-24 12:14:40 -05:00 |
|
Gui Heise
|
7656c0d76c
|
Remove children swaps
|
2021-11-23 14:34:26 -05:00 |
|
Gui Heise
|
c334441e95
|
Add assertion and move constants up
|
2021-11-23 11:28:15 -05:00 |
|
Gui Heise
|
d7872db45c
|
Restructure classifier
|
2021-11-23 11:15:03 -05:00 |
|
Gui Heise
|
d75e9b76ab
|
Add constants and exceptions
|
2021-11-23 10:38:02 -05:00 |
|
Gui Heise
|
4c643a2d9f
|
Add tests for 0x swaps
|
2021-11-23 09:32:18 -05:00 |
|
Gui Heise
|
2d62ca25d6
|
Add function signatures
|
2021-11-22 19:06:58 -05:00 |
|
Gui Heise
|
e29c4fad72
|
Add support for any taker
|
2021-11-22 15:09:20 -05:00 |
|
Gui Heise
|
2f1a9bc751
|
Add helper for token_in_amount
|
2021-11-22 12:35:23 -05:00 |
|
Gui Heise
|
f650d3e87f
|
Make protocol zero_ex
|
2021-11-22 12:23:14 -05:00 |
|
Gui Heise
|
32aa3246bf
|
Remove debugger
|
2021-11-22 12:23:14 -05:00 |
|
Gui Heise
|
dbe40249b5
|
Add Rfq/Limit distinction
|
2021-11-22 12:23:14 -05:00 |
|
Gui Heise
|
cf71272c10
|
Add 0x swap classifier
|
2021-11-22 12:23:14 -05:00 |
|
Gui Heise
|
89c2ed3a84
|
Remove func
|
2021-11-22 12:16:39 -05:00 |
|
Gui Heise
|
784922fa07
|
Rename to helpers, add func
|
2021-11-22 12:07:30 -05:00 |
|
Gui Heise
|
dc02564862
|
Add contract_address
|
2021-11-22 10:55:00 -05:00 |
|
Robert Miller
|
377137d9c8
|
feat: add support for punk snipes
|
2021-11-19 17:18:29 -06:00 |
|
Robert Miller
|
f31430da30
|
bug: update uint to uin256
|
2021-11-19 17:17:34 -06:00 |
|
Gui Heise
|
12a82e918b
|
Add contract_address in arbs
|
2021-11-19 11:03:06 -05:00 |
|
Gui Heise
|
8c699ed7cc
|
Alter schema
|
2021-11-19 10:59:08 -05:00 |
|
Gui Heise
|
07e1680301
|
Merge pull request #130 from flashbots/swaps-classifiers
Implement swap classifiers
|
2021-11-19 09:58:39 -05:00 |
|
Luke Van Seters
|
f5233a17fd
|
Rename to prices table
|
2021-11-18 13:56:07 -05:00 |
|
Luke Van Seters
|
5b59427d4f
|
Write prices. Ignore duplicates
|
2021-11-18 13:43:21 -05:00 |
|
Gui Heise
|
386eccaeb7
|
Remove abstract method
|
2021-11-18 12:58:45 -05:00 |
|
Gui Heise
|
ca0014533a
|
Add getter method for Uni recipient address
|
2021-11-18 12:52:48 -05:00 |
|
Gui Heise
|
1e1241cbf5
|
Remove Uni none checks and bash change
|
2021-11-18 12:22:13 -05:00 |
|
Luke Van Seters
|
bed8520bc8
|
Write prices on fetch-all
|
2021-11-18 11:55:42 -05:00 |
|
Luke Van Seters
|
2dc14218bf
|
Add support for fetching all supported prices
|
2021-11-18 11:43:59 -05:00 |
|
Gui Heise
|
6e25031623
|
Rename utils.py to swaps.py
|
2021-11-18 11:38:09 -05:00 |
|
Luke Van Seters
|
5756cb15a5
|
Merge pull request #128 from elopio/typo/clasifier
Fix typo: clasifier
|
2021-11-18 11:34:25 -05:00 |
|
Luke Van Seters
|
36101c36db
|
Merge pull request #132 from flashbots/timestamp-support
Add support for writing timestamps in mev-inspect
|
2021-11-18 10:39:15 -05:00 |
|
Robert Miller
|
1de1570939
|
feat: change to "punk bid acceptance" and get punk bid acceptances
|
2021-11-17 21:51:56 -05:00 |
|
Luke Van Seters
|
5aa8776b0d
|
Don't attempt to create block if timestamp is null
|
2021-11-17 15:14:24 -05:00 |
|
Luke Van Seters
|
a2dc8908df
|
Save block during inspection
|
2021-11-17 15:11:26 -05:00 |
|
Luke Van Seters
|
ad45abbe9c
|
Add crud for blocks
|
2021-11-17 15:07:04 -05:00 |
|
Luke Van Seters
|
caf645e923
|
Fetch timestamp when creating blocks
|
2021-11-17 13:28:48 -05:00 |
|
Gui Heise
|
ff9337eb4b
|
Fix UniV3 Classifier
|
2021-11-17 10:19:10 -05:00 |
|
Gui Heise
|
94c5691f01
|
Move swap logic into classifiers
|
2021-11-17 07:37:25 -05:00 |
|
Robert Miller
|
96d2171daa
|
style: improve schema naming bcuz imagine complained
|
2021-11-16 19:57:58 -05:00 |
|
Robert Miller
|
0d6215f82e
|
wip feat: getting punk bids / accepts
|
2021-11-15 21:08:28 -05:00 |
|
Robert Miller
|
5766abb9fe
|
feat: add punk classifiers
|
2021-11-15 21:08:07 -05:00 |
|
Robert Miller
|
c5ab2be4e3
|
add punk classifications
|
2021-11-15 21:07:38 -05:00 |
|
Luke Van Seters
|
f705a85b5c
|
Only set base logging from entrypoints
|
2021-11-15 16:00:18 -05:00 |
|
Gui Heise
|
f43df8ffa4
|
Fix circular imports
|
2021-11-15 13:28:34 -05:00 |
|
Gui Heise
|
29cd82cd0b
|
Parse swap logic inside uniswap classifier
|
2021-11-15 11:00:39 -05:00 |
|
Leo Arias
|
cfeaaae046
|
Fix typo: clasifier
|
2021-11-11 17:55:12 +00:00 |
|
Gui Heise
|
5d03c1fbfa
|
Add classifier specs to init
|
2021-11-11 10:39:24 -05:00 |
|