Releases: sentioxyz/sentio-sdk
Releases · sentioxyz/sentio-sdk
v2.57.2
2.57.2 (2025-02-02)
Bug Fixes
- aptos: ignore error get pair metadata for some token. move now fetch all inputs and events by default (#1147) (3acfd62)
- runtime: override provider toString to avoid console.log caches (#1143) (3687451)
- sdk: fix metric handler name in template processor (#1144) (af7c53a)
- sdk: pass handlerName from template to base processor (#1146) (ce1778e)
- sdk: skip bind in proxyProcessor (#1145) (40e39c0)
v2.57.0
2.57.0 (2025-01-27)
Features
Bug Fixes
- fuel: keep the receipt order when testing with fuel facet (#1140) (27be2bd)
- fuel: keep the receipt order when testing with fuel facet (#1141) (783a32e)
Internal
- fuel: add fuel receipt handler for contract.onTransfer (#1137) (34c2445)
- test: init test memory database before processor binding (#1139) (db6f044)
v2.56.0
2.56.0 (2025-01-22)
Features
Bug Fixes
- runtime: clean compatibility cache during get config (#1135) (c0bb4cc)
Internal
- store: add examples to unit test entity store (#1136) (3421b93)
v2.55.3
2.55.3 (2025-01-21)
Bug Fixes
Internal
- store: add store unit test support file back (#1133) (5191ae6)
- store: change relation fields to explicit function call (#1131) (2102b96)
- store: support list filter unit test (#1130) (800741f)
v2.55.2
2.55.2 (2025-01-16)
Bug Fixes
- runtime: unset unused fuelcallconfigs if needed (#1128) (73e2ac6)
v2.55.1
2.55.1 (2025-01-16)
Bug Fixes
- runtime: convert fulecallconfig to fultransactionconfig (#1127) (0402620)
v2.55.0
2.55.0 (2025-01-16)
Features
- move: migrate to new and cleaner move protobuf (#1118) (6834fe1)
Bug Fixes
- runtime: runtime need dedup request for new driver but old sdk (#1126) (ffb372b)
Internal