ORIGYN-SA / CanDB

CanDB - CanDB is a flexible, performant, and horizontally scalable non-relational multi-canister data storage framework built for the Internet Computer.
Other
29 stars 8 forks source link

Old dfx version hardcoded #21

Closed vporton closed 1 year ago

vporton commented 1 year ago

Why is old dfx version 0.11.2 hardcoded in examples/multiCanister/simpleMultiCanister/dfx.json?

It prevents me to compile it with current dfx. As a workaround, I will fork canscale/CanDB to my own version without specified version.

q-uint commented 1 year ago

Hi @vporton, you can use the dfx cache to switch versions.

ByronBecker commented 1 year ago

Hey @vporton, thanks for catching this and filing an issue - that example is currently out of date. I recommend checking out the documentation and the hello candb tutorial.

I'm traveling right now, but will update this example when I get back next week.

ByronBecker commented 1 year ago

Resolved in #22