Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCherepovskyi committed Oct 24, 2024
2 parents 60cd78d + 21f9077 commit 614551b
Show file tree
Hide file tree
Showing 8,205 changed files with 2,287,770 additions and 4 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion .github/workflows/actions_only_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- 'main'
- 'master'
- 'feature/nft-module'

env:
CI_ACCESS_TOKEN: ${{ secrets.CI_ACCESS_TOKEN }}
Expand Down Expand Up @@ -34,4 +35,4 @@ jobs:
id: build
with:
command: build --tag ${{ github.sha }}
repository: ghcr.io/${{ github.repository_owner }}
repository: ghcr.io/${{ github.repository_owner }}
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ COPY ./go.mod ./go.sum ./
# Read the CI_ACCESS_TOKEN from the .env file
ARG CI_ACCESS_TOKEN
RUN git config --global url."https://olegfomenkodev:${CI_ACCESS_TOKEN}@github.com/".insteadOf "https://github.com/"
RUN go mod download

COPY . .

RUN go mod vendor
RUN go build -o /usr/local/bin/callisto /go/src/github.com/forbole/callisto/cmd/bdjuno
RUN go build -mod=vendor -o /usr/local/bin/callisto /go/src/github.com/forbole/callisto/cmd/bdjuno


FROM alpine:3.9
Expand Down
37 changes: 37 additions & 0 deletions test/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
chain:
bech32_prefix: cosmos
modules: []
node:
type: remote
config:
rpc:
client_name: juno
address: http://localhost:26657
max_connections: 20
grpc:
address: localhost:9090
insecure: true
parsing:
workers: 1
start_height: 1
average_block_time: 5s
listen_new_blocks: true
parse_old_blocks: true
parse_genesis: true

database:
url: postgresql://user:password@localhost:5432/database-name?sslmode=disable&search_path=public
max_open_connections: 1
max_idle_connections: 1
partition_size: 100000
partition_batch: 1000
ssl_mode_enable: "false"
ssl_root_cert: ""
ssl_cert: ""
ssl_key: ""
logging:
level: debug
format: text
actions:
host: 127.0.0.1
port: 3000
21 changes: 21 additions & 0 deletions vendor/4d63.com/gocheckcompilerdirectives/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/4d63.com/gochecknoglobals/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 614551b

Please sign in to comment.