Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible unit testing issue #58

Open
melpadden opened this issue Jul 13, 2024 · 1 comment
Open

Possible unit testing issue #58

melpadden opened this issue Jul 13, 2024 · 1 comment
Assignees
Labels
on-hold Work has begun, but must be paused due to some external dependency

Comments

@melpadden
Copy link
Collaborator

Original message in Condor TG channel

Hello, getting this error while trying to deploy a contract in a test environment

error: Some( WasmPreprocessing( OperationForbiddenByGasRules, ),

Could someone explain exactly what it means and how to deal with it? Thanks

Not running a network, just executing tests in a casper rust project. Using the following dependencies

casper-types = { git = "https://github.com/casper-network/casper-node.git", branch = "release-2.0.0-rc3", default-features = false }
casper-engine-test-support = { git = "https://github.com/casper-network/casper-node.git", branch = "release-2.0.0-rc3", default-features = false }
casper-execution-engine = { git = "https://github.com/casper-network/casper-node.git", branch = "release-2.0.0-rc3", default-features = false }
casper-storage = { git = "https://github.com/casper-network/casper-node.git", branch = "release-2.0.0-rc3", default-features = false }

@EdHastingsCasperAssociation
Copy link
Contributor

Most likely due to floating point arithmetic, which we don't support.

@melpadden melpadden added the on-hold Work has begun, but must be paused due to some external dependency label Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on-hold Work has begun, but must be paused due to some external dependency
Projects
None yet
Development

No branches or pull requests

3 participants