rusk-vm icon indicating copy to clipboard operation
rusk-vm copied to clipboard

Implement contract bytecode capacity beyond 64k

Open miloszm opened this issue 2 years ago • 0 comments

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.

miloszm avatar May 31 '22 09:05 miloszm