|
|
ad3a3bd1c5
|
feat: ✨ add is_* functions tu Rustler for status
adds:
- is_connecting
- is_connected
- is_disconnecting
- is_disconnected
|
2024-06-21 15:35:20 -03:00 |
|
|
|
b35cbe95ee
|
refactor: 🔨 remove comments about callbacks
|
2024-06-21 12:56:39 -03:00 |
|
|
|
7849458963
|
docs: 📝 improve docs for functions in the Rustler trait
|
2024-06-07 12:56:28 -03:00 |
|
|
|
ecfaf6f1a1
|
fix: 🚑 crash when not rustler available for a market
|
2024-06-07 11:26:02 -03:00 |
|
|
|
8a8f47a859
|
fix: 🚑 run rustler immediately when no rules configured
|
2024-06-07 11:17:35 -03:00 |
|
|
|
66da2d1bf4
|
feat: ✨ function to create a RustlerMsg::QuoteMsg
adds `to_msg` function, which creates a
`RustlerMsg::QuoteMsg` from a `Quote`
|
2024-06-06 12:34:19 -03:00 |
|
|
|
e1b9286430
|
feat: ✨ improve doc titles
|
2024-06-06 12:31:32 -03:00 |
|
|
|
fb492c6b91
|
fix: 🚑 make rustlers start blocking
|
2024-06-05 08:17:51 -03:00 |
|
|
|
9214306c9f
|
feat: ✨ more implementations of StreamMsg
|
2024-06-04 10:50:16 -03:00 |
|
|
|
26f04edce1
|
style: 💄 fmt+lint issues
|
2024-06-04 10:45:04 -03:00 |
|
|
|
3393edfd90
|
feat: ✨ make SourceStream more reusable
|
2024-06-04 10:43:44 -03:00 |
|
|
|
1638b0c108
|
feat: ✨ replace BroadcastStream with async_stream create
|
2024-06-02 11:01:38 -03:00 |
|
|
|
2d16c6230f
|
feat: ✨ add conn cancellation token
|
2024-06-02 09:08:41 -03:00 |
|
|
|
ae000732a2
|
feat: ✨ connection id
|
2024-06-02 01:08:20 -03:00 |
|
|
|
77cd708d1c
|
fix: 🚑 error response has same name than tungstenite's
|
2024-05-31 10:23:24 -03:00 |
|
|
|
7a8966b243
|
feat: ✨ websocket gateway
|
2024-05-27 07:36:53 -03:00 |
|
|
|
97d8dab22e
|
feat: ✨ make Rustler not clonable
|
2024-05-24 00:37:23 -03:00 |
|
|
|
61c2bdbf1b
|
feat: ✨ use pub_name in data to dto conversion
|
2024-05-24 00:07:52 -03:00 |
|
|
|
4a8ea54f5d
|
feat: ✨ add quote_asset to Ticker object
|
2024-05-23 21:27:56 -03:00 |
|
|
|
ff02cb2157
|
feat: ✨ add optional quote_symbol to ticker entity
the quote symbol represents the currency in
which the ticker is quoted. e.g.: USD, ARS, etc
|
2024-05-23 20:56:58 -03:00 |
|
|
|
241b7a3814
|
feat: ✨ rustler: make on_add and on_delete async
|
2024-05-23 20:36:02 -03:00 |
|
|
|
729bf7f421
|
feat: ✨ add pub_name to market entities
|
2024-05-23 16:00:33 -03:00 |
|
|
|
03574f0daa
|
feat: ✨ expose migrations
|
2024-05-22 07:18:14 -03:00 |
|
|
|
4d8fcba319
|
docs: 📝 fix rustlers/README.md title image
|
2024-05-21 02:40:24 -03:00 |
|
|
|
b3a9301264
|
docs: 📝 add README.md for lib/rustlers
|
2024-05-21 02:37:21 -03:00 |
|
|
|
e7bcf5f1d4
|
fix: 🚑 Rustler: call on_add|/delete only when necessary
|
2024-05-21 02:36:34 -03:00 |
|
|
|
4e678457eb
|
refactor: 🔨 move bus module to root
|
2024-05-21 01:13:16 -03:00 |
|
|
|
173e96b5c5
|
style: 💄 fix linting issues
|
2024-05-21 01:06:34 -03:00 |
|
|
|
9625e32bbd
|
feat: ✨ quote publishing from rustlers
|
2024-05-21 01:03:36 -03:00 |
|
|
|
58b16834c8
|
style: 💄 improve comments and stringdocs
|
2024-05-10 23:19:51 -03:00 |
|
|
|
0557781373
|
feat: ✨ pub-sub feature
|
2024-05-10 22:34:32 -03:00 |
|
|
|
356c88ae46
|
refactor: 🔨 convert into library
|
2024-04-23 09:40:46 -03:00 |
|