312fa3a5cc
Simplify code generation logic for a faster and better UX ( #12493 )
...
The changes here simplify the string of targets executed as part of
`make gen`. The simplifications include:
* parallelised code generation whenever possible
* re-implementation of documentation generation for a significant
simplification and improved readability.
* unified mocks generation to avoid multiple slow calls to `go run` per
package.
Note, the changes introduced here are purely mechanical and do not alter
the Lotus node functionality.
Fixes #8392
2024-09-20 16:32:54 +00:00
243bf1a0b3
refactor MinerFilter func, update comments
2024-04-04 18:06:19 +02:00
d1a52cf04d
refactor filter decision code
2024-04-04 18:06:19 +02:00
2951d038a8
add miner fliter
2024-04-04 18:06:19 +02:00
f0a931edc9
fix: miner: Don't require db config when it's not used
2023-11-23 16:28:39 +01:00
a520ee85d6
master-to-sturdy
2023-09-21 10:37:02 -05:00
7759444247
address review comments
2023-08-10 18:35:35 -04:00
84d9dc5dfe
fix bigint overflow bug
2023-08-09 15:27:12 -04:00
652ee04ce2
working changes
2023-08-08 20:59:21 -04:00
864e8219ae
WIP: sector index yugabyte impl
2023-08-05 16:15:23 -04:00
57c31a79e7
feat: metrics: Tag storage path types
2022-11-29 13:06:56 +01:00
6d2990314f
storage: Fix detaching shared paths
2022-08-02 15:46:35 +02:00
d690b49d17
storage: Fix linter warnings
2022-08-01 15:58:06 +02:00
f947e65f15
wip storage redeclare/detach
2022-08-01 15:58:06 +02:00
3353cbe23a
Fixup typos
2022-07-15 08:20:37 -04:00
e1b02dd13d
storage: paths: Review suggestions
...
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
2022-07-15 12:46:20 +02:00
ac2ea039b5
path index: Raise alerts on bad filter config
2022-07-12 21:45:12 +02:00
6ac5c16d2b
storage: Path type filters
2022-07-12 21:45:12 +02:00
05cdeb80c3
chore: remove redundant import prefixes
2022-06-15 12:06:22 +02:00
28099a3905
storage: Move storage/sealer/stores to storage/paths
2022-06-14 20:25:52 +02:00