Skip to content

Commit

Permalink
Merge branch 'feature/firehose-core' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jubeless committed Aug 1, 2023
2 parents 4cdcda1 + 8dd3b72 commit 0d61095
Show file tree
Hide file tree
Showing 158 changed files with 998 additions and 10,489 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- master
- develop
- feature/*
pull_request:
branches:
- "**"
Expand Down
101 changes: 0 additions & 101 deletions .goreleaser.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .sfreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ global:
binary: firesol
language: golang
variant: application
sfreleaser-min-version: v0.7.0
release:
pre-build-hooks:
#- substreams pack -o "{{ .buildDir }}/substreams-solana-{{ .release.Version }}.spkg" substreams.yaml
upload-extra-assets:
- "{{ .buildDir }}/substreams-solana-{{ .release.Version }}.spkg"
106 changes: 0 additions & 106 deletions ACCOUNTS.md

This file was deleted.

8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ RUN mkdir /tmp/wasmer-install && cd /tmp/wasmer-install && \

ADD /firesol /app/firesol

COPY tools/firesol/motd_generic /etc/
COPY tools/firesol/motd_node_manager /etc/
COPY tools/firesol/99-firehose-solana.sh /etc/profile.d/
COPY tools/firesol/scripts/* /usr/local/bin
COPY tools/docker/motd_generic /etc/
COPY tools/docker/motd_node_manager /etc/
COPY tools/docker/99-firehose-solana.sh /etc/profile.d/
COPY tools/docker/scripts/* /usr/local/bin

# On SSH connection, /root/.bashrc is invoked which invokes '/root/.bash_aliases' if existing,
# so we hijack the file to "execute" our specialized bash script
Expand Down
55 changes: 0 additions & 55 deletions accountchange/stream.go

This file was deleted.

66 changes: 0 additions & 66 deletions accountchange/subscription.go

This file was deleted.

Loading

0 comments on commit 0d61095

Please sign in to comment.