-
Notifications
You must be signed in to change notification settings - Fork 5.9k
ERC-165 Standard Interface Detection #881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
5e02514
A standard for interface detection, fixes #165
fulldecent 7558488
Discuss optional interfaces per @dete advice
fulldecent 224822c
Add two competing implementations
fulldecent 4b7b916
Add author email addresses per latest EIP-X
fulldecent 6e4394d
Update caching contract
fulldecent d39b388
Add author Konrad Feldmeier
fulldecent 50f59da
Updated to use staticcall
fulldecent 529ce1b
Update cache to use explicit return values of 32 byte length
fulldecent 26c9118
"uses less than"
fulldecent ad70b8d
Function selectors are defined by Ethereum, not Solidity
fulldecent 3928548
Remove authors @VoR0220 @Souptacular @GriffGreen
fulldecent b97350c
Copyediting review
fulldecent 881f577
Bytes, version 0.4.20, thanks @veox
fulldecent 734d68b
Use 32-byte words
fulldecent b675b4b
Update zero padding, thank you @veox
fulldecent 12fe0b5
Switch from a cache to a query contract, cache is out of scope
fulldecent 1947d2f
Complete Homer implementation
fulldecent 490ce29
not a cache
fulldecent 4ecf584
32 bytes input
fulldecent 50ad36b
Hex, not string
fulldecent e902727
Nibbles are not bytes, duh
fulldecent d47923b
Update link
fulldecent 03c67d2
interfaced -> interacted
fulldecent 2cb6f91
Update eip-165.md
nicksavers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add two competing implementations
- Loading branch information
commit 224822c743be51ff6b2762a1958507b4ea81637c
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps
0.4.20here also?..There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed