Skip to content
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

Fixed EIP681 and EIP67, added and improved a lot of ERCs #113

Merged
merged 41 commits into from
Dec 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
2dd4ca0
fixed eip681 and eip67
TonioMacaronio Dec 7, 2018
b7f3c69
added erc777
TonioMacaronio Dec 7, 2018
80c03b5
fixed erc721
TonioMacaronio Dec 13, 2018
de70583
small fix
TonioMacaronio Dec 13, 2018
a0b15f1
very small fix
TonioMacaronio Dec 13, 2018
e37b606
small fix
TonioMacaronio Dec 13, 2018
7e11e65
last small fix
TonioMacaronio Dec 13, 2018
0d4ead1
added protocol and method
TonioMacaronio Dec 13, 2018
496e173
Update Web3+ERC777.swift
TonioMacaronio Dec 13, 2018
900eaad
added protocol erc1400
TonioMacaronio Dec 13, 2018
ca8de0d
major fix erc721
TonioMacaronio Dec 13, 2018
b29bdcb
added comment
TonioMacaronio Dec 13, 2018
dba69e2
erc1400 inherit from erc20
TonioMacaronio Dec 14, 2018
1e4c498
erc1400 implemented
TonioMacaronio Dec 14, 2018
871bf2d
small fix
TonioMacaronio Dec 14, 2018
d3fe1c4
added 165 protocol and support for it in 721
TonioMacaronio Dec 14, 2018
0f144dd
small refactor
TonioMacaronio Dec 14, 2018
72fb251
small refactor
TonioMacaronio Dec 14, 2018
dbfecb1
Merge pull request #2 from BaldyAsh/erc20fix
TonioMacaronio Dec 14, 2018
649b45a
Merge pull request #3 from BaldyAsh/ERC721fix
TonioMacaronio Dec 14, 2018
6fc89ea
Merge pull request #4 from BaldyAsh/erc165
TonioMacaronio Dec 14, 2018
e245dde
Merge branch 'develop' into feature/erc777
TonioMacaronio Dec 14, 2018
164990b
Merge pull request #5 from BaldyAsh/feature/erc777
TonioMacaronio Dec 14, 2018
ba0f74e
Merge branch 'develop' into erc1400
TonioMacaronio Dec 14, 2018
37fb416
Merge pull request #6 from BaldyAsh/erc1400
TonioMacaronio Dec 14, 2018
ec81451
Revert "Added erc1400 precompiled contract"
TonioMacaronio Dec 14, 2018
a16ecec
Merge pull request #7 from BaldyAsh/revert-6-erc1400
TonioMacaronio Dec 14, 2018
9570182
Revert "Added erc777 precompiled contract"
TonioMacaronio Dec 14, 2018
424c156
Merge pull request #8 from BaldyAsh/revert-5-feature/erc777
TonioMacaronio Dec 14, 2018
6968d2d
correctly fixed and added erc20, 165, 721, 777, 820
TonioMacaronio Dec 15, 2018
62f3fd2
fixed erc777 and 1400 - need to add correct abi for 1400 and check ab…
TonioMacaronio Dec 15, 2018
ddd6d59
Merge pull request #9 from BaldyAsh/AddingERC777AndERC1400
TonioMacaronio Dec 15, 2018
e8522aa
Merge pull request #10 from BaldyAsh/feature/eip681fix
TonioMacaronio Dec 15, 2018
a659b97
min fix
TonioMacaronio Dec 15, 2018
22ff016
added 888
TonioMacaronio Dec 15, 2018
30cc7f4
added 888 and some fixes to it
TonioMacaronio Dec 15, 2018
2cfc5ce
Merge pull request #11 from BaldyAsh/erc888
TonioMacaronio Dec 15, 2018
607a4e3
lot of fixies in ercs. added ercs: 1410, 1594, 1633, 1643, 1644, 1376…
TonioMacaronio Dec 20, 2018
8ad5264
Merge pull request #12 from BaldyAsh/erc1400improvementsAndRequiredERCs
TonioMacaronio Dec 20, 2018
75d8df4
Update README.md
TonioMacaronio Dec 20, 2018
bdf163b
Update README.md
TonioMacaronio Dec 20, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 72534436a5f24d6d07a676642432e134a85ff3e5

