Commit 4c6defb
feat: conflict resolution scaffolding (#687)
* wip: adds scaffold for resolver actor
* wip: add concluder todos
* more notes
* chore: move blockchain module into event-svc crate
it will require a db connection so this avoids circular deps, plus it doesn't need to be in the validation crate
* feat: store chain timestamp proof data in db and read in pipeline for conclusion events
* feat: validate time events and propagate proofs through aggregator
* fix: rename meta_data -> metadata
* fix: typo in comment
Co-authored-by: Spencer T Brody <spencer+github@3box.io>
* fix: rename time_event_verifier -> time_event_validator
* fix: update comment
* fix: return error when time proof isn't found
* fix: update conclusions test
* fix: update migration tests
* fix: add before/chain_id to pipeline tests
* fix: disable composedb and go-rust migration tests
* fix: remove experimental features test config
* chore: update comment
Co-authored-by: Spencer T Brody <spencer+github@3box.io>
* fix: review comments
* chore: todo for adding transient validation errors
---------
Co-authored-by: David Estes <david@3box.io>
Co-authored-by: Mohsin Zaidi <mohsinrzaidi@gmail.com>
Co-authored-by: Mohsin Zaidi <2236875+smrz2001@users.noreply.github.com>
Co-authored-by: Spencer T Brody <spencer+github@3box.io>1 parent 7ed45d5 commit 4c6defb
49 files changed
Lines changed: 2149 additions & 729 deletions
File tree
- .github/workflows
- event-svc
- src
- blockchain
- eth_rpc
- event
- validator
- store
- sql
- access
- entities
- tests
- flight/tests
- migrations/sqlite
- one/src
- pipeline/src
- aggregator
- concluder
- resolver
- since
- tests
- networks
- suite/src/__tests__/correctness
- fast
- slow
- validation
- src
- blockchain
- eth_rpc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
| 278 | + | |
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
18 | 30 | | |
19 | 31 | | |
20 | 32 | | |
| |||
0 commit comments