Alex

Results 4 issues of Alex

![image](https://user-images.githubusercontent.com/18387287/36765808-04fbaf26-1c01-11e8-8e73-8749d9f207b2.png) ### Brief Context and Motivation auth_os is a framework for developing contracts, in which the logic of an application is deployed as a set of libraries, separate from the...

epic
in progress
migration to auth-os

### Component Forge ### Describe the feature you would like Currently ~90% of our test suite uses fuzzy parameters. When we run our entire test suite, we occasionally get flaky...

T-feature

`WriteCid` accepts CIDs with length >= 1, writing a `MajByteString` with at least length 2: https://github.com/whyrusleeping/cbor-gen/blob/0b9f6c5fb1636544f94f5087817df99699de49ba/utils.go#L581-L588 The following requirements exist for `ReadCid`, but do not exist for `WriteCid`: * `ReadCid`...

### Component Cast ### Describe the feature you would like From the docs description of `cast storage`: > Emit the slot number to get the full storage layout (requires contract...

T-feature
C-cast
A-compatibility