diff options
author | Greg Hysen <greg.hysen@gmail.com> | 2018-06-01 07:31:00 +0800 |
---|---|---|
committer | Greg Hysen <greg.hysen@gmail.com> | 2018-06-08 06:38:48 +0800 |
commit | 249a1e6d8d129d6b067a4ddadfb4b94733ddfc07 (patch) | |
tree | b4bc308a8653e14a67298cdf75c8d84278bb8195 /packages/contracts/compiler.json | |
parent | e042e0ad32cd2ac9e707cb8e52961957f58314ce (diff) | |
download | dexon-sol-tools-249a1e6d8d129d6b067a4ddadfb4b94733ddfc07.tar dexon-sol-tools-249a1e6d8d129d6b067a4ddadfb4b94733ddfc07.tar.gz dexon-sol-tools-249a1e6d8d129d6b067a4ddadfb4b94733ddfc07.tar.bz2 dexon-sol-tools-249a1e6d8d129d6b067a4ddadfb4b94733ddfc07.tar.lz dexon-sol-tools-249a1e6d8d129d6b067a4ddadfb4b94733ddfc07.tar.xz dexon-sol-tools-249a1e6d8d129d6b067a4ddadfb4b94733ddfc07.tar.zst dexon-sol-tools-249a1e6d8d129d6b067a4ddadfb4b94733ddfc07.zip |
Removed the LibAssetProxyDecoder. Merged decode functions into the proxies. This way they can still be used by the forwarding contract. TestAssetDataDecoders inherits them in the same way the forwarding contract would
Diffstat (limited to 'packages/contracts/compiler.json')
-rw-r--r-- | packages/contracts/compiler.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/compiler.json b/packages/contracts/compiler.json index 464137d9b..6ef8e6a95 100644 --- a/packages/contracts/compiler.json +++ b/packages/contracts/compiler.json @@ -29,7 +29,7 @@ "MixinAuthorizable", "MultiSigWallet", "MultiSigWalletWithTimeLock", - "TestLibAssetProxyDecoder", + "TestAssetDataDecoders", "TestAssetProxyDispatcher", "TestLibBytes", "TestLibMem", |