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
These restrictions are in-place partly as offensive programming and in order to get a generic address which can be treated agnostic to a specific chain. When supporting Solana we need to implement chain-agnostic support as well. This could be a good opportunity to:
Remove the function index for address, in-favor of a new unique column that stores the address (regardless of chain)
Depends on reown-com/reown-rust#61
In addition to updating this dependency, Notify Server itself expects eip155 in a few places:
notify-server/src/model/types/account_id.rs
Line 50 in aa855db
notify-server/src/utils.rs
Line 20 in 5b76303
notify-server/migrations/20240111200929_unique_account_address.sql
Line 4 in 5b76303
These restrictions are in-place partly as offensive programming and in order to get a generic address which can be treated agnostic to a specific chain. When supporting Solana we need to implement chain-agnostic support as well. This could be a good opportunity to:
The text was updated successfully, but these errors were encountered: