Releases: nautls/ergo-graphql
Releases · nautls/ergo-graphql
v0.5.2
What's Changed
- Complete tests by @SepehrGanji in #78
- Complete docs by @SepehrGanji in #84
- batch headerID by @SepehrGanji in #87
- Include unconfirmed inputs' tokens when being spent by @arobsn in #92
New Contributors
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Add
beingSpent
to mempool resolver by @SepehrGanji in #77 - Increase
MAX_TAKE
value to200
while maintains the default value set to50
Full Changelog: v0.5.0...v0.5.1
v0.5.0
New Features
- Query unconfirmed boxes by
boxIs
,addresses
andergoTrees
.
Fixes
- Fix inconsistent confirmed query by single
boxId
.
Full Changelog: v0.4.4...v0.5.0
v0.4.4
- Fix concurrent queries caching issue
- Update dependencies
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- Require arg for box query by @SepehrGanji in #62
- Token filters by @SepehrGanji in #54
- Fix box lookup by @SepehrGanji in #67
- Remove vulnerable dependencies
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- Fix Box resolver params validation by @SepehrGanji in #63
- Fix
transactionsCount
by @SepehrGanji in #65
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Fix transactions and boxes queries when the same id is present in forked blocks
- Updated Fleet SDK to latest version
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
Batch queries
- Add batch query tokens by ids by @SepehrGanji in #41
- Add batch query transaction by ids by @SepehrGanji in #42
- Add batch query boxes by ids by @SepehrGanji in #44
- Add batch query boxes by addresses or ergoTrees by @SepehrGanji in #45
- Add Batch query transactions by addresses or ergoTrees by @SepehrGanji in #55
Fixes
- Handle
BlockWatcher
errors properly by @capt-nemo429 in #50 - Disable Apollo Studio by default by @SepehrGanji in #53
- Check
ERGO_NODE_ADDRESS
validity and definition at startup by @capt-nemo429 in #49 - Fix assets balance calculation by @capt-nemo429 in #59
⚠️ Breaking changes
- Remove
atHeight
param from addresses resolver by @SepehrGanji in #58
Full Changelog: v0.3.8...v0.4.0
v0.3.8
v0.3.7
What's Changed
- Filter blocks and boxes by min and max height by @SepehrGanji in #36
- Use
ergo_tree
index for addresses queries by @capt-nemo429 in #40
Full Changelog: v0.3.6...v0.3.7