Specifying the replica version in dfx
Advanced
Overview
The replica version included in the most recent release of dfx
may not reflect the most up to date replica release. In some workflows, such as testing new features of the replica, having the most recent version of the replica may be desirable.
Using a specific replica version
To use a specific replica version, there are two options:
Set the
DFX_REPLICA_PATH
local environment variable to reflectDFX_REPLICA_PATH=<path to new replica>
. If this option is used, it is also necessary thatcanister_sandbox
andsandbox_launcher
are in the same directory with the desired replica version.Use the commands
dfx cache install && cp <path to new replica> "$(dfx cache show)/replica"
to copy the replica version intodfx
's cache.