Skip to content

Commit 3d90f29

Browse files
authored
refactor: aggregate ravs depending on allocation type (#596)
* refactor: add allocation type Signed-off-by: Gustavo Inacio <[email protected]> * refactor: add generic for legacy or horizon Signed-off-by: Gustavo Inacio <[email protected]> * refactor: spawn allocation based on type Signed-off-by: Gustavo Inacio <[email protected]> * refactor: split Legacy and Horizon allocation id types Signed-off-by: Gustavo Inacio <[email protected]> * refactor: read receipts based on allocation type Signed-off-by: Gustavo Inacio <[email protected]> * chore: add todo for allocation id map Signed-off-by: Gustavo Inacio <[email protected]> * refactor: rename ReceiptType to NetworkVersion Signed-off-by: Gustavo Inacio <[email protected]> * chore: remove comments Signed-off-by: Gustavo Inacio <[email protected]> * refactor: remove sealed Signed-off-by: Gustavo Inacio <[email protected]> * docs: add docs for new and updated structs/functions/impl Signed-off-by: Gustavo Inacio <[email protected]> * refactor: remove JoinHandle since it doesn't run Drop Signed-off-by: Gustavo Inacio <[email protected]> * docs: fix typos Signed-off-by: Gustavo Inacio <[email protected]> --------- Signed-off-by: Gustavo Inacio <[email protected]>
1 parent a17137b commit 3d90f29

File tree

13 files changed

+797
-233
lines changed

13 files changed

+797
-233
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ tonic-build = "0.12.3"
8585

8686
[patch.crates-io.tap_core]
8787
git = "https://github.com/semiotic-ai/timeline-aggregation-protocol"
88-
rev = "e5546a6"
88+
rev = "9fd4beb"
8989

9090
[patch.crates-io.tap_aggregator]
9191
git = "https://github.com/semiotic-ai/timeline-aggregation-protocol"
92-
rev = "e5546a6"
92+
rev = "9fd4beb"
9393

9494
[patch.crates-io.tap_graph]
9595
git = "https://github.com/semiotic-ai/timeline-aggregation-protocol"
96-
rev = "e5546a6"
96+
rev = "9fd4beb"

crates/tap-agent/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ tracing-subscriber.workspace = true
3939
tonic.workspace = true
4040
bigdecimal = { workspace = true, features = ["serde"] }
4141
graphql_client.workspace = true
42-
4342
ruint = { version = "1.12.3", features = [
4443
"num-traits",
4544
], default-features = false }

0 commit comments

Comments
 (0)