Closed crisdut closed 9 months ago
Attention: 2 lines
in your changes are missing coverage. Please review.
Comparison is base (
729c652
) 16.7% compared to head (e433086
) 16.7%.:exclamation: Current head e433086 differs from pull request most recent head aeec368. Consider uploading reports for the commit aeec368 to get more accurate results
Files | Patch % | Lines |
---|---|---|
src/contract/fungible.rs | 0.0% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This PR intent fix
Asset Tag
initialization to wasm target compilation.When we try issuing a new contract with wasm target, the builder crashes on AssetTag initialization. I changed
std::time::SystemTime
tochrono::Local
.CC @cryptoquick