Hans Svensson
|
d3a13eafed
|
A record should be _one_ object
|
2019-05-28 14:25:37 +02:00 |
|
Hans Svensson
|
4b0837dc59
|
Leave state/event blank if not present
|
2019-05-28 13:07:24 +02:00 |
|
Hans Svensson
|
0ded431df8
|
Fix interface and use atoms instead of binaries
|
2019-05-28 11:18:21 +02:00 |
|
Hans Svensson
|
e7419b79fd
|
Put state and event types at the top level
|
2019-05-28 11:08:36 +02:00 |
|
Hans Svensson
|
c60999edf0
|
Refactor aeso_aci with dont_unfold, etc.
|
2019-05-28 11:08:36 +02:00 |
|
Hans Svensson
|
5e6af18c7b
|
Address review comment
|
2019-04-23 11:10:56 +02:00 |
|
Hans Svensson
|
4324bfd49e
|
Add bytes(int), add address_literalsm add ecverify_secp25k1
hash -> bytes(32)
signature -> bytes(64)
address literals
|
2019-04-23 10:40:02 +02:00 |
|
Robert Virding
|
4a01c852c9
|
Add more test cases
And some trivial code cleanup.
|
2019-04-03 22:58:54 +02:00 |
|
Robert Virding
|
df00c3958b
|
First version of final aci
Should have more test cases and code cleanup
|
2019-04-03 17:53:16 +02:00 |
|
Luca Favatella
|
d89fd134b5
|
Fix build warning
Symptom:
```
src/aeso_aci.erl:18: Warning: record namespace is unused
```
|
2019-03-29 15:25:21 +00:00 |
|
Robert Virding
|
0d56130baa
|
Use correct parse error formats
|
2019-02-28 16:13:57 +01:00 |
|
Robert Virding
|
7448da16bb
|
Make dialyzer happy and keep it quiet
|
2019-02-28 16:13:57 +01:00 |
|
Robert Virding
|
6f582af83e
|
Add new encode function interface
|
2019-02-28 16:13:57 +01:00 |
|
Robert Virding
|
5d116b2e5a
|
Make the decoder return a binary and untabify
|
2019-02-28 16:13:57 +01:00 |
|
Robert Virding
|
cea581988d
|
Don't decode init function as it should never be called
|
2019-02-28 16:13:57 +01:00 |
|
Robert Virding
|
2f36380a81
|
Add handling of private and stateful functions
|
2019-02-28 16:13:57 +01:00 |
|
Robert Virding
|
d330133b3f
|
First version, very much WIP
|
2019-02-28 16:13:57 +01:00 |
|