COCOAPODS: 1.6.0.beta.2
COCOAPODS: 1.5.3
1 change: 0 additions & 1 deletion Pods/Headers/Public/BigInt/BigInt-iOS-umbrella.h

This file was deleted.

16 changes: 16 additions & 0 deletions Pods/Headers/Public/BigInt/BigInt-iOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Pods/Headers/Public/BigInt/BigInt-iOS.modulemap

This file was deleted.

7 changes: 7 additions & 0 deletions Pods/Headers/Public/BigInt/BigInt-iOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Pods/Headers/Public/BigInt/BigInt-macOS-umbrella.h

This file was deleted.

16 changes: 16 additions & 0 deletions Pods/Headers/Public/BigInt/BigInt-macOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Pods/Headers/Public/BigInt/BigInt-macOS.modulemap

This file was deleted.

7 changes: 7 additions & 0 deletions Pods/Headers/Public/BigInt/BigInt-macOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Pods/Headers/Public/CryptoSwift/CryptoSwift-iOS-umbrella.h

This file was deleted.

16 changes: 16 additions & 0 deletions Pods/Headers/Public/CryptoSwift/CryptoSwift-iOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Pods/Headers/Public/CryptoSwift/CryptoSwift-iOS.modulemap

This file was deleted.

7 changes: 7 additions & 0 deletions Pods/Headers/Public/CryptoSwift/CryptoSwift-iOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

16 changes: 16 additions & 0 deletions Pods/Headers/Public/CryptoSwift/CryptoSwift-macOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

7 changes: 7 additions & 0 deletions Pods/Headers/Public/CryptoSwift/CryptoSwift-macOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Pods/Headers/Public/EthereumABI/EthereumABI-iOS-umbrella.h

This file was deleted.

17 changes: 17 additions & 0 deletions Pods/Headers/Public/EthereumABI/EthereumABI-iOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Pods/Headers/Public/EthereumABI/EthereumABI-iOS.modulemap

This file was deleted.

7 changes: 7 additions & 0 deletions Pods/Headers/Public/EthereumABI/EthereumABI-iOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

17 changes: 17 additions & 0 deletions Pods/Headers/Public/EthereumABI/EthereumABI-macOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

7 changes: 7 additions & 0 deletions Pods/Headers/Public/EthereumABI/EthereumABI-macOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

17 changes: 17 additions & 0 deletions Pods/Headers/Public/EthereumAddress/EthereumAddress-iOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Pods/Headers/Public/PromiseKit/PromiseKit-umbrella.h

This file was deleted.

26 changes: 26 additions & 0 deletions Pods/Headers/Public/PromiseKit/PromiseKit-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Pods/Headers/Public/PromiseKit/PromiseKit.modulemap

This file was deleted.

7 changes: 7 additions & 0 deletions Pods/Headers/Public/PromiseKit/PromiseKit.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Pods/Headers/Public/Result/Result-iOS-umbrella.h

This file was deleted.

16 changes: 16 additions & 0 deletions Pods/Headers/Public/Result/Result-iOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Pods/Headers/Public/Result/Result-iOS.modulemap

This file was deleted.

7 changes: 7 additions & 0 deletions Pods/Headers/Public/Result/Result-iOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Pods/Headers/Public/Result/Result-macOS-umbrella.h

This file was deleted.

16 changes: 16 additions & 0 deletions Pods/Headers/Public/Result/Result-macOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Pods/Headers/Public/Result/Result-macOS.modulemap

This file was deleted.

7 changes: 7 additions & 0 deletions Pods/Headers/Public/Result/Result-macOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading