Ignacio Hagopian

Results 73 issues of Ignacio Hagopian

See comment: https://github.com/tablelandnetwork/go-tableland/pull/440#discussion_r1082624928 [GOT-52](https://linear.app/tableland/issue/GOT-52/go-client-reconsider-making-ethereum-api-configuration-being-an)

enhancement
linear

We need to scope how backward-compatible protocol upgrades would work: - In the validator. - The spec should now start explaining which feature lives in which network version. - Include...

linear

This is capturing an idea that I had a while ago. Currently, [we store all the read-query results in memory](https://github.com/tablelandnetwork/go-tableland/blob/dbac14cbd83655b3f2681083742d8933c09acb2c/pkg/sqlstore/store_user.go#L12) and do the right formating after. That might be comfortable...

research
linear

The current `config.json` [validation configuration file](https://github.com/tablelandnetwork/go-tableland/blob/main/docker/deployed/testnet/api/config.json) looks reasonable, but I believe it has some problems. In the same configuration file, we have two big groups of configurations: - Protocol level...

enhancement
linear

This PR has some changes to make `t8n` work in post-transition setups. The way I used to fill: ``` $ fill --evm-dump-dir=evmdump --fork Prague -k "6800 and test_contract_creation" --output=fixtures-verkle-0 ```...

We'd like to be able to resume a replay run, since it can be helpful for debugging if at some point of the replay there's problem so to avoid having...

`EXTCODEHASH` instruction execution does an `.Empty(address)` check to early return a zero. This `Empty(...)` implies adding to the witness the nonce and balance. Note: I added the version too to...

waiting for spec evaluation

This PR is basically the branch from https://github.com/gballet/go-ethereum/pull/431 but with further adjustments to allow trying to replay the old (smaller) replay data. **This PR isn't intended to be merged, but...

This is a redo of the previous https://github.com/gballet/go-ethereum/pull/391 but for a replay configuration after Shanghai.