Skip to content

Commit

Permalink
Merge pull request #23 from burnt-labs/audit-fix/13
Browse files Browse the repository at this point in the history
Item 13: implement overflow checks and optimization
  • Loading branch information
ash-burnt authored May 21, 2024
2 parents b467727 + 84e8896 commit 60ebe25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ members = [
"account"
]

[profile.release]
opt-level = 3 # Use slightly better optimizations.
overflow-checks = true # Disable integer overflow checks.


[workspace.dependencies]
cosmos-sdk-proto = { version = "0.19", default-features = false }
cosmwasm-schema = "=1.4.1"
Expand Down

0 comments on commit 60ebe25

Please sign in to comment.