ZigaMr
|
011cb36417
|
Removed additional unused type parameters
|
2022-05-23 01:48:35 +02:00 |
|
ZigaMr
|
4253928021
|
Removed type parameter, now infers through trace_block call
|
2022-05-23 01:33:55 +02:00 |
|
ZigaMr
|
19c80bd963
|
Used black and pylint to reformat
|
2022-05-10 01:34:50 +02:00 |
|
ZigaMr
|
a6b391970f
|
Fixed parameters, added create2 Tracetype, miner address for geth
|
2022-05-09 01:29:01 +02:00 |
|
ZigaMr
|
86b5fbb5f1
|
Cleaned unused variables
|
2022-05-08 00:14:03 +02:00 |
|
ZigaMr
|
253c8beeec
|
Changed await call for web3 get_block method
|
2022-05-07 23:54:33 +02:00 |
|
ZigaMr
|
b21ca9f873
|
Fixed params order
|
2022-05-07 23:33:41 +02:00 |
|
ZigaMr
|
22d98afa1c
|
Merge branch 'geth_additions' of https://github.com/marlinprotocol/mev-inspect-py into main
|
2022-05-07 18:29:45 +02:00 |
|
Luke Van Seters
|
85d90e3c6b
|
No need for typevar
|
2022-01-18 11:30:32 -05:00 |
|
Luke Van Seters
|
091ddbd9c1
|
Clean up async defaults
|
2022-01-18 11:29:45 -05:00 |
|
Luke Van Seters
|
89d2a718b2
|
No limits!
|
2022-01-18 09:24:03 -05:00 |
|
Luke Van Seters
|
93c7998e22
|
Allow partial results from the db
|
2022-01-15 11:12:59 -05:00 |
|
Luke Van Seters
|
9235020999
|
Merge pull request #195 from flashbots/consistent-middleware
Use middleware for all RPC calls
|
2021-12-30 10:11:33 -05:00 |
|
Luke Van Seters
|
846f7376d4
|
Break out of finding block on first missing attribute
|
2021-12-29 09:50:40 -05:00 |
|
Luke Van Seters
|
fcc453391f
|
Use middleware for trace and receipt methods
|
2021-12-23 22:21:18 -05:00 |
|
Luke Van Seters
|
b9544eb18b
|
Fix whitespace for isort
|
2021-12-14 13:14:13 -05:00 |
|
Luke Van Seters
|
d5f73b5e3a
|
Run isort on all files
|
2021-12-13 18:46:39 -05:00 |
|
Supragya Raj
|
935d0c9866
|
added translation for create2, README updates, shell script updates
|
2021-12-09 15:33:20 +01:00 |
|
Supragya Raj
|
b31f5d750e
|
added RPCType, fixes
|
2021-12-09 13:17:34 +01:00 |
|
Supragya Raj
|
d1a1a53101
|
async middleware - geth poa
|
2021-12-02 15:09:13 +01:00 |
|
Supragya Raj
|
0895a0f1cd
|
await getblock
|
2021-11-25 10:46:54 +01:00 |
|
Supragya Raj
|
8504ac5cca
|
updates for latest master
|
2021-11-25 10:46:00 +01:00 |
|
Supragya Raj
|
54bd2e68d9
|
Merge branch 'geth_additions' into main-gethmerge
|
2021-11-23 14:43:18 +05:30 |
|
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 |
|
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
|
caf645e923
|
Fetch timestamp when creating blocks
|
2021-11-17 13:28:48 -05:00 |
|
Luke Van Seters
|
f705a85b5c
|
Only set base logging from entrypoints
|
2021-11-15 16:00:18 -05:00 |
|
Luke Van Seters
|
7b60488f76
|
Support async for listener
|
2021-11-09 11:51:43 -05:00 |
|
carlomazzaferro
|
a6bf834e76
|
address PR comments
|
2021-10-30 00:15:23 +01:00 |
|
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 |
|
Supragya Raj
|
c8413130ec
|
fixed lint issue
|
2021-10-27 15:47:49 +02:00 |
|
Supragya Raj
|
75ac0ea618
|
geth additions
|
2021-10-25 05:56:23 +02:00 |
|
carlomazzaferro
|
e15eef49c1
|
async based middleware, better logging and async requests
|
2021-10-22 13:58:00 +01:00 |
|
carlomazzaferro
|
4f20c540e6
|
asyncio-based concurrent backfilling
|
2021-10-20 17:12:21 +01:00 |
|
Luke Van Seters
|
01a27f84c0
|
Rename classified_traces file to traces. Move Trace to traces
|
2021-10-19 13:20:01 -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
|
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 |
|
Taarush Vemulapalli
|
ed83b49091
|
Compound
* compound v2 + tests
|
2021-10-13 07:19:52 -07:00 |
|
Luke Van Seters
|
a9cbe106ad
|
Use a dedicated table for the last block written. Write new blocks as they come
|
2021-09-17 09:20:17 -04:00 |
|
Luke Van Seters
|
e6793ee053
|
Add configmap for RPC. Print latest block on loop
|
2021-09-17 09:20:17 -04:00 |
|
Luke Van Seters
|
4993bbc8e0
|
Create cache dir if not exists
|
2021-09-17 09:20:17 -04:00 |
|
Luke Van Seters
|
fcdfad7963
|
Add support for base fee
|
2021-08-27 18:40:56 -04:00 |
|
Luke Van Seters
|
ae2c9886db
|
Pass w3 into create block
|
2021-08-27 18:40:56 -04:00 |
|
Luke Van Seters
|
a960d5e4cf
|
Add gas payment to miner payments
|
2021-08-27 18:40:55 -04:00 |
|
Luke Van Seters
|
54ebe78460
|
Add miner to block data
|
2021-08-27 18:40:55 -04:00 |
|
Luke Van Seters
|
7af5762f3b
|
Remove unused block data
|
2021-08-25 11:00:12 -04:00 |
|
Luke Van Seters
|
af9233c5bc
|
Add placeholder object for receipt
|
2021-08-23 13:54:51 -04:00 |
|