• Kelvin Fichter's avatar
    feat(ctb): make StandardBridge vars immutable · 7fdc490c
    Kelvin Fichter authored
    Updates the StandardBridge to use immutable variables instead of state
    variables. Primary reason for this change is to guarantee that the
    storage layout will not be a problem during the upgrade. Plus, there's
    really no reason why these variables shouldn't be immutable.
    7fdc490c
Name
Last commit
Last update
..
cmd Loading commit data...
data Loading commit data...
deployer Loading commit data...
genesis Loading commit data...
immutables Loading commit data...
state Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
addresses.go Loading commit data...
cli.go Loading commit data...
db.go Loading commit data...
genesis.go Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
params.go Loading commit data...
storage.go Loading commit data...
util.go Loading commit data...