Andrew Kirillov
|
2ec490a13d
|
feat(metrics-derive): ability to specify labels during instantiation (#893)
|
2023-01-19 16:25:20 -08:00 |
|
Andrew Kirillov
|
5d45325e43
|
feat(net): Metered senders (#726)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
|
2023-01-17 17:41:05 -08:00 |
|
Roman Krasiuk
|
d5fefa3a68
|
feat(metrics): derive with dynamic scope (#785)
|
2023-01-14 15:34:45 +02:00 |
|
Kim, JinSan
|
c4bafe809b
|
fix: clippy warnings, or_fun_call and unnecessary_lazy_evaluations (#846)
|
2023-01-13 11:10:02 +01:00 |
|
rakita
|
e5e74cbc02
|
fix(execution): Increase cache scope, and apply block reward to cache (#793)
* bug: Apply block reward to evm cache
* Move cache to all blocks
* add tests
* Update crates/executor/src/executor.rs
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-01-10 08:05:50 -08:00 |
|
Dimitris Apostolou
|
31cb66902e
|
fix: Fix typos (#773)
|
2023-01-09 01:43:51 +01:00 |
|
Matthias Seitz
|
6311915ead
|
chore: move metrics dep to dev-dep (#694)
|
2023-01-03 16:11:51 +02:00 |
|
Roman Krasiuk
|
5bb14ecb7c
|
fix(metrics): metrics derive separator (#625)
* fix(metrics): metrics derive separator
* fix existing metrics
* rm log
* static regex
|
2022-12-27 03:16:41 -08:00 |
|
Roman Krasiuk
|
663efa8d2a
|
feat(metrics): Metrics derive macro (#592)
* feat(metrics): `Metrics` derive macro
* rename metrics to metrics-derive
* use fully qualified fmt path
* metric vec with capacity
* favor metrics over simple scope attr, simplify code
* pull metric description from doc comment
* rm debug log
* add more docs and sample usage
* link to metrics macros
* add tests for metrics derive macro
* clippy
* simplify path comparison
* cleanup
* remove unused dep
* rename stage metrics
|
2022-12-26 14:27:24 -08:00 |
|