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
The Safe Decoder Service effectively replaces the data decoder of the Transaction Service. It improves upon the existing implementation, particularly by following proxy contracts. We should migrate to the service due to this.
The return type of the new service differs to the existing one and it is used extensively across mappers. We should (initially) consider remapping the response for direct usage and push to deprecate it, across all entities that use it as well.
Requirements
Add Safe Decoder datasource and entities.
Add compatibility layer between existing data structure and new one.
Address migration to new structure (likely in follow up issues)
Additional information
No response
The text was updated successfully, but these errors were encountered:
Description
The Safe Decoder Service effectively replaces the data decoder of the Transaction Service. It improves upon the existing implementation, particularly by following proxy contracts. We should migrate to the service due to this.
The return type of the new service differs to the existing one and it is used extensively across mappers. We should (initially) consider remapping the response for direct usage and push to deprecate it, across all entities that use it as well.
Requirements
Additional information
No response
The text was updated successfully, but these errors were encountered: