Skip to content
Open
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
92cb350
docs(client-query): rust-document run-indexer-queries
suchapalaver Jun 19, 2025
d7ff2dc
build: import tap-graph with horizon support
suchapalaver Jun 19, 2025
17ee080
feat: support horizon
suchapalaver Jun 26, 2025
7d56492
chore: add debug logging to receipt generation
suchapalaver Aug 14, 2025
fdb8c84
chore: remove dead v1 code
suchapalaver Aug 14, 2025
815e4d0
chore: fix query routing
suchapalaver Aug 14, 2025
ce3d3f3
chore: implement horizon subgraph queries
suchapalaver Aug 14, 2025
c2433ea
chore: add debug logging to subgraph client
suchapalaver Aug 14, 2025
4fbd482
chore: use full trusted indexer url
suchapalaver Aug 14, 2025
497ddca
fix: update subgraph querying
suchapalaver Aug 14, 2025
2f1ccfb
feat: inject what 'too far behind' means
suchapalaver Aug 15, 2025
c9b642e
fix: fix tap receipt header
suchapalaver Aug 15, 2025
e6ce396
build: update tap-aggregator to 0.5.8
suchapalaver Aug 15, 2025
c4b4a4c
chore(network): add debug logging
suchapalaver Aug 15, 2025
76c4118
build: install protobuf compiler
suchapalaver Aug 15, 2025
774fafe
chore(client_query): add query entrypoint log
suchapalaver Aug 15, 2025
ca10bef
fix: fix collection id derivation
suchapalaver Aug 16, 2025
ecf7926
fix: use correct addresses in the EIP712 message hash
suchapalaver Aug 16, 2025
f465800
chore: add more debug logging
suchapalaver Aug 16, 2025
20fc916
build: update cargo dependencies (tap-aggregator)
suchapalaver Aug 17, 2025
8067302
fix: use correct arguments for horizon receipt creation
tmigone Aug 18, 2025
1c50656
chore: bump tap-aggregator dependency to 0.6.0
tmigone Aug 21, 2025
13e63b6
chore: format
tmigone Aug 21, 2025
98e9b09
Tmigone/horizon fixes (#1123)
tmigone Sep 1, 2025
c59483f
chore: update tap-aggergator to latest version
Maikol Sep 1, 2025
08f8f30
remove excessive logging
Theodus Sep 2, 2025
7c979cf
remove more excessive logging
Theodus Sep 2, 2025
29e2be1
remove dependency on tap_aggregator
Theodus Sep 2, 2025
8ba418b
remove unnecessary struct
Theodus Sep 2, 2025
83ba7b9
remove unrelated comment
Theodus Sep 2, 2025
0a1b30a
remove unnecessary argument for receipt creation
Theodus Sep 2, 2025
72646e7
move subgraph service signing context
Theodus Sep 2, 2025
ce5d5ed
test: remove unnecessary tests
tmigone Sep 4, 2025
80faf65
docs: update README.md
tmigone Sep 4, 2025
6f53195
Merge branch 'main' into tmigone/semiotic-main
tmigone Sep 4, 2025
8e05474
fix: receipt serialization missing outer signed wrapper
tmigone Sep 4, 2025
e514f3f
fix: use correct address for tap receipt payer (#1129)
tmigone Sep 8, 2025
15b78b0
Merge branch 'main' into tmigone/semiotic-main
tmigone Sep 9, 2025
7d0aca9
fix: remove duplicate definition merge conflict
tmigone Sep 9, 2025
aca9232
feat: support both legacy and horizon dispute managers for attestatio…
tmigone Oct 29, 2025
5d4d4a5
chore: make clippy happy
tmigone Oct 29, 2025
3bf5d23
Merge branch 'main' into tmigone/semiotic-main
tmigone Oct 29, 2025
652edb0
Merge branch 'tmigone/dual-dispute-manager' into tmigone/semiotic-main
tmigone Oct 29, 2025
84f682d
fix: issues after merge
tmigone Oct 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: Leafwing-Studios/cargo-cache@43ec9a5bad6e7f174e7fc65dcf533de75ff65881 # v2

- name: prepare build env
run: sudo apt-get install -y lld librdkafka-dev libsasl2-dev
run: sudo apt-get install -y lld librdkafka-dev libsasl2-dev protobuf-compiler

- run: cargo check
- run: cargo clippy -- -Dwarnings --force-warn deprecated --force-warn dead-code
Expand Down
Loading