DA0-DA0 / polytone

An account on every blockchain for every smart contract.
45 stars 7 forks source link

Added variable-length contract address support #65

Closed NoahSaso closed 4 months ago

NoahSaso commented 4 months ago

Closes #64

This adds the ability to specify the contract address length used by the chain when instantiating the voice contract. This is required because some chains (such as Injective) use non-standard contract address lengths. Typically they are 32, but Injective uses 20.

This also adds a query to fetch the sender information from the voice given a proxy address.