Skip to content

Releases: tmpolaczyk/witnet-rust

Nightly 53b216ec1e57a4a67e7cb834254a8d64f0968ddc

08 Feb 00:29
53b216e
Compare
Choose a tag to compare
nightly-53b216ec1e57a4a67e7cb834254a8d64f0968ddc

fix(wallet): fix transaction id overflow error

Nightly 3be67874edf6462066c84076ab8b001cbc0e2803

14 Jan 00:32
3be6787
Compare
Choose a tag to compare
feat: handle NoReveals in tally_precondition_clause

And add conversion between NoReveals RadError and RadonError

Nightly b58b087e5f16fa4293f92a1db8bab9b7b29e2283

10 Jan 00:28
b58b087
Compare
Choose a tag to compare
test: enable all warnings in tests

When you forget to add `#[test]` to a test, cargo prints a warning:
This warning (dead_code) was disabled in some places.