We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdd795 commit 08e7334Copy full SHA for 08e7334
CHANGELOG.md
@@ -57,6 +57,9 @@
57
directly to get back the external dependencies.
58
- Rename `MockQuerier::with_staking` to `MockQuerier::update_staking` to match
59
`::update_balance`.
60
+- Instead of panicking, `read_region`/`write_region`/`get_region`/`set_region`
61
+ now return a new `CommunicationError::DerefErr` when dereferencing a pointer
62
+ provided by the contract fails.
63
64
## 0.8.1 (2020-06-08)
65
0 commit comments