Skip to content

Commit

Permalink
[3.0.0] Release (#288)
Browse files Browse the repository at this point in the history
* [3.0.0] Release
  • Loading branch information
Evgeny Kuzyakov authored Feb 11, 2021
1 parent 4f0cf78 commit d8ff0c9
Show file tree
Hide file tree
Showing 30 changed files with 3,865 additions and 1,481 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## `Pending`

## `3.0.0`

* Introduced `#[private]` method decorator, that verifies `predecessor_account_id() == current_account_id()`.
NOTE: Usually, when a contract has to have a callback for a remote cross-contract call, this callback method should
only be called by the contract itself. It's to avoid someone else calling it and messing the state. Pretty common pattern
Expand Down
Loading

0 comments on commit d8ff0c9

Please sign in to comment.