- support passkey type
- fix format
- update proto
- fix CryptoSwift version
- change func name
- add type to name function
- update prottobuf
- fix depends
- fix encrypt define
- Merge pull request #116 from ArcBlock/update-protobuf
- Merge pull request #115 from ArcBlock/update-protobuf
- Merge pull request #114 from ArcBlock/update-protobuf
- Merge pull request #113 from ArcBlock/base58-fix
- Merge pull request #112 from ArcBlock/base58-fix
- fix pem keypair
- Merge pull request #115 from ArcBlock/update-protobuf
- Merge pull request #114 from ArcBlock/update-protobuf
- Merge pull request #113 from ArcBlock/base58-fix
- Merge pull request #112 from ArcBlock/base58-fix
- update protobuf
- Merge pull request #113 from ArcBlock/base58-fix
- Merge pull request #112 from ArcBlock/base58-fix
- support aes & rsa
- Merge pull request #112 from ArcBlock/base58-fix
- fix base58
- update role type
- update proto
- add role type
- add get stake address
- fix tag push
- add code coverage report
- improve CI
- add yml
- transfer fix
- fix formatting decimals
- apollo fix
- CreateX Fix
- Merge pull request #95 from ArcBlock/derive-path-imporve
- add test case
- add 0 service fee
- update proto
- fix format bug
- name fix
- 小数点Review
- send amount fix
- Merge pull request #86 from ArcBlock/BigUintFix
- BigUintFix
- Merge remote-tracking branch 'origin/master' into digital-formatter
- input check
- add withdraw v2
- add deposit token v2
- crash fix
- Merge pull request #80 from ArcBlock/Array-Bound
- Array-Bound Fix
- remove sqlite.swift sdk
- clean sdk
- test
- fix err
- test
- update
- update
- delete junk file
- update
- test
- test
- update
- test
- update spec
- update spec
- update spec
- update spec
- update spec
- update spec
- fix
- update spec
- add crypto
- update
- update spec
- update spec
- update spec
- update spec
- update spec
- add bigint
- update spec
- update spec
- update spec
- update spec
- update spec
- updated
- test
- remove spm
- test
- spm update
- update crypto swift
- update lib
- remove sdk
- add revoke stake
- update proto
- add transfer v3 and acquire v3
- readd consume and acquire
- update proto
- add did valid func and did add prefix func
- SwiftPhoenixClient pod更新到2.0 修改了sqlite pod依赖跟wallet保持一致
- update role type
- Support Ocap
- add DidType public init
- support eth sign & verify
- support secp256k1 sign & verify
- support mnemonics
- support transfer assets
- extend type url to support json and vc
- fix mcrypto create key pair bug
- Merge pull request #59 from ArcBlock/develop
- fix crash on parsing non multibase encoded string
- use CryptoKit for ED25519 in iOS13 and above
- support withdraw and revoke withdraw tx
- Merge branch 'master' into develop
- support restricted declare
- fix setup swap tx composition
- able to setup multiple delegation rules
- support delegation
- fix composing withdraw token tx
- support token swap related protobuf
- migrate mcrypt, multibase, didhelper and tx related codes to sdk
- Update for compatibility with Swift5
- update dependency
- change default query cache policy
- remove nil query variables in request body
- support function input
- support hmac authorization
- handle errors in body without status code
- handle error in body when status code is 200
- setup ABSDKHTTPTransport fix ocam-demo
- support swift 4.2
- expose result handler typealias
- fix linter error
- ABSDKCLient supports custom endpoint URL
- support custom scalar types
- fix build error
- fix fees field typ
- Update QuickStart.CN.md
- Update DataBinding.CN.md
- add chinese version for data binding he quick start document
- Update README.CN.md
- add chinese readme
- log query/subscription error
- fix linter error
- fix subscription url
- Update README.md
- update class reference
- add FAQ
- fix documentation url
- update data binding documentation
- add quick start example and restructure documentation
- fix linter error
- fix cell selection
- add paged view controller tempalte
- base class for object view
- send unsubscribe message
- monitor reachability and app state to auto reconnect websocket
- support subscription:datasource 1:n relationship locally and send subscription request once handle network error, join channel error and subscription error
- fix framework building issue fix linter warning
- add new block mined view in demo
- refactor ABSDKObjectDataSource and ABSDKArrayDataSource to support GraphQLOperation
- connect to ocap subscription endpoint with SwiftPhoenixClient
- add ethereum transaction detail page
- support ethereum block detail
- implement ethereum block list
- add ethereum list block query
- update README
- provide convinient initializer to init ABSDKClient
- update documentation for corekit class reference
- update readme to demonstrate how to codegen in playbook
- fix typo
- rename data sources and update readme
- add Error parameter in dataSourceUpdateHandler callback
- refactor data source codes
- calculate row changes
- abstract transaction list view controller for reuse
- add account detail page
- update paged query copy function declaration
- create a unique query object for each page
- add richest account view
- fix dependency
- add loading footer to block detail view
- optimize offline pagination handling
- add pagination in block detail view
- fix linter error
- clean up optional unwrapping
- fix memory leak
- fix paged array data source merge pages bug
- fix make release
- test infinite scroll
- refactor updateHandler related codes
- extra pagination related codes from generated codes
- switch apollo dependency to local repo
- add time field to query
- add transaction detail page to demo
- add block detail page to demo
- remove legacy codes and useless dependency
- implement object data source and collection view data source
- move viewUpdateHandler to ABSDKDataSource Protocol
- extract ABSDKDataSource Protocol
- implement ABSDKTableViewDataSource with live update
- remove useless codes refactor naming in demo
- connect demo to ocap service and show lists of blocks and transactions
- setup ocap demo project
- add documentations for array data source categories
- add documentation for array data source classes
- add documentation for ObjectDataSource related codes
- update travis
- make archive and doc gen only run once
- add documentation for ABSDKDataStore interfaces
- update readme
- run jazzy in root directory
- add jazzy config for generating documentation
- fix license file and add license to file header
- fix travis status image in readme file
- setup slack notification for travis