Skip to content

Commit

Permalink
Merge pull request #55 from amazingdatamachine/avichalp/objectapi
Browse files Browse the repository at this point in the history
Add Object POST API
  • Loading branch information
avichalp authored Apr 30, 2024
2 parents 206a38d + d73c291 commit 1f2d77e
Show file tree
Hide file tree
Showing 3 changed files with 421 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions fendermint/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ tracing = { workspace = true }
tracing-appender = { workspace = true }
tracing-subscriber = { workspace = true }
literally = { workspace = true }
ethers = { workspace = true }
base64 = { workspace = true }

fendermint_abci = { path = "../abci" }
fendermint_app_options = { path = "./options" }
Expand Down
Loading

0 comments on commit 1f2d77e

Please sign in to comment.