• Mark Tyneway's avatar
    contracts-bedrock: tightly pack creation timestamp (#6020) · e581966e
    Mark Tyneway authored
    Pack the creation timestamp in the storage slot along
    with the address of the dispute games so that the
    information can be accessed easily by services that
    query the contract.
    
    A service looking for recent dispute games can
    binary search or linear search backwards using the
    `gameAtIndex` function. It is guaranteed that the
    timestamp will always increase or be equal as the
    index increases.
    e581966e
Name
Last commit
Last update
..
ast Loading commit data...
bindings Loading commit data...
gen Loading commit data...
hardhat Loading commit data...
legacy-bindings Loading commit data...
predeploys Loading commit data...
solc Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
doc.go Loading commit data...
gen_bindings.sh Loading commit data...