trustlines-protocol / contracts

Smart contracts for the Trustlines Protocol
https://trustlines.network/
Other
26 stars 6 forks source link

Provide merged abi of old and new contract #391

Closed cducrest closed 3 years ago

cducrest commented 3 years ago

When packing the abi of contracts for py-bin, we need to provide an abi with old and new events of trustline update (with and without the balance arg).

We need to pin the old abi with a certain contracts.json

See https://github.com/trustlines-network/project/issues/942

cducrest commented 3 years ago

done