Alysia Tech
Alysia Tech
> @wilsonmfg - hmmmm.....I had the same issue. So what I did was upgrade my Anaconda install to Python 3.7.7 and also updated this library to the latest version (pip...
Where in the code should one be looking to address this?
With the current implementation, both the `lagOverThreshold` and `getHotShotCommitment` functions depend on arrays being sorted in ascending order. To maintain only 10 days worth of sorted data at a time,...
Thanks for the response @sveitser and alternative approach. > How about we add a state variable with the index of the earliest populated entry of the array. This could then...
please also review the updated docs as part of this review https://github.com/EspressoSystems/gitbook/pull/24
This will not be addressed right now however we have created an issue to set a max state history retention period allowed https://github.com/EspressoSystems/espresso-sequencer/issues/2114
all of the above have been addressed and are waiting for reviews
for the first bullet point `mark threshold, 3 stakeTableXXXComm as immutable global variables, defined at initialize()` you can't have `immutable` variables in an upgradeable contract. This is because immutable variables...
> * storage > our current LC impl stores this: > > ```solidity > /// @notice genesis block commitment index > uint32 internal genesisState; > /// @notice Finalized HotShot's light...
> for the first bullet point `mark threshold, 3 stakeTableXXXComm as immutable global variables, defined at initialize()` you can't have `immutable` variables in an upgradeable contract. This is because immutable...