Releases: dojoengine/dojo
Releases · dojoengine/dojo
v0.1.0-alpha.4
What's Changed
- Migrate to cario 0.1.0-rc0 by @tarrencev in #277
- feat: add and remove liquidity cpm implementation by @ftupas in #273
- tests: Fix dojo-defi tests infer type v1.0.0-rc0 by @ftupas in #279
- Update LS init by @tarrencev in #280
- Switch cubit to main repo by @tarrencev in #282
- Remove cairo submodule by @tarrencev in #284
- Refactor indexer for generic transport by @tarrencev in #286
- Switch to RPC by @tarrencev in #287
- Generic transport for RPC by @tarrencev in #288
- Create crate and extract manifest to it by @tarrencev in #290
- fix: added delete_entity to interface by @aymericdelab in #292
- feat(dojo-core): u250 useful traits by @milancermak in #295
- Clonable Manifest + optional match manifest when loading from remote by @tarrencev in #294
- Add manifest test + improve error handling by @tarrencev in #296
- Add test for empty world by @tarrencev in #298
- chore: remove intermediate felt252 conversions by @ftupas in #285
- Updated indexer graphql entities by @broody in #303
- feat: Remove
derive
magic and explictly derive traits for Components by @ftupas in #302 - Add events to indexer graphql by @broody in #307
- Seed db by @broody in #309
- Use starknet-rs rpc v3 by @tarrencev in #310
- Remove apibara by @tarrencev in #311
- Fix ERC20 build by @Cheelax in #209
- Add dojoup install command by @tarrencev in #313
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
v0.1.0-alpha.3
What's Changed
- Test world factory spawn by @broody in #272
- Testing utils by @aymericdelab in #274
- Move core tests to avoid running them in dojo projects by @tarrencev in #275
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
v0.1.0-alpha.2
What's Changed
- Added Loops by @aymericdelab in #260
- query derives copy trait by @broody in #262
- dev(dojo-core): immutable length param in storage by @milancermak in #263
- fix(dojo-core): use correct length in db::get by @milancermak in #265
- Convert to u250 by @tarrencev in #264
- Add world tests by @tarrencev in #268
- Added simple AMM to defi crate by @broody in #261
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
v0.1.0-alpha.1
Supports contract testing
v0.1.0-alpha.0
refactor: use serde impl rather than component class impl (#190)