Skip to content

Releases: dojoengine/dojo

Nightly (2023-08-02)

02 Aug 00:51
5cbe549
Compare
Choose a tag to compare
Nightly (2023-08-02) Pre-release
Pre-release

Other

  • feat(katana): base for state dump (#674)
  • feat(katana,sozo): add subcommand completions (#695)
  • chore: add contributors (#696)
  • (chore) removes deprecated .md file in favor of book (#699)

v0.1.0

24 Jul 19:28
Compare
Choose a tag to compare

Other

  • feat(katana): add support to declare V1 (#385) (#408)
  • fix: update Dockerfile since scarb-metadata require rustc >= 1.69 (#410)
  • refactor(sozo): migration ui with verbosity level (#414)
  • Implement indexer (#416)
  • devcontainer: update container image hash (#421)
  • Use Contract for world and executor in manifest (#420)
  • rm System in manifest file (#417)
  • feat: initial execution context implementation (#392)
  • Expose system dependencies for introspection (#422)
  • refactor(sozo): add verbosity flag for build cmd (#424)
  • fix(katana): breaking changes due to blockifier update (#427)
  • refactor(dojo-core): remove World name and store executor interface (#426)
  • refactor(katana): put StarknetWrapper inside a RwLock (#430)
  • feat: pass cli args to sozo test (#432)
  • Bootstrap SQL state from manifest (#418)
  • Store system read component deps (#423)
  • Fix katana getEvents filter key matching (#433)
  • Add support for multi-object graphql queries (#436)
  • Use git resolution for dojo_plugin (#437)
  • feat(katana): interval block production (#438)
  • Indexer sql state tests (#439)
  • Handle missed blocks in engine loop (#440)
  • Katana testing improvements (#434)
  • docs(readme): update supported declare transaction version (#442)
  • refactor(katana): simplify the logs (#443)
  • Implement component register processor (#445)
  • fix(katana): include inner calls events in receipt (#446)
  • Implement execute and call on WorldContract (#447)
  • Update onchain component schema api to match offchain (#450)
  • test(katana): test contract deployment (#451)
  • Add component api (#449)
  • Add world reader interface test (#454)
  • Component schema reader (#455)
  • Fix graphql err on empty db (#456)
  • Filter event processors by event name (#457)
  • Support initializing torii from local manifest (#458)
  • Fix load manifest and add usize to graphql (#459)
  • Enable auto migrations (#461)
  • feat: added U8, U64 and U128 into U250 (#415)
  • refactor(sozo): make configs into cli options (#462)
  • refactor(sozo): improve structure and remove redundancies (#463)
  • refactor(sozo): change param type to environment metadata (#464)
  • feat(sozo): add component command (#465)
  • Load entity values (#466)
  • feat(sozo): implement component entity command (#467)
  • feat(sozo): add system command (#468)
  • Fix: typos (#470)
  • feat(sozo): add register command (#469)
  • feat(sozo): add execute command (#471)
  • Improve doc + fix some issues (#472)
  • Update starknet-rs (#476)
  • Add list suffix to plural storage objects (#480)
  • feat: assume role validation (#453)
  • chore: use starknet-rs crates from crates.io (#481)
  • refactor(sozo): verify account existent when migrating (#482)
  • fix: param name in starknet_addDeclareTransaction (#483)
  • feat: Use DOJO_WORLD_ADDRESS env (#486)
  • Sdk (#409)
  • Fix entity get paritioned tables (#488)
  • Fix sozo misspelled partition_id flag (#489)
  • refactor(katana): tidy up type conversions (#491)
  • Fix sozo incorrect table hash (#495)
  • Support deriving multiple impls (#497)
  • refactor(katana): show logs on contract execution error (#498)
  • refactor(katana): explicit log filtering (#500)
  • Host to 0.0.0.0 (#501)
  • style: add toml formatting (#499)
  • fix(sozo): fix world diff computed incorrectly (#505)
  • Remove ShortString type (#506)
  • Remove u250 type (#508)
  • Fix torii graphql felt type (#511)
  • Add linebreaks to sozo component outputs (#512)
  • feat(katana): retrieve list of predeployed accounts (#428) (#494)
  • refactor(dojo-world): add auth methods on WorldContractReader (#513)
  • refactor(sozo-migrate): general migration improvement (#514)
  • refactor(sozo-migrate): generalize ui methods for migration (#519)
  • fix(katana): recursively extract events from inner calls (#521)
  • 492 update block timestamp (#504)
  • refactor(katana): add host option (#528)
  • refactor(sozo): make --manifest-path a global option (#530)
  • feat(torii): implement store set record (#529)
  • refactor(sozo-init): use Scarb UI to output messages + some QoL changes (#531)
  • style(toml): allow only 1 blank line (#533)
  • build(deps): remove patch redundancy (#534)
  • dev: add linux/arm64 builds as part of the project in release (#537)
  • refactor(katana): put related crates together (#536)
  • feat(torii): sql register component use proper type (#538)
  • fix(torii): missing u256 (#541)
  • Refactor database (#517)
  • Patch cairo-vm (#540)
  • refactor(katana-rpc): method to read state in Sequencer trait (#546)
  • refactor(katana): remove KatanaApi trait impl from Sequencer (#548)
  • feat(torii): expose component member as query params (#542)
  • Add StoreSetRecord event to world (#549)
  • Use rustls-tls for reqwest to fix arm linux builds (#550)
  • feat: sync contract + client and update react example (#545)
  • bevy-dojo removed (#551)
  • feat(katana): implement getClass and getClassAt RPC (#553)
  • chore(katana): remove unused lint (#554)
  • refactor(sozo-migrate): set migrator account block to pending (#555)
  • refactor(sozo-migrate): properly handle already declared class (#556)
  • Update to cairo 2.0.0 (#510)
  • Migration to inline macros (#539)
  • Remove uuid macro (#560)
  • Use git source for dojo-core (#561)
  • feat(torii): enable entity component query (#562)
  • refactor(katana): derive block context from config (#569)
  • Rename dojo_core to dojo (#565)
  • fix(dojo): update events syntax (#567)
  • Update deps to use rev instead (#572)
  • feat(dojo): emit custom events (#571)
  • Integrate auth into core (#570)
  • Update to cairo rc6 (#575)
  • Pass world to macros (#576)
  • build: update blockifier rev (#579)
  • Remove some dead code (#580)
  • refactor(katana): display default accounts seed (#583)
  • refacto(dojo): implement interfaces for dojo-core contracts (#581)
  • Fix execute macro expansion (#586)
  • refactor(katana): return err on reverted estimate fee tx (#577)
  • Migrate contract names to snake case (#587)
  • [Dojo] add dojo-core interfaces into their file + snake_case contracts (#588)
  • [Katana] Fix l1 messages output parsing and populate transaction_outputs (#591)
  • fix(katana/rpc): starknet_getEvents filtering by address (#594)
  • Introduce new dojo-client crate (#584)
  • feat(sozo): events subcommand to retrive events (#590)
  • Update deps to cairo 2 (#595)
  • Add dojo-types crate (#596)
  • fix(katana): range iterating on blocks for events (#598)
  • refactor(katana): auto impl Sequencer trait for Arc (#604)
  • Reset origin on exiting execute (#606)
  • fix(sozo-migrate): poll transaction status before progressing (#613)
  • chore(torii): graphql enable cors (#615)
  • Add trace logging for txn execution resource usage (#617)
  • Remove duplicate steps from resource trace (#618)
  • Format contract execution stack trace (#619)
  • Implement SerdeLen trait + derive (#620)
  • Build Dojo docker on release (#621)
  • fix(katana): fix return wrong number of blocks (#622)
  • refactor: make config types public (#631)
  • make build step for dojo-test-utils opt-outable via feature flag (#634)
  • fix: fixed dojo engine core following latest dojo changes (#633)
  • Refactor migration to compute contract addresses statically (#637)
  • update packages (#638)
  • fix: switch Address to ContractAddress (#635)
  • Add health check response (#645)
  • [torii] feat: Added a way to filter entities by component name in torii (#636)
  • [torii] fix: pascal case type_name (#647)
  • feat: pin rust version (#643)
  • fix(katana): fix deploy account (#644)
  • Update client to use serde len for component values (#649)
  • doc: update worlds.md to the latest version (#659)
  • fix: export not found (#656)
  • fix: adding "events" package to react-example (#657)
  • feat(torii): start block argument (#655)
  • Support grant writer on world interface (#662)
  • fix(torii): panic indexing unknown components (#651)
  • Have dojoup install stable by default (#670)
  • Add build-examples feature (#671)

Nightly (2023-07-02)

01 Jul 01:24
7e5e358
Compare
Choose a tag to compare
Nightly (2023-07-02) Pre-release
Pre-release
  • No changes

v0.1.0-alpha.7

03 Jun 16:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: nightly-d70f9c4b8bcbcfef89f0fd0cfa3f23b611bcbddd...v0.1.0-alpha.7

v0.1.0-alpha.6

03 Jun 15:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: nightly-6b14b017fa07457db50cde72bc25d337b402512a...v0.1.0-alpha.6

v0.1.0-alpha.5

18 May 19:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

v0.1.0-alpha.4

17 May 16:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

v0.1.0-alpha.3

01 May 17:37
aa7dd3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

v0.1.0-alpha.2

28 Apr 17:39
5851f5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

v0.1.0-alpha.1

25 Apr 20:35
30832c6
Compare
Choose a tag to compare

Supports contract testing