You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: ♻️ Separate MSP and BSP specific functionalities in Blockchain Service (Moonsong-Labs#386)
* feat: 🚧 Add new files `handler_msp` and `handler_bsp`
* refactor: ♻️ Move BSP and MSP specific flow out of `handler.rs`
* fix: 🚨 Move bsp/msp specific event handling away from handler.rs after merge
* feat: 🚧 Separate `check_pending_forest_root_writes` into MSP and BSP specific functions
* feat: 🚧 Make commands BSP/MSP specific fail if sent when managing the wrong provider
* feat: 🚧 Move `forest_root_write_lock` and `forest_root_snapshots` out of handler and into MSP/BSP specific handlers
* refactor: 🚧 Move events processing for forest root changing into MSP/BSP specific handlers
* refactor: 🚧 Move common events handling into a separate function
* refactor: ♻️ Finish separating MSP/BSP specific functionality in Blockchain Service
* fix: 🚨 Compilation fixes after merge
* fix: 🚨 Fix compilation and clippy issues
* refactor: 🚚 Rename `get_provider_id` to `sync_provider_id`
0 commit comments