Before the mainnet release version, let's review all the TODOs and FIXMEs in the code base (tgrade, poe-contracts, and tgrade-contracts, at least).
The outcome of this issue must be a referenced list of TODOs / FIXMEs, with some evaluation of their importance / requirement for Mainnet launch, and follow-up issues for the important cases.
A quick search:
todo/TODO:
app/genesis_integration_test.go: // todo (Alex): enable require.NoError(t, twasmGs.ValidateBasic())
app/export.go: WithBlockTime(time.Now().UTC()) // todo (Alex): check if there is any way to get the last block time
Before the mainnet release version, let's review all the TODOs and FIXMEs in the code base (tgrade, poe-contracts, and tgrade-contracts, at least).
The outcome of this issue must be a referenced list of TODOs / FIXMEs, with some evaluation of their importance / requirement for Mainnet launch, and follow-up issues for the important cases.
A quick search:
todo/TODO: