Thanks. I have a strong background in backend development, mostly with Python and this has helped my understanding the problems of upgradeability in blockchain context. Totally different trade-offs and things to consider compare to mutable environment
For 1 - on what platform do you store it? it seems the storage won't be in memory, otherwise it would become part of the bytecode and you cannot modify it.
Thanks. I have a strong background in backend development, mostly with Python and this has helped my understanding the problems of upgradeability in blockchain context. Totally different trade-offs and things to consider compare to mutable environment
For 1 - on what platform do you store it? it seems the storage won't be in memory, otherwise it would become part of the bytecode and you cannot modify it.
oh, looks like it's already answered in the section "Extremely Advanced: Proxy Types". Thanks!
Great read. Love finding other crypto substacks.