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

Preliminary ENS support, start module splitting #59

Merged
merged 79 commits into from
Oct 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
d650269
update an example to check XCode 10
shamatar Sep 19, 2018
88a2313
add missing files
shamatar Sep 19, 2018
562c022
continue working on objC bridge
BaldyAsh Sep 19, 2018
c4de9b7
updated pods and fixes for xcode10
BaldyAsh Sep 19, 2018
cd4ef5a
convenience function getAddress added
FesenkoG Sep 19, 2018
1cedd86
pubkey function added
FesenkoG Sep 19, 2018
f94d4e1
all the methods done, but untested
FesenkoG Sep 21, 2018
76c0636
Merge branch 'master' into develop
skywinder Sep 21, 2018
af895ec
cleanup pbxproj file
skywinder Sep 25, 2018
9a36090
update pods
skywinder Sep 25, 2018
cf0e358
update to `gem install cocoapods --pre`
skywinder Sep 25, 2018
528e3a5
more methods for ENS interaction added
FesenkoG Sep 25, 2018
96c9628
added erc20 token for testing web3swift lib
BaldyAsh Sep 25, 2018
a877252
small fix
BaldyAsh Sep 25, 2018
e33bcd5
remove service files
skywinder Sep 25, 2018
e0d3bf6
Update README.md
BaldyAsh Sep 26, 2018
eab214d
Update README.md
BaldyAsh Sep 26, 2018
1aadb34
Update README.md
BaldyAsh Sep 26, 2018
f0a823c
Update README.md
BaldyAsh Sep 26, 2018
8081a8e
Update README.md
BaldyAsh Sep 26, 2018
7d3e935
some changes in contracts
BaldyAsh Sep 26, 2018
94bd449
Added empty docs files
BaldyAsh Sep 26, 2018
4981bf2
Update Usage.md
BaldyAsh Sep 26, 2018
ebbe5a8
Update Readme
BaldyAsh Sep 26, 2018
a135aa9
Update Usage.md
BaldyAsh Sep 26, 2018
5fa02a9
Update README.md
BaldyAsh Sep 26, 2018
dec8c3c
Update Usage.md
BaldyAsh Sep 26, 2018
14725e1
Update Usage.md
BaldyAsh Sep 26, 2018
b98c87b
Update README.md
BaldyAsh Sep 26, 2018
8555b85
Update README.md
BaldyAsh Sep 26, 2018
29235a8
Update Web3SwiftToken.sol
BaldyAsh Sep 27, 2018
9ba1a39
Fixed tests with w3s token contract address and matter wallet address
BaldyAsh Sep 27, 2018
909d5d5
Merge branch 'feature/testTokenCreation' of https://github.com/matter…
BaldyAsh Sep 27, 2018
60634b5
Update web3swift_ERC20_Class_Tests.swift
BaldyAsh Sep 28, 2018
2321aeb
Update Usage.md
BaldyAsh Sep 28, 2018
e3b4f95
Update Usage.md
BaldyAsh Sep 28, 2018
f0c3ace
Merge pull request #50 from matterinc/feature/testTokenCreation
shamatar Sep 28, 2018
8b820c7
Update Usage.md
BaldyAsh Sep 28, 2018
5c0f3ef
Update Usage.md
BaldyAsh Sep 28, 2018
f5f9f71
Update Usage.md
BaldyAsh Sep 28, 2018
6095454
Update Usage.md
BaldyAsh Sep 28, 2018
bb1091a
Update Usage.md
BaldyAsh Sep 28, 2018
78fbd28
Update Usage.md
BaldyAsh Sep 28, 2018
1606def
Update Usage.md
BaldyAsh Sep 28, 2018
f8acb93
Update Usage.md
BaldyAsh Sep 28, 2018
b7a77b1
Update README.md
BaldyAsh Sep 28, 2018
5ecd418
Update Usage.md
BaldyAsh Sep 28, 2018
b9d92a6
Update Usage.md
BaldyAsh Sep 28, 2018
0b3af3a
Update README.md
BaldyAsh Sep 28, 2018
3d6961f
updaate toc to make it more readable
skywinder Sep 30, 2018
1cc4927
add key.json file. fixed test.
skywinder Sep 30, 2018
2138678
add travis file
skywinder Sep 30, 2018
2b67761
add installation step
skywinder Sep 30, 2018
52d3842
Merge pull request #52 from matterinc/travis-setup
skywinder Sep 30, 2018
c29892c
add badge, update readme
skywinder Sep 30, 2018
aa1336a
Merge branch 'travis-setup' into develop
skywinder Sep 30, 2018
5d65a3c
Merge branch 'develop' into feature/readmeImprovement
skywinder Sep 30, 2018
01d1570
update TOC
skywinder Sep 30, 2018
7faacd5
Merge branch 'develop' into feature/ENSsupport
skywinder Sep 30, 2018
eb0d7e0
Merge branch 'develop' into feature/SupportObjC
skywinder Sep 30, 2018
79933fd
update pods in example
skywinder Sep 30, 2018
e096f71
update pod in main repo
skywinder Sep 30, 2018
dbf0f97
made Example works again.
skywinder Sep 30, 2018
0321329
pods updated
FesenkoG Oct 2, 2018
af454c3
Merge branch 'develop'
BaldyAsh Oct 2, 2018
45cfa81
Merge branch 'develop'
BaldyAsh Oct 2, 2018
033944b
one more update
FesenkoG Oct 2, 2018
f7e69db
pods reinstalled
FesenkoG Oct 2, 2018
69cd72a
trying to fix Travis
FesenkoG Oct 2, 2018
7ea058e
Merge pull request #53 from matterinc/feature/ENSsupport
shamatar Oct 3, 2018
588b5cd
Merge pull request #54 from matterinc/feature/SupportObjC
shamatar Oct 3, 2018
a1c0b95
Merge pull request #55 from matterinc/feature/readmeImprovement
shamatar Oct 3, 2018
ddaa43e
Start splitting to modules that can be reused by other libraries
shamatar Oct 4, 2018
2c11206
continue cleanup
shamatar Oct 4, 2018
6d30a6f
continue adding files
shamatar Oct 4, 2018
6a05576
remove old pod files
shamatar Oct 4, 2018
202d593
add new pod files
shamatar Oct 4, 2018
425086a
fix tests, move RLP and secp256k1 tests to modules
shamatar Oct 4, 2018
97dfece
fix fallback to scientific in formatting
shamatar Oct 4, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Build generated
build/
DerivedData/

.build
## Various settings
*.pbxuser
!default.pbxuser
Expand Down
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: objective-c
osx_image: xcode10
xcode_project: web3swift.xcworkspace # path to your xcodeproj folder
xcode_scheme: web3swift-iOS
xcode_destination: platform=iOS Simulator, OS=12.0, name=iPhone X
before_install:
- gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
- pod install --repo-update
script:
- xcodebuild -scheme web3swift-iOS -workspace web3swift.xcworkspace -sdk iphonesimulator build test
after_success:
- bash <(curl -s https://codecov.io/bash)
1 change: 1 addition & 0 deletions Documentation/AdvancedUsage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading