-
My connections seem to have incorrectly flagged opcodes/frame types. All of the outgoing frames are marked TEXT (opcode `0x1`) and all the incoming frames are marked CONTINUATION (opcode `0x0`), regar…
-
## Status
Currently, some redundant teal code must be written to achieve a conditional callsub. and in some cases like inside subroutines, it seems even more unhandy and troublesome!
## Expected…
-
It folds G_CTLZ and G_CTTZ when the input is a constant:
https://github.com/llvm/llvm-project/blob/8326fb2626836ca4d95f30a67f7836dd2b4c1031/llvm/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp#L278
F…
-
**_Edit_**: Obsolete, see [below](https://github.com/ariard/bitcoin-contracting-primitives-wg/issues/25#issuecomment-1595762674) for the latest attempt.
---
Hello, I hope it's fine if I slightly…
-
Opcodes to retrieve info about the transaction:
- [ ] OP_INSPECTINPUTOUTPOINT
- [ ] OP_INSPECTINPUTASSET
- [ ] OP_INSPECTINPUTVALUE
- [ ] OP_INSPECTINPUTSCRIPTPUBKEY
- [ ] OP_INSPECTINPUTSEQUENCE
- […
-
At the moment, Oyente does not support a large fraction of existing EVM opcodes, but not all of them. Please check the main file `symExec.py` to see which opcodes are supported at the moment.
-
```
It would be nice to be able to disable the automatic ROM close and restart
after the emulator encounters an invalid opcode (for example, treating it
as a NOP (i.e. nothing)).
As it is if the RO…
-
```
It would be nice to be able to disable the automatic ROM close and restart
after the emulator encounters an invalid opcode (for example, treating it
as a NOP (i.e. nothing)).
As it is if the RO…
-
```
It would be nice to be able to disable the automatic ROM close and restart
after the emulator encounters an invalid opcode (for example, treating it
as a NOP (i.e. nothing)).
As it is if the RO…
-
There are EVM opcodes that have no corresponding externs. This is causing problems in porting [the POA Networks Bridge Contracts][1] to Rust/WASM.
So far, I have run into the following limitations…