Odra 1.0.0 - 💯
Added
- Add
try_deploy
function to theDeployer
trait, which allows deploying a contract and returning an error if the deployment fails. - Add
Cep18
toodra-modules
- a standard for fungible tokens. - Add
Cep78
toodra-modules
- a standard for non-fungible tokens. - Add
cep18
andcep78
templates.
Changed
- Update casper crates to the latest versions.
- Fix minor bugs in generated code.
- Fix events collection in submodules.
AI Summary
- Fix workspace template. Add schema generation to templates tests. by @zie1ony in #401
- Refactor contract deployment functions to return Result types by @kpob in #415
- CEP-18 by @kubaplas in #402
- Validate args at deploy time by @kpob in #418
- Fix bugs in the generated code by @kpob in #424
- Update casper crates by @kpob in #426
- CEP-78 by @kpob in #410
- Fix/events and cep78 extensions by @zie1ony in #431
- Add Serde to Address by @zie1ony in #432
- Templates.json 🥖 by @kubaplas in #441
- Add new templates for cep18 and cep78 by @kpob in #434
- Add missing odra::prelude path in generated code by @kpob in #436
- Update CHANGELOG.md by @kpob in #440
- Add block_time() to HostEnv by @zie1ony in #442
- Example for CEP-18 tutorial. by @kubaplas in #447
- 1.0.0 version bump + small updates by @zie1ony in #448
- Update Readme for odra crate. by @zie1ony in #449
- Rebuild proxy getter by @zie1ony in #451
Full Changelog: 0.9.1...1.0.0