Skip to content

Commit

Permalink
feat(fluence-actor): update actor to handle 512 caches in one call
Browse files Browse the repository at this point in the history
  • Loading branch information
raftedproc committed Jun 2, 2024
1 parent 7f85fd1 commit a06f456
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ tendermint-proto = { version = "0.31" }
#fluence-actor-sdk = { version = "0.1.2" }
#fluence-fendermint-syscall = { version = "0.1.5" }

fluence-actor-sdk = { git = "https://github.com/fluencelabs/fluence-fendermint", branch = "batching-api-change" }
fluence-fendermint-syscall = { git = "https://github.com/fluencelabs/fluence-fendermint", branch = "batching-api-change" }
fluence-actor-sdk = { git = "https://github.com/fluencelabs/fluence-fendermint", branch = "batching-api-cache" }
fluence-fendermint-syscall = { git = "https://github.com/fluencelabs/fluence-fendermint", branch = "batching-api-cache" }

[patch.crates-io]
# Use stable-only features.
Expand Down

0 comments on commit a06f456

Please sign in to comment.