Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Salka1988 committed Mar 21, 2024
1 parent fab84ec commit 628c52a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion firehose/firehose-extract/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async fn main() -> anyhow::Result<()> {
loop {
let page_req = PaginationRequest::<String> {
cursor,
results: 1,
results: 64,
direction: PageDirection::Forward,
};
let query = FullBlocksQuery::build(page_req.into());
Expand Down
1 change: 0 additions & 1 deletion fuel-example-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@graphprotocol/graph-ts": "../fuel-graph-tooling/packages/ts",
"@oclif/core": "^3.19.1",
"protobufjs": "^7.2.6",
"fuels": "0.77.0"
},
"devDependencies": {
"as-proto-gen": "^1.3.0",
Expand Down
1 change: 0 additions & 1 deletion fuel-example-subgraph/src/mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ function saveTransactions(id: Bytes, transactions: fuel.Transaction[]): string[]
// }
// }


transaction_sc.save();
txs.push(transaction_sc.id)
}
Expand Down
1 change: 0 additions & 1 deletion fuel-graph-node/chain/ethereum/src/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,6 @@ impl FirehoseMapperTrait<Chain> for FirehoseMapper {
// Check about adding basic information about the block in the firehose::Response or maybe
// define a slimmed down stuct that would decode only a few fields and ignore all the rest.
let block = codec::Block::decode(any_block.value.as_ref())?;

use firehose::ForkStep::*;
match step {
StepNew => {
Expand Down

0 comments on commit 628c52a

Please sign in to comment.