Open miloszm opened 2 years ago
Describe what you want implemented Persistence mechanism should support contracts with bytecode larger than 64k.
Describe "Why" this is needed We need to be able to persist and restore contracts' bytecodes of any size.
Describe alternatives you've considered Alternative is to increase the capacity of microkelvin to handle nodes beyond 64k.
Additional context Linked list of byte vectors is needed instead of the current single vector.
Describe what you want implemented Persistence mechanism should support contracts with bytecode larger than 64k.
Describe "Why" this is needed We need to be able to persist and restore contracts' bytecodes of any size.
Describe alternatives you've considered Alternative is to increase the capacity of microkelvin to handle nodes beyond 64k.
Additional context Linked list of byte vectors is needed instead of the current single vector.