wolflo
wolflo
### Summary of the problem On a call to an uninitialized account the target account is initialized with a nonce of 1. This is likely connected to the fact that...
### Summary of the problem The majority of manticore examples create contracts as follows: ``` user_account = m.create_account(balance=1000) contract_account = m.solidity_create_contract(contract_src, owner=user_account, balance=0) ``` The default transaction gas is now...
Ledger started enabling browser support by default: https://support.ledger.com/hc/en-us/articles/360004981213-Browser-support-removal. More specifically, it looks like they removed the browser support setting entirely, leaving no option to turn it off. Trying to use...
Hevm used to display stack items with the item index, then the hex representation of the value with the decimal representation (or something more informative, like `keccak("setUp()")`) below. The hex...