ethstorage / pm

MIT License
9 stars 3 forks source link

EthStorage Devs Meeting #105 Agenda #144

Closed qzhodl closed 5 days ago

qzhodl commented 6 days ago

Meeting Info

qzhodl commented 6 days ago

Goal:

Updates:

TODO:

blockchaindevsh commented 5 days ago

Goal:

Updates:

  1. opup:
    1. Add default values for ES in .envrc and intent.toml
    2. Use justfile to manage lifecycle commands.
  2. writing cast test flow:
    1. almost done, but needs to add a section about how to know the latest l2 block number provable(previously L2OutputOracle.latestBlockNumber()) now that L2OutputOracle is replaced with DisputeGameFactory.(source)

TODO:

  1. Think about e2e test flow.
  2. Prepare a tool to handle scalar: https://github.com/ethstorage/optimism/issues/93
  3. Investigate https://github.com/ethstorage/optimism/issues/82
ping-ke commented 5 days ago
iteyelmp commented 5 days ago

Test the airdrop of Soul Gas Token and use real data (412w addresses) for distribution.

Problems encountered:

  1. Concurrently send transactions, each transaction is distributed to 1000 addresses at a time, and the gas usage reaches 26000000, which makes the gas price increase too fast. Soon the gas cost of the transaction exceeds 1 QKC, and the sending fails.
    1. Network, RPC and other abnormalities cause the sending to fail. The last sending address needs to be recorded. The accuracy of the database method is not accurate. Instead, obtain the latest address records on the chain to judge.
JustXxx commented 5 days ago

Goal:

Updates:

  1. feat(MSFDG): support attackV2 & stepV2 for MSFDG https://github.com/ethstorage/optimism/pull/94

TODO:

  1. Fix PR suggestion
dajuguan commented 5 days ago

Goal: E2E test of 4-ary dispute game

Updates:

TODO:

syntrust commented 5 days ago
yazhenwish commented 5 days ago

Prepare for for super world computer layer2 launch

To do