status-go/lib
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
..
library.go CreateAndInitCell should allow reinitializing a cell #497 (#500) 2017-12-08 22:32:30 +07:00
library_test.go Add workaround for testing/cgo issue (#469) 2017-11-22 15:06:14 +02:00
main.go Add workaround for testing/cgo issue (#469) 2017-11-22 15:06:14 +02:00
utils.go bring back Parse binding 2017-11-23 13:37:59 +01:00