File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Ready to roll!
72
72
73
73
# Free query auth token check failed
74
74
✗ curl -X POST -H 'Content-Type: application/json' -H 'Authorization: blah' --data '{"query": "{_meta{block{number}}}"}' http://localhost:7300/subgraphs/id/0xb655ca6f49e73728a102219726ff678d61d8fb792874792e9f0d9887dc616600
75
- "Invalid Scalar -Receipt header provided"%
75
+ "Invalid Tap -Receipt header provided"%
76
76
77
77
# Subgraph health check
78
78
✗ curl http://localhost:7300/subgraphs/health/QmVhiE4nax9i86UBnBmQCYDzvjWuwHShYh7aspGPQhU5Sj
Original file line number Diff line number Diff line change @@ -204,9 +204,9 @@ impl IndexerErrorCode {
204
204
Self :: IE026 => "Failed to deploy subgraph deployment" ,
205
205
Self :: IE027 => "Failed to remove subgraph deployment" ,
206
206
Self :: IE028 => "Failed to reassign subgraph deployment" ,
207
- Self :: IE029 => "Invalid Scalar -Receipt header provided" ,
208
- Self :: IE030 => "No Scalar -Receipt header provided" ,
209
- Self :: IE031 => "Invalid Scalar -Receipt value provided" ,
207
+ Self :: IE029 => "Invalid Tap -Receipt header provided" ,
208
+ Self :: IE030 => "No Tap -Receipt header provided" ,
209
+ Self :: IE031 => "Invalid Tap -Receipt value provided" ,
210
210
Self :: IE032 => "Failed to process paid query" ,
211
211
Self :: IE033 => "Failed to process free query" ,
212
212
Self :: IE034 => "Not authorized as an operator for the indexer" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ impl Deref for TapReceipt {
25
25
}
26
26
27
27
lazy_static ! {
28
- static ref TAP_RECEIPT : HeaderName = HeaderName :: from_static( "scalar -receipt" ) ;
28
+ static ref TAP_RECEIPT : HeaderName = HeaderName :: from_static( "tap -receipt" ) ;
29
29
}
30
30
31
31
impl Header for TapReceipt {
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ pub enum SenderAccountMessage {
49
49
/// A SenderAccount manages the receipts accounting between the indexer and the sender across
50
50
/// multiple allocations.
51
51
///
52
- /// Manages the lifecycle of Scalar TAP for the SenderAccount, including:
52
+ /// Manages the lifecycle of TAP for the SenderAccount, including:
53
53
/// - Monitoring new receipts and keeping track of the cumulative unaggregated fees across
54
54
/// allocations.
55
55
/// - Requesting RAVs from the sender's TAP aggregator once the cumulative unaggregated fees reach a
You can’t perform that action at this time.
0 commit comments