Vladimir Babin
d35b1327cc
Update parameters order
2021-03-30 11:09:09 +05:00
Vladimir Babin
16789ed2d7
Add byte for active and regular keys
2021-03-30 11:03:03 +05:00
Vladimir Babin
02cf8c5873
Update AccountUpdate operation
2021-03-30 10:44:27 +05:00
Vladimir Babin
22e300a8f1
Add public constructor for Authority
2021-03-29 23:41:09 +05:00
Vladimir Babin
0bf6445905
Add invite_registration method
2021-03-22 00:13:16 +05:00
Vladimir Babin
e576e7a74b
Remove data from response error type
2021-03-20 00:03:42 +05:00
Vladimir Babin
0bb1b380d4
Update response data error type
2021-03-19 23:57:11 +05:00
Vladimir Babin
5ac66afc6e
Update response data error type
2021-03-19 23:48:20 +05:00
Vladimir Babin
1b903d476c
Add initializers for new operations
2021-02-27 01:01:06 +05:00
Vladimir Babin
324ad26114
Update operation list
2021-02-25 19:34:41 +05:00
Vladimir Babin
9aafd39d07
Add failed award test
2021-02-25 18:13:16 +05:00
Vladimir Babin
70dd5cc354
Update for VIZ
2021-02-22 13:30:56 +05:00
Vladimir Babin
6cbbd6a9da
Rename folders
2021-02-22 13:22:11 +05:00
HiveTrending
2c9e8cae98
Decode API error response before decoding API result
2020-07-18 12:06:01 -07:00
Iain Maitland
2f5427932e
remove avg block size, current reserve ratio and max virtual bandwidth ( #27 )
2018-10-31 11:20:41 -04:00
Iain Maitland
e3c3e87c17
expose hexEncoder for testnetIds ( #26 )
...
Approved in #24 accidentally made against master.
2018-10-12 12:43:13 -04:00
Keith Hunter
30c38c7049
Made symbol precision a public computed property. ( #22 )
2018-10-10 09:53:42 -04:00
Keith Hunter
5c5cd69542
Renamed other preAppbase GetAccountHistory method and added a test for testnet. ( #21 )
2018-10-05 09:36:22 -04:00
Iain Maitland
a4291384b5
add preAppBase getAccount method and rename other preAppbase methods ( #20 )
...
* add preAppBase getAccount method and rename other preAppbase methods
* Removed PreAppbase stuff and updated a few operations for "condenser_api."
2018-10-03 10:06:27 -04:00
Iain Maitland
0608e4359a
Run integration tests on testnet ( #18 )
...
* use pre-appbase steemd calls to the testnet
* switch to internal testnet for tests
2018-10-02 16:25:15 -04:00
Iain Maitland
8619f66130
Prices ( #15 )
...
* add conveyor price info
* remove comment
* correct getPrices response type and add test stub
* run swift format
* fixup integration test for getPrices endpoint
* CI kick
2018-10-02 15:16:47 -04:00
Johan Nordberg
2819c3c9df
Virtual ops ( #13 )
...
* Add JSONString type
* Implement virtual operations
* Add tests for virtual operations
2018-08-17 14:03:27 -04:00
Iain Maitland
4491f2fa89
Im/feed history endpoint ( #14 )
...
* add DynamicGlobalProperties types
* add some tests, and add formatted amount property
* fix totalPow type
* rename formattedAmount to resolvedAmount
* add text for description
* add FeedHistory endpoint and test
* add getOrderBook and test
* run swiftformat
* drop totalPow
* don't assert on the Witness Feed
* add conversion helper and test
* respond to pr feedback
* add initializer to Price class
* add param to GetOrderBook
* add initializer to Price struct.
2018-08-17 19:14:43 +02:00
Johan Nordberg
a5da299f09
Add get_account_history api request
2018-06-20 13:15:44 +02:00
Johan Nordberg
206b456e34
Expose dateFormatter
2018-06-15 19:09:08 +02:00
Johan Nordberg
94b7948243
Expose JSONEncoder convenience on Client
2018-06-14 13:30:38 +02:00
Johan Nordberg
40f2368c06
Simplify SteemURL resolving
2018-06-14 13:30:38 +02:00
Johan Nordberg
a2fb69b029
Add a getOperations helper to SteemURL
2018-06-14 13:30:38 +02:00
Johan Nordberg
62e38c761d
Fix bug where Asset serialized incorrectly with some locales
2018-06-14 13:30:38 +02:00
Johan Nordberg
1cc388b674
Better interface for creating callback contexts
2018-06-14 13:30:38 +02:00
Johan Nordberg
f18986f340
Expose missing methods on SignedTransaction
2018-06-14 13:30:38 +02:00
Johan Nordberg
8b395c43dc
Expose params on SteemURL
2018-06-14 13:30:38 +02:00
Johan Nordberg
006117de1a
Use proper integer types for ResolveOptions
2018-06-14 13:30:38 +02:00
Johan Nordberg
f7a3db3df9
Expose Asset initialiser and improve call signature
2018-06-14 13:30:38 +02:00
Johan Nordberg
411941d982
Implement public initialisers for all operations
...
Also adds convenience JSON encoding and decoding for all operations that has JSON metadata
2018-06-14 13:30:38 +02:00
Johan Nordberg
31d1b58c19
Use /dev/urandom on Linux
...
https://www.2uo.de/myths-about-urandom/
2018-06-14 13:30:38 +02:00
Johan Nordberg
cb751efc44
Run Linux builds on Swift 4.2 nightly
2018-06-14 13:30:38 +02:00
Johan Nordberg
b7159b43b6
Simplify request API
2018-06-14 13:30:38 +02:00
Johan Nordberg
70d36f8038
Add a Init from seed helper to private keys
2018-06-14 13:30:38 +02:00
Johan Nordberg
4c5cc332ed
Add private key data getter
2018-06-14 13:30:38 +02:00
Johan Nordberg
d7a166e2ab
Add GetAccounts API request
2018-06-14 13:30:38 +02:00
Johan Nordberg
015cf103cf
Add better client error descriptions and a sync request helper
2018-06-14 13:30:38 +02:00
Johan Nordberg
d00e2e41ea
Vendored secp256k1 ( #8 )
...
* Vendor secp256k1
* Don’t use GMP
* Remove modulemaps
Should be easier to build on iOS
* Tests no longer needs libsecp256k1
* Fix typo in readme
2018-06-06 13:26:36 +02:00
Johan Nordberg
865bf3ac17
Implement SteemURL
2018-06-05 12:25:03 +02:00
Johan Nordberg
113c74f522
Lint and some extra tests
2018-06-05 12:25:03 +02:00
Johan Nordberg
a33fae0548
Fix bug where some public keys would not decode
2018-06-05 12:25:03 +02:00
Johan Nordberg
c0d4c580c7
Block extensions
2018-06-05 12:25:03 +02:00
Johan Nordberg
a41fd35534
Typofix
2018-06-05 12:25:03 +02:00
Johan Nordberg
e995631adf
Make all operations conform to Equatable
2018-06-05 12:25:03 +02:00
Johan Nordberg
4eef416a94
Implement custom type for key and account auths
2018-06-05 12:25:03 +02:00