Closed purplesmoke05 closed 1 year ago
Close: #511
/bond/tokens/{token_address}/force_unlock/batch
/share/tokens/{token_address}/force_unlock/batch
/bond/tokens/{token_address}/force_unlock/batch/{batch_id}
/share/tokens/{token_address}/force_unlock/batch/{batch_id}
BatchForceUnlockProcessed
processor_batch_force_unlock.py
Tested locally with quorum and works well
close as stale
Close: #511
Changes
Endpoint for creating a batch task about force_unlock
/bond/tokens/{token_address}/force_unlock/batch
/share/tokens/{token_address}/force_unlock/batch
Endpoint for listing all batch tasks about force_unlock
/bond/tokens/{token_address}/force_unlock/batch
/share/tokens/{token_address}/force_unlock/batch
Endpoint for retrieving one batch task about force_unlock
/bond/tokens/{token_address}/force_unlock/batch/{batch_id}
/share/tokens/{token_address}/force_unlock/batch/{batch_id}
New Notification Type
BatchForceUnlockProcessed
New Processor
processor_batch_force_unlock.py
New Table