Skip to content

Conversation

@tsahee
Copy link
Contributor

@tsahee tsahee commented May 9, 2024

No description provided.

@cla-bot cla-bot bot added the s CLA signed label May 9, 2024
If not found in db - returns an error instead of marking state for revertion
} else if ok, _ := rawdb.IsActivatedModuleKey(key); ok {
// Arbitrum: the module is non-consensus (only its hash is)
return db.diskDb.Get(key)
return db.wasmDb.Get(key)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will these ever be called? Shouldn't they be called on the wasm database instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved some things around and now it is indeed not needed

@tsahee tsahee marked this pull request as ready for review May 10, 2024 23:39
@joshuacolvin0 joshuacolvin0 requested a review from magicxyyz May 13, 2024 17:52
Copy link
Contributor

@PlasmaPower PlasmaPower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@PlasmaPower PlasmaPower enabled auto-merge May 16, 2024 02:28
@PlasmaPower PlasmaPower merged commit 247b930 into master May 16, 2024
@PlasmaPower PlasmaPower deleted the wasmstore branch May 16, 2024 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

s CLA signed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants