0.2.15
Pre-release
Pre-release
Changelog:
dss-deploy-scripts
- Auth checker issue fixed (when there was not
GOV_GUARD
) - Deployment script exports bin files since now
- Removal of duplicates and unnecessary exported abi/bin files
- New auth transactions executed to support
live
value in adapters - Possibility to set
esm_pit
from config file added
dss-proxy-actions
- Unnecessary payable modifier removed from
gemJoin_join
dss-deploy
govActions.sol
: Unnecessarycage
function removed- ESM is deployed via fab now as the rest of contracts
live
value added to adapters- Usage of
dss
GemJoin
for ERC20 tokens (no moreGemJoin1
) auth
modifier removed fromAuthGemJoin.exit
dss
vat.sol
:LogNote
event added tohope/nope
functions- Makefile issue fixed (wrong
ds-note
dependency path) dai.sol
: Usage ofkeccak256
in constant replaced by literal string to avoid waste of gaspot.sol
: More gas efficientdrip
implementationlive
value added to adapters so they can be easily upgradedvat.sol
: Usage of assembly implementation of&&
and||
infork
functionvow.sol
: interfaces renamed toFlapLike
andFlopLike
to avoid overlapping names with the real contractsjoin.sol
:dec
field added toGemJoin
spot
value is now set to 0 whenosm
is voided and urns in that state can not be liquidated
scd-mcd-migration
- Previous migration proxy function
migrate
splitted in two new functions:migrate
andmigratePayFeeWithGem
- New migration proxy functions:
swapSaiToDai
,swapDaiToSai
andmigratePayFeeWithDebt