Closed godsflaw closed 5 years ago
hey Chris, for dss-deploy
and dss-deploy-scripts
we need to update nix/dapp.nix
file when dependencies are upgraded. It is being used for nix-shell
.
To update that file, you need to make sure you have your local with the new version of the submodules upgraded and run:
nix run -f https://github.com/icetan/dapp2nix/tarball/master -c dapp2nix nix/dapp.nix
hey Chris, for
dss-deploy
anddss-deploy-scripts
we need to updatenix/dapp.nix
file when dependencies are upgraded. It is being used fornix-shell
.To update that file, you need to make sure you have your local with the new version of the submodules upgraded and run:
nix run -f https://github.com/icetan/dapp2nix/tarball/master -c dapp2nix nix/dapp.nix
All set, changes are in nix/dapp.nix
thanks @gbalabasquer
This PR locks solidity to a very specific version
0.5.11
in preparation for deployment. We wanted to make sure it was at least0.5.7
to fix bugs inABIEncoderV2
. We discussed locking to0.5.9
forklab
, and ultimately decided to lock to0.5.11
.