xermicus
|
10c7045e15
|
Implement CODESIZE
Signed-off-by: xermicus <cyrill@parity.io>
|
2024-06-06 15:10:21 +02:00 |
|
Cyrill Leutwiler
|
9e9227d740
|
Remove vyper and dead code (#23)
|
2024-06-05 13:29:07 +02:00 |
|
xermicus
|
2d0a0e2e81
|
implement BYTE
Signed-off-by: xermicus <cyrill@parity.io>
|
2024-06-04 18:45:06 +02:00 |
|
Cyrill Leutwiler
|
5ff17da695
|
Implement balance (#20)
|
2024-06-03 12:21:49 +02:00 |
|
Cyrill Leutwiler
|
1ba806be1f
|
Contract calls (#19)
|
2024-06-01 20:48:20 +02:00 |
|
Cyrill Leutwiler
|
532721f3be
|
Implement MCOPY (#18)
Signed-off-by: xermicus <cyrill@parity.io>
|
2024-05-29 21:43:22 +02:00 |
|
xermicus
|
5138fe3d06
|
implement EXTCODESIZE
Signed-off-by: xermicus <cyrill@parity.io>
|
2024-05-22 22:56:03 +02:00 |
|
Cyrill Leutwiler
|
06aa289d9b
|
Constructors and contract creation (#11)
Implement constructor logic and support create/create2 in the mock runtime
Signed-off-by: xermicus <cyrill@parity.io>
|
2024-05-22 21:35:32 +02:00 |
|
xermicus
|
47d5d6b394
|
dedicated functions for logging events adds even more code size on 32bit
Signed-off-by: xermicus <cyrill@parity.io>
|
2024-05-14 11:08:35 +02:00 |
|
xermicus
|
83bf9d6041
|
events
Signed-off-by: xermicus <cyrill@parity.io>
|
2024-05-14 09:46:18 +02:00 |
|
xermicus
|
2194aeebd0
|
constant values for basefee and difficulty
Signed-off-by: xermicus <cyrill@parity.io>
|
2024-05-13 18:47:36 +02:00 |
|
xermicus
|
02055c73bb
|
extend mock runtime to allow executing constructors and cross contract calls
Signed-off-by: xermicus <cyrill@parity.io>
|
2024-05-13 13:50:35 +02:00 |
|
xermicus
|
5f5ec1a539
|
simplify wrapped divisions and sdiv cfg
Signed-off-by: xermicus <cyrill@parity.io>
|
2024-05-10 10:16:40 +02:00 |
|
xermicus
|
6af889c1ff
|
implement division and remainder operations
Signed-off-by: xermicus <cyrill@parity.io>
|
2024-05-08 23:21:16 +02:00 |
|
Cyrill Leutwiler
|
864e40901f
|
implement address and msg.sender
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
|
2024-05-08 16:10:48 +02:00 |
|
xermicus
|
95ff85c6d1
|
implement block.number and block.timestamp
Signed-off-by: xermicus <cyrill@parity.io>
|
2024-05-07 18:03:17 +02:00 |
|
xermicus
|
c0dd845b39
|
s/field/word
Signed-off-by: xermicus <cyrill@parity.io>
|
2024-05-07 13:37:17 +02:00 |
|
xermicus
|
b1a3a452ac
|
internalize register size
Signed-off-by: xermicus <cyrill@parity.io>
|
2024-05-06 14:30:32 +02:00 |
|
xermicus
|
518c03d045
|
internalize runtime API function symbols
Signed-off-by: xermicus <cyrill@parity.io>
|
2024-05-06 13:45:58 +02:00 |
|
xermicus
|
336fc63f1d
|
rename target to polkavm
Signed-off-by: xermicus <cyrill@parity.io>
|
2024-05-02 08:47:44 +02:00 |
|