GH-181 Prepare 4.1.0-rc1 #673

Merged
zxq9 merged 4 commits from GH-181-prepare-4.1.0-rc1 into lima 2019-11-25 20:16:04 +09:00
Showing only changes of commit d4c9d369b1 - Show all commits

View File

@ -11,15 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [4.1.0-rc1] - 2019-11-25
### Added
- Add functionality to check if bytecode from the chain was compiled from given
source code. In `aesophia_cli`:
```
aesophia_cli --validate cb_... MyContract.aes
```
In `aesophia_http`: `validate-byte-code` entrypoint.
- Support encoding and decoding bit fields in call arguments and results.
### Changed
- Fix bug with standard library includes in `aesophia_cli`.
- Various improvements to FATE code generator.
### Removed