First commit fixinng references from aeso_ to aeb_

Also remove local copies of modules moved to aebytecode.
This commit is contained in:
Robert Virding
2019-03-20 17:56:54 +01:00
parent 3271d6fba4
commit 0d8b7c7c79
8 changed files with 14 additions and 558 deletions
-15
View File
@@ -1,15 +0,0 @@
-record(pmap, {key_t :: aeso_sophia:type(),
val_t :: aeso_sophia:type(),
parent :: none | non_neg_integer(),
size = 0 :: non_neg_integer(),
data :: #{aeso_heap:binary_value() => aeso_heap:binary_value() | tombstone}
| stored}).
-record(maps, { maps = #{} :: #{ non_neg_integer() => #pmap{} }
, next_id = 0 :: non_neg_integer() }).
-record(heap, { maps :: #maps{},
offset :: aeso_heap:offset(),
heap :: binary() | #{non_neg_integer() => non_neg_integer()} }).