wborgeaud
|
923722b1e4
|
Fix copy opcodes when offset is large (#957)
* Fix wcopy
* Fix extcodecopy and use memset
* Comments
|
2023-04-05 06:24:26 +02:00 |
|
wborgeaud
|
6fa59d204f
|
Fix MSTORE8 (#955)
* Fix MSTORE8
* Small optimization
|
2023-04-03 16:39:18 +02:00 |
|
wborgeaud
|
a0d04ca3d8
|
Fix Wcopy when size=0 (#944)
|
2023-03-29 19:58:44 +02:00 |
|
wborgeaud
|
f4e65feb65
|
Fix bugs in wcopy and update_mem_words (#934)
* Fix bugs in wcopy and update_mem_words
* Update comment
|
2023-03-22 19:14:55 +01:00 |
|
wborgeaud
|
06936c7649
|
Implement various syscalls (#930)
* Bunch of syscalls
* Minor
* Minor
* Minor
* Add todo for overflow
|
2023-03-22 06:42:14 +01:00 |
|
Daniel Lubarov
|
b80a28dbd1
|
Misc
|
2023-03-19 22:52:49 -07:00 |
|
Daniel Lubarov
|
47fac8e35b
|
Couple fixes & minor refactor
|
2023-03-19 22:35:53 -07:00 |
|
Daniel Lubarov
|
f717a40b85
|
Charge for memory expansion
|
2023-03-19 20:17:30 -07:00 |
|
Daniel Lubarov
|
f4ab65f973
|
Fixes to get test_simple_transfer working
|
2022-12-08 23:27:20 -08:00 |
|