Luke Tchang
|
1cc42cbba0
|
fix(timelag): normalize block if block = None (#1146)
* fix(timelag): normalize block if block = None
* lint: nightly formatter
Co-authored-by: James <james@prestwi.ch>
|
2022-04-14 12:20:35 -07:00 |
Luke Tchang
|
8eac1997f4
|
fix: remove const lag so it can be passed in as runtime variable (#587)
|
2021-11-16 16:03:26 -08:00 |
Luke Tchang
|
4db37cad84
|
fix: adds TimeLag::new() (#568)
|
2021-11-10 14:38:19 +02:00 |
Matthias Seitz
|
dcf20022c6
|
chore: add rustfmt.toml (#537)
* chore: add rustfmt.toml
* rustfmt
* chore: Update readme with fmt info
* ci: update ci
* chore: rustfmt
* rustfmt
* rustfmt
* ci: install libudev
* chore(clippy): make clippy happy
* chore(clippy): make clippy happy
* revert ci
* ci: install libudev
|
2021-10-29 14:29:35 +02:00 |
James Prestwich
|
57736ed232
|
feature: first draft timelag middleware (#457)
* feature: first draft timelag middleware
* chore: add 1 line docstrings
* fix: address PR comments
- imports to top of file
- expect with message
- fill_transaction fix
* bug: fix fill_transaction error return
* refactor: make receipt filtering less ugly
* fix: make trait impl wasm compatible
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2021-09-17 12:38:35 -05:00 |