El De-dog-lo
El De-dog-lo
> > I see the issue, yes we will be implementing a custom parser and updating our AST nodes to be specific to Vyper, intead of the strange PyAST/VyAST hybrid...
> @haltman-at would it help if we exported something like a "memory layout" which maps variables to their locations in memory? Keep in mind that unlike Solidity, all of our...
> > Also, I think it might be more efficient to chat about this offline, what is the best way to do that? Are you able to join our discord?...
Maybe the best approach here would be to support different networks, vs. specific forks So whatever the latest is across the board for N networks we support, is what we...
> i mean eth mainnet is de facto standard. so we should probably just follow that, and then maybe add configurable other networks for new features that haven't made it...
> > Some networks like polygon, BSC, fantom, etc. May not support specific new opcodes yet, or may have already added support (berachain added transient storage) > > how far...
The `'` is the standard representation IIRC. It should be supported prior to either of the other ones. Understanding it's not exactly the most legible in code, but a simple...
Also, a nice thing that should be introduced at some point is an alternative account type that can continuously derive new accounts using hdwallet, and encrypts/decrypts the master key instead...
Fair, I will move this issue there.
Actually, `eth-tester` custodies the keys for these accounts, so I think it might best be implemented here