Abdul Basit
Abdul Basit
We have slot and write_version for metadata_jsons table so there should be an update job if incoming slot > indexed slot. However, we are still facing the same issue because...
The Profile page is not displaying some Nfts such as this [Trippy ape](https://solscan.io/token/J5VbPurVRUwACydM8hLDUizqTRA5qV1w66oMoGSvVciJ#holders) in Alex's wallet (https://www.holaplex.com/profiles/7r8oBPs3vNqgqEG8gnyPWUPgWuScxXyUxtmoLd1bg17F/nfts) The GraphQL query returns the Trippy ape so it means that it is...
### Goal Index high level collection stats from Project Dolphin API into the collection_trends table. ### Requirements - The collection trends table 1d, 7d, 30d current and previous stats are...
## Motivation Configuration struct derives clone macro so Sivx struct can also derive it. This would be helpful to clone Sivx client when sharing it between threads without wrapping it...
The `BlockPayload::from_transactions` function takes an `Instance` parameter, which contains `ChainConfig` on the sequencer side. To support updates to ChainConfig, we need to add it to a mutable `ValidatedState`. This requires...
Closes https://github.com/EspressoSystems/espresso-sequencer/issues/1475 Move `ChainConfig` to `ValidatedState` to allow updates
This PR: - Adds both base and upgrade versions to the genesis.toml file and deserializes them from string format into the Version struct. - Initializes the base and upgrade versions...