Releases: MinaFoundation/MinaMesh
Releases · MinaFoundation/MinaMesh
v0.1.0-beta.4
What's Changed
- Search tx pagination (limit/offset) adjustments by @piotr-iohk in #84
- Optional timestamp by @piotr-iohk in #85
- Construction derive endpoint by @piotr-iohk in #94
- Construction preprocess by @piotr-iohk in #95
- Counstruction metadata by @piotr-iohk in #96
- Refactor nix flake to use crane directly without rust-flake by @joaosreis in #97
- Refactor search transaction optimizations to use SQLX migrations by @joaosreis in #101
- Remove Deno and transition to Just for task execution by @joaosreis in #98
- Devnet update by @piotr-iohk in #108
- Construction payloads by @piotr-iohk in #99
- use dprint to format graphql by @piotr-iohk in #105
- Cache cargo-edit in publish workflow by @piotr-iohk in #104
- Bump cynic (and other dependencies) by @piotr-iohk in #103
- Block and search transaction tests updates by @piotr-iohk in #111
- Construction combine by @piotr-iohk in #109
- Adjust search tx limit offset test by @piotr-iohk in #112
- Add Dockerfile and boostrap scripts (#102) by @kaozenn in #110
- Test adjustments by @piotr-iohk in #114
- Update publish workflow to build and push docker image to dockerhub #106 by @kaozenn in #115
- Construction submit by @piotr-iohk in #113
- Fix Docker hub step in Release workflow by @kaozenn in #116
- Add oCaml Mina Signer to Docker image by @kaozenn in #120
- exclude Dockerfile from dprint formatting by @piotr-iohk in #121
- Construction parse by @piotr-iohk in #118
- Add exit codes to search-tx-optimizations by @piotr-iohk in #127
- Change rust channel to stable by @piotr-iohk in #128
- Temporarily do not publish on crates.io by @piotr-iohk in #129
- Support block hash in /account/balance by @piotr-iohk in #125
- Fix Apply Search Tx Optimization logic by @kaozenn in #132
- Adjust workflow, set-version by @piotr-iohk in #133
New Contributors
Full Changelog: v0.1.0-beta.3...v0.1.0-beta.4
v0.1.0-beta.3
What's Changed
- Fetch genesis block information automatically by @piotr-iohk in #73
- Legacy testing by @piotr-iohk in #74
- More comparison legacy testing (mempool, network) by @piotr-iohk in #75
- Testing and adjustments for /account/balance by @piotr-iohk in #78
- Reuse network_id accross tests against devnet by @piotr-iohk in #79
- Documentation and readme by @piotr-iohk in #80
- Block adjustments (user_commands, internal_commands) by @piotr-iohk in #81
- Block adjustments (zkapps) by @piotr-iohk in #82
Full Changelog: v0.1.0-beta.2...v0.1.0-beta.3
v0.1.0-beta.2
What's Changed
- Add Note About Version Specifier by @harrysolovay in #47
- Initial
/search/transactions(Currently Onlyuser_command) by @piotr-iohk in #32 - Internal commands in
/search/transactionsby @piotr-iohk in #52 - Switch to devnet env (DB and graphql) for testing by @piotr-iohk in #54
- Zkapp in search tx by @piotr-iohk in #55
- Test fix update by @piotr-iohk in #57
- ZkApp Command Info in
blockEndpoint by @harrysolovay in #56 - Tiny Util for Generating Feedback With OpenAI by @harrysolovay in #59
- Search tx optimization experiments (
user_commands_aggregated) by @piotr-iohk in #58 - Introduce pg pool options by @piotr-iohk in #64
- More search tx optimizations (
internal_commands_aggregated,zkapp_commands_aggregated) by @piotr-iohk in #63 - Basic token support in /search/transactions by @piotr-iohk in #69
- Error handling by @piotr-iohk in #70
- Network identifier support by @piotr-iohk in #71
Full Changelog: v0.1.0-beta.1...v0.1.0-beta.2
v0.1.0-beta.1
What's Changed
- Begin Network Endpoints by @harrysolovay in #4
- Create
Context-bound GraphQL Query Util for Uniform Error/Empty Handling by @harrysolovay in #5 - Network Status Endpoint by @harrysolovay in #6
- Reorganize Into Workspaces + Misc. Cleanup by @harrysolovay in #8
- More Methods + Refactoring by @harrysolovay in #9
- Clean Up GraphQL API by @harrysolovay in #11
MinaMeshStructimpls by @harrysolovay in #12- Initial
serveImplementation by @harrysolovay in #13 - Add Misc. SQL Queries, Begin Error Typing by @harrysolovay in #14
- Workspace Tweaks by @harrysolovay in #15
- Get Rid of
MinaAccountIdentifierStruct, Gitignoregraphql/generated.rsby @harrysolovay in #16 - Workspace Tweaks by @harrysolovay in #17
- Refactoring by @harrysolovay in #19
- Begin Using
MinaMeshErrorInstead ofanyhow::Errorby @harrysolovay in #21 - Refactor and Test Block Metadata Retrieval by @harrysolovay in #20
- Refactor
ServeCommand.runby @harrysolovay in #22 - Util Refactoring + More on
blockEndpoint by @harrysolovay in #24 - Fix network list by @piotr-iohk in #23
- Initial CI workflow by @piotr-iohk in #25
implemented_methodsEndpoint by @harrysolovay in #26- OpenAPI Playground by @harrysolovay in #27
- Playground follow up by @piotr-iohk in #29
- Add nix support by @joaosreis in #31
- Crate Publish Workflow by @harrysolovay in #34
- Env Configuration + Readme Tweaks by @harrysolovay in #35
- Add Note About First Publish by @harrysolovay in #36
- Initial Block Endpoint (Currently Without ZkApp Command Info) by @harrysolovay in #30
- Use
coinbase-meshCrate by @harrysolovay in #41 - Attempt To Fix Publish by @harrysolovay in #43
- Rename Crate To Use Hyphen (Not Underscore) by @harrysolovay in #44
- Fix Bin Name by @harrysolovay in #45
- Fix Crate Renaming Error by @harrysolovay in #46
New Contributors
- @piotr-iohk made their first contribution in #23
- @joaosreis made their first contribution in #31
Full Changelog: https://github.com/MinaFoundation/MinaMesh/commits/v0.1.0-beta.1