Releases: MinaFoundation/MinaMesh
Releases · MinaFoundation/MinaMesh
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/transactions
by @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
block
Endpoint 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
MinaMesh
Structimpl
s by @harrysolovay in #12- Initial
serve
Implementation by @harrysolovay in #13 - Add Misc. SQL Queries, Begin Error Typing by @harrysolovay in #14
- Workspace Tweaks by @harrysolovay in #15
- Get Rid of
MinaAccountIdentifier
Struct, Gitignoregraphql/generated.rs
by @harrysolovay in #16 - Workspace Tweaks by @harrysolovay in #17
- Refactoring by @harrysolovay in #19
- Begin Using
MinaMeshError
Instead ofanyhow::Error
by @harrysolovay in #21 - Refactor and Test Block Metadata Retrieval by @harrysolovay in #20
- Refactor
ServeCommand.run
by @harrysolovay in #22 - Util Refactoring + More on
block
Endpoint by @harrysolovay in #24 - Fix network list by @piotr-iohk in #23
- Initial CI workflow by @piotr-iohk in #25
implemented_methods
Endpoint 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-mesh
Crate 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