Rosco Kalis

Results 239 comments of Rosco Kalis

Today we continued on step 4. We are now correctly updating the location data / sourcemap whenever we apply optimisations. We got started on updating the instruction pointers for `require`...

Today we managed to make *some* progress with making sure the `ip` are updated correctly for `console.log` statements. We managed to fix a bug where certain `console.log` statements were incorrectly...

Today we tried to get started on the plan above, but we ran into some issues with our previous work. When updating log/require IPs, we did not take the constructor...

Today we implemented most of the "transformations" logic as specified in the comments above. There is still one issue remaining where there is a `OP_CHECKSIG` in the transformations, even though...

The `OP_CHECKSIG` issue was due to duplicate whitespace in the `processedAsm` due to our replacement logic. We updated our replacement logic so that there cannot be duplicate / trailing /...

We'll close this issue as completed even though there are still a few remaining test cases. We will document these test cases in #230 and implement / track them there...

Hey @hereje, thank you very much for this PR! We weren't able to get to it immediately, but this is something that we've wanted to have for a really long...

We have a first version of this implemented. The extensions listed in this issue can be picked up at some point, but it is quite a niche feature right now,...