-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release beta to main #37
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
merge main into develop
* feat: save deltas instead of absolutes * fix: api queries * chore: start wiring rollback * chore: add try log macros * chore: adjust log levels * fix: insert ledger rows in batches * feat: add db drop command * feat: batch insert runes * fix: reset max rune number with each new block
release beta
## [0.3.0-beta.1](v0.2.2...v0.3.0-beta.1) (2024-07-04) ### Features * add zeromq streaming and rollback support ([#8](#8)) ([c201bb5](c201bb5))
* fix: batch balance changes * fix: batch supply changes
* fix: open and close pg connections for each chainhook message * chore: flush db cache on input miss * fix: revert
* fix: optimize tx output cache * chore: style
release beta
## [0.3.0-beta.2](v0.3.0-beta.1...v0.3.0-beta.2) (2024-07-05) ### Bug Fixes * cached output balance retrieval ([#16](#16)) ([b87b921](b87b921)) * increase activity count when etching ([#14](#14)) ([e797fc3](e797fc3)) * open and close pg connections for each chainhook message ([#15](#15)) ([3c93671](3c93671))
* chore: address activity draft * feat: queries
* ci: update api ci build * fix: casing warning
release to beta
## [0.3.0-beta.3](v0.3.0-beta.2...v0.3.0-beta.3) (2024-07-06) ### Features * address activity endpoint ([#18](#18)) ([c6b8bbe](c6b8bbe))
* fix: move unallocated without need for a runestone * fix: block output cache
release to beta
## [0.3.0-beta.4](v0.3.0-beta.3...v0.3.0-beta.4) (2024-07-08) ### Bug Fixes * default output selection without a runestone ([#23](#23)) ([016583c](016583c)) * move unallocated without need for a runestone ([#22](#22)) ([69559e0](69559e0)) * register receive operations correctly on edicts ([#21](#21)) ([de48a59](de48a59))
* test: new structure * fix: codecov rust
* test: balance moves * test: sequential ledger
* test: input rune balances * chore: comment
* test: move from block output cache to lru cache * chore: rename config toml * ci: fix tarpaulin * ci: install tarpaulin force
* add some etching and minting tests * add back partial eq --------- Co-authored-by: Rafael Cardenas <[email protected]> Co-authored-by: brady.ouren <[email protected]>
* add cenotaph column to runes table * add cenotaph to existing mig * add cenotaph to api --------- Co-authored-by: brady.ouren <[email protected]>
* add cenotaph column to runes table * add cenotaph to existing mig * chore: add api code to run test migrations * fix migration setup and attempt some inserts * fix some types and setup functions * fix: testing setup and response asserts * fix the spaced name regex and add test * better expectation and review changes --------- Co-authored-by: brady.ouren <[email protected]> Co-authored-by: Rafael Cardenas <[email protected]>
* add number field to Rune response * add number fetch to the sql * add test which actually exercises the rune response with number --------- Co-authored-by: brady.ouren <[email protected]>
release to beta
Vercel deployment URL: https://runehook-6p75e3dzi-hirosystems.vercel.app 🚀 |
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
## [0.3.0-beta.5](v0.3.0-beta.4...v0.3.0-beta.5) (2024-07-29) ### Features * number field in rune response ([#35](#35)) ([4485057](4485057))
tippenein
approved these changes
Jul 29, 2024
🎉 This PR is included in version 0.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.