Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit 3026996

Browse files
authored
Merge pull request #515 from tokencard/eip-1271
Support for EIP-1271 and EIP-1654
2 parents 79298ab + d3180a0 commit 3026996

File tree

125 files changed

+963
-450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+963
-450
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ contract_sources=(
2424
'mocks/base64Exporter'
2525
'mocks/oraclize'
2626
'mocks/bytesUtilsExporter'
27+
'mocks/isValidSignatureExporter'
2728
'mocks/parseIntScientificExporter'
2829
'mocks/tokenWhitelistableExporter'
2930
'internals/tokenWhitelistable'
@@ -67,6 +68,7 @@ contracts=(
6768
"mocks/oraclize/OraclizeConnector mocks/oraclizeConnector.go OraclizeConnector mocks"
6869
"mocks/oraclize/OraclizeAddrResolver mocks/oraclizeAddrResolver.go OraclizeAddrResolver mocks"
6970
"mocks/bytesUtilsExporter/BytesUtilsExporter mocks/bytesUtilsExporter.go BytesUtilsExporter mocks"
71+
"mocks/isValidSignatureExporter/IsValidSignatureExporter mocks/isValidSignatureExporter.go IsValidSignatureExporter mocks"
7072
"mocks/parseIntScientificExporter/ParseIntScientificExporter mocks/parseIntScientificExporter.go ParseIntScientificExporter mocks"
7173
"mocks/tokenWhitelistableExporter/TokenWhitelistableExporter mocks/tokenWhitelistableExporter.go TokenWhitelistableExporter mocks"
7274
"internals/tokenWhitelistable/TokenWhitelistable internals/tokenWhitelistable.go TokenWhitelistable internals"

build/mocks/isValidSignatureExporter/ABIResolver.abi

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/mocks/isValidSignatureExporter/ABIResolver.bin

Whitespace-only changes.

build/mocks/isValidSignatureExporter/AddrResolver.abi

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/mocks/isValidSignatureExporter/AddrResolver.bin

Whitespace-only changes.

build/mocks/isValidSignatureExporter/Address.abi

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/mocks/isValidSignatureExporter/Address.bin

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/mocks/isValidSignatureExporter/AddressWhitelist.abi

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/mocks/isValidSignatureExporter/AddressWhitelist.bin

Whitespace-only changes.

build/mocks/isValidSignatureExporter/Balanceable.abi

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)