Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/upload-pag…
Browse files Browse the repository at this point in the history
…es-artifact-3
  • Loading branch information
Buckram123 authored Nov 19, 2024
2 parents 11e9661 + 6f79cec commit 39d833e
Show file tree
Hide file tree
Showing 40 changed files with 1,340 additions and 479 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ resolver = "2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[workspace.dependencies]
cw-orch = "0.20.1"
abstract-app = { version = "0.21.0" }
abstract-interface = { version = "0.21.0" }
abstract-dex-adapter = { git = "https://github.com/abstractsdk/abstract.git", tag = "v0.21.0" }
abstract-client = { version = "0.21.0" }
cw-orch = "0.24.0"
abstract-app = { version = "0.23.0" }
abstract-interface = { version = "0.23.0" }
abstract-dex-adapter = { git = "https://github.com/abstractsdk/abstract.git", tag = "v0.23.0-dex-adapter" }
abstract-client = { version = "0.23.0" }
cw-asset = { version = "3.0" }

[profile.release]
Expand Down
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,10 @@ RUN apt-get update && apt-get install -y libssl-dev ca-certificates && rm -rf /v
# Copy the binary from the builder stage
RUN mv target/release/prod .

# Patch until https://linear.app/abstract-sdk/issue/ORC-79/fix-cw-orch-crashing-when-theres-no-state-file is fixed.
RUN mkdir ~/.cw-orchestrator
RUN echo "{}" > ~/.cw-orchestrator/state.json

COPY ./entrypoint.sh ./entrypoint.sh
RUN chmod +x entrypoint.sh
ENTRYPOINT ["./entrypoint.sh"]
EXPOSE 8080

# Command to run the binary
CMD ./prod --fcd 1d --acd 1h $GRPC_OPTION
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion argo-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
destination:
namespace: carrot
server: https://kubernetes.default.svc
project: carrot
project: default
source:
chart: carrot
helm:
Expand Down
2 changes: 1 addition & 1 deletion bot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "savings-bot"
version = "0.2.0"
version = "0.5.1"
edition = "2021"
publish = false

Expand Down
Loading

0 comments on commit 39d833e

Please sign in to comment.