Releases: t3rn/xbi
Releases · t3rn/xbi
v0.3.7
✨ New Features
b29d569
- channel: introduce async types for the channel (commit by @awesomeibex)9cc9b4e
- channel: implement async queue (commit by @awesomeibex)51f3436
- portal: call queue on intervals (commit by @awesomeibex)4d0bfc4
- portal: pass a status to an error (commit by @awesomeibex)4aaa64a
- portal: async receiver (commit by @awesomeibex)749de02
- format: introduce a received field for the timesheet (commit by @awesomeibex)67192bc
- channel: asset reservation with first pass approach (commit by @awesomeibex)0058a24
- portal: origin should always be enriched (commit by @awesomeibex)c89a985
- portal: aggregates should be calculated by the handler (commit by @awesomeibex)c119fec
- channel: testable user payment for messages (commit by @awesomeibex)4cd53fb
- charge for notifications (commit by @awesomeibex)
✅ Tests
31fb9aa
- portal: process the queue in async tests (commit by @awesomeibex)cc05015
- portal: test that the async channel sends the right signals (commit by @awesomeibex)eee5dbb
- add asset macro assertions (commit by @awesomeibex)138f12b
- fix testing spaghetti for accounts (commit by @awesomeibex)a09da93
- make tests compile (commit by @awesomeibex)
🔧 Chores
408b3a2
- queue: add logging to queue (commit by @awesomeibex)8ae236d
- update log targets (commit by @awesomeibex)b51e962
- clean pallet and move to impls (commit by @awesomeibex)997e423
- clippy (commit by @awesomeibex)
v0.3.6
✨ New Features
edcb5db
- store xbi responses in sync channel (commit by @awesomeibex)
✅ Tests
ef7c723
- introduce low level unhappy path test (commit by @awesomeibex)
🔧 Chores
f1547be
- make the queue use the same logic (commit by @awesomeibex)f95f84f
- asset-registry: clippy lints (commit by @awesomeibex)
v0.3.5
v0.3.4
💥 BREAKING CHANGES
-
due to
7fd8d50
- timestamps can be progressed by an enum (commit by @awesomeibex):timestamps can be progressed by an enum
-
due to
7576d2b
- remove id from the result (commit by @awesomeibex):we handle results in a different way so result has been removed from the codec
-
due to
03ffbb5
- hide the timesheet from requesting users (commit by @awesomeibex):hide the timesheet from requesting users
-
due to
f7c8e50
- generate ids on user requests (commit by @awesomeibex):this removes the ability to provide an id when sending an xbi message
✨ New Features
f7c8e50
- format: generate ids on user requests (commit by @awesomeibex)
♻️ Refactors
7fd8d50
- format: timestamps can be progressed by an enum (commit by @awesomeibex)7576d2b
- codec: remove id from the result (commit by @awesomeibex)03ffbb5
- format: hide the timesheet from requesting users (commit by @awesomeibex)