Commit Graph
1882 Commits
Author SHA1 Message Date
Nicholas Ward 605ea47fd1 reset Cargo.toml 2023-06-21 13:04:54 -07:00
Nicholas Ward 897e2e99e7 fix 2023-06-21 12:32:39 -07:00
Nicholas Ward 54cf74ac2d addressed comments 2023-06-21 09:03:43 -07:00
Nicholas Ward 975e9a49fa fmt 2023-06-20 12:51:55 -07:00
Nicholas Ward 8eeca9be95 undo dummy change 2023-06-20 12:48:38 -07:00
Nicholas Ward 2fa43121d7 dummy change to get tests to rerun :P 2023-06-20 12:48:21 -07:00
Nicholas Ward 9bb6da049e fmt 2023-06-20 12:30:37 -07:00
Nicholas Ward afd4bd0406 cleanup 2023-06-20 12:02:45 -07:00
Nicholas Ward bc53ddc56f fix 2023-06-20 12:01:24 -07:00
Nicholas Ward 264192aa05 modexp uses current_general 2023-06-20 11:56:21 -07:00
Nicholas Ward 39d2237dee Merge pull request #1101 from mir-protocol/blake_fix
Blake fix
2023-06-16 07:30:47 -07:00
wborgeaud ef8ea64dda Minor 2023-06-16 09:35:00 +02:00
wborgeaud 7559bb2f5b Minor 2023-06-16 09:31:16 +02:00
wborgeaud 83ee5fd646 Minor 2023-06-16 09:30:01 +02:00
wborgeaud c8ff80caa2 Fix blake2 fix 2023-06-16 09:23:53 +02:00
Nicholas Ward 7ca5676808 fix 2023-06-15 21:57:22 -07:00
Nicholas Ward 246eb8d80c blake fix 2023-06-15 21:51:09 -07:00
Jacqueline Nabaglo 23bc390a83 Merge pull request #1095 from mir-protocol/jacqui/push0-opcode
PUSH0
2023-06-14 22:06:18 -07:00
Jacqueline Nabaglo 3eb41edb69 William comments 2023-06-14 20:47:15 -07:00
wborgeaud 564864eac3 Remove parts of the copy-on-write logic (#1096)
* Remove parts of the copy-on-write logic

* Minor
2023-06-14 14:46:49 +02:00
Jacqueline Nabaglo cedeff5219 PUSH0 2023-06-13 13:29:30 -07:00
Jacqueline Nabaglo 9cc353607e Merge pull request #1082 from mir-protocol/jacqui/simplify-stack-bounds
Simplify stack bounds constraints
2023-06-13 10:59:33 -07:00
Jacqueline Nabaglo 8ded9e8455 Minor: William comment 2023-06-13 10:39:11 -07:00
wborgeaud ec07255f01 Fix halt loop (#1094) 2023-06-13 10:42:37 +02:00
wborgeaud 01efa0130e Fix account touch in calls (#1093) 2023-06-13 09:57:34 +02:00
wborgeaud ba705703a5 Use current context for pairing memory (#1091) 2023-06-12 22:55:38 +02:00
wborgeaud 9838a367ae Check call depth in create (#1089) 2023-06-08 12:59:38 +02:00
wborgeaud e51c4d0d21 Set returndata size to 0 in some create errors (#1088) 2023-06-08 12:09:28 +02:00
wborgeaud d37c545591 Increment call depth in precompiles (#1087) 2023-06-08 12:08:28 +02:00
wborgeaud 56e7ad0037 Fix LOG* gas (#1086) 2023-06-08 12:08:15 +02:00
wborgeaud 68b15ea503 Fix CALLDATALOAD for large offsets (#1085) 2023-06-08 12:08:02 +02:00
wborgeaud f852984e07 Implement PREVRANDAO as if it was DIFFICULTY (#1084) 2023-06-08 12:07:48 +02:00
Jacqueline Nabaglo 6920992e01 Simplify stack bounds constraints 2023-06-07 18:27:23 -07:00
Jacqueline Nabaglo 0117541909 Merge pull request #1071 from mir-protocol/jacqui/bad-opcode-witness-generation
Error handling
2023-06-07 15:49:07 -07:00
Jacqueline Nabaglo ae290dbf11 William PR comments 2023-06-07 14:58:59 -07:00
wborgeaud 0f7e1c0b61 Call stack depth (#1081) 2023-06-07 18:54:06 +02:00
wborgeaud 0f8743174e Minor fix to REVERT (#1080) 2023-06-07 16:06:31 +02:00
wborgeaud 90bb4741b3 RIPEMD doesn't get untouched (#1079) 2023-06-07 13:50:23 +02:00
wborgeaud fd48e5d1bc Contract creation fixes (#1078)
* Minor fixes in contract creation

* Minor
2023-06-07 13:29:58 +02:00
wborgeaud 77f0d8b58f Don't revert state in CREATE in case of OOF or nonce overflow (#1077) 2023-06-07 10:41:58 +02:00
wborgeaud 63a6e70646 Fill BLOCKHASH and PREVRANDAO syscalls with dummy code (#1076) 2023-06-07 10:13:51 +02:00
wborgeaud 0e23606e77 Revert #1074 (#1075) 2023-06-06 18:22:41 +02:00
wborgeaud 5a13b62d1c Don't overwrite existing account (#1074) 2023-06-06 11:16:15 +02:00
Robin Salen 2cf31f5f2d Prevent shift ops from panicking (#1073) 2023-06-06 17:39:36 +10:00
Jacqueline Nabaglo d33871728d Commit missing file 2023-06-04 12:46:46 -07:00
Jacqueline Nabaglo c773476cb9 Minor docs 2023-06-04 12:40:34 -07:00
wborgeaud 55b29cacf8 Remove bootloader.asm (#1072) 2023-06-04 19:17:58 +02:00
Jacqueline Nabaglo 3ecf530956 Minor bugfixes 2023-06-04 10:05:28 -07:00
Jacqueline Nabaglo 448bc719d8 Lints 2023-06-03 18:46:24 -07:00
wborgeaud 1d804e46cc Fix stack after precompiles (#1061)
* Fix precompiles stack

* Fix EXPMOD bugs (#1063)

* Fix expmod gas

* Overflow checks

* Many fixes

* Minor
2023-06-03 10:00:56 +02:00