status-go/geth
Caner Çıdam 34df7e8abb CreateAndInitCell should allow reinitializing a cell #497 (#500)
Changes Jail.createCell to Jail.obtainCell, which alters the error-throwing behaviour for better Jail.CreateAndInitCell

This PR allows cells to be reinitialized without being recreated.

Important changes:
- Calling with same cell ID won't cause any errors.
- Consecutive calls with same cell ID only reinitialize existing cell.
- Parse in library.go uses StatusAPI.CreateAndInitCell.
2017-12-08 22:32:30 +07:00
..
account fix failing tests in PRs from other repos, fixes #459 (#461) 2017-11-20 10:21:30 -08:00
api Support for historic messages from MailServer (#503) 2017-12-07 14:37:43 +01:00
common be consistent with comments 2017-11-23 13:51:52 +01:00
jail CreateAndInitCell should allow reinitializing a cell #497 (#500) 2017-12-08 22:32:30 +07:00
log Fix make lint warnings (#417) 2017-10-20 12:06:22 +03:00
node add password for MailServer encryption (#494) 2017-12-07 17:58:11 +01:00
notification Update notify interface and mark old one as deprecated 2017-10-24 00:47:09 +03:00
params add password for MailServer encryption (#494) 2017-12-07 17:58:11 +01:00
rpc Improve JSON-RPC handling for raw requests/responses, Fixes #364 (#458) 2017-11-27 19:53:33 +01:00
signal Fix race #452 (#454) 2017-11-28 14:17:15 +01:00
txqueue Issue/fix public testnet tests #424 (#438) 2017-11-07 12:46:11 -05:00
whisper Support for historic messages from MailServer (#503) 2017-12-07 14:37:43 +01:00