Skip to content

Commit

Permalink
remove commented replace from go.mod, nit pick on indent for the sola…
Browse files Browse the repository at this point in the history
…na proto v1 definition and create v0.1.1 spkg for solana block with latest address lookup changes
  • Loading branch information
Eduard-Voiculescu committed Jul 7, 2023
1 parent 01964ed commit 5d11c69
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/streamingfast/firehose-solana

go 1.15

//replace github.com/streamingfast/substreams => ../substreams

require (
cloud.google.com/go/bigtable v1.13.0
cloud.google.com/go/storage v1.30.1
Expand Down
16 changes: 8 additions & 8 deletions proto/sf/solana/type/v1/type.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ message Transaction {
Message message = 2;
}

message Message {
MessageHeader header = 1;
repeated bytes account_keys = 2;
bytes recent_blockhash = 3;
repeated CompiledInstruction instructions = 4;
bool versioned = 5;
repeated MessageAddressTableLookup address_table_lookups = 6;
}
message Message {
MessageHeader header = 1;
repeated bytes account_keys = 2;
bytes recent_blockhash = 3;
repeated CompiledInstruction instructions = 4;
bool versioned = 5;
repeated MessageAddressTableLookup address_table_lookups = 6;
}

message MessageHeader {
uint32 num_required_signatures = 1;
Expand Down
2 changes: 1 addition & 1 deletion substreams/substreams.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
specVersion: v0.1.0
package:
name: solana
version: v0.1.0
version: v0.1.1
url: https://github.com/streamingfast/firehose-solana
doc: |
Protobuf definitions for Substreams modules on Solana.
Expand Down

0 comments on commit 5d11c69

Please sign in to comment.