Commit Graph

112 Commits

Author SHA1 Message Date
Vladimir Babin aea6be0b92 Update test 2021-03-30 20:28:50 +05:00
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 3939a9a3b5 Add failed account update test 2021-03-30 01:30:26 +05:00
Vladimir Babin 22e300a8f1 Add public constructor for Authority 2021-03-29 23:41:09 +05:00
Vladimir Babin 7caede2533 Add test for generate private key from seed 2021-03-25 23:48:18 +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
Hive Trending 4fc3ba9794
Update README.md 2020-07-11 21:54:09 -07:00
Hive Trending fbfd9ad6cd
Merge pull request #2 from hiveuprss/more-api
More api
2020-07-11 21:52:11 -07:00
Hive Trending 70c83fc152
Merge pull request #1 from hiveuprss/update-orderedDictionary-dep
Update ordered dictionary dep
2020-07-11 21:50:14 -07:00
realnedscott c950812b70
Update LICENSE 2019-03-22 12:39:48 -05: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 c45f964397
Merge branch 'master' into update-orderedDictionary-dep 2018-10-12 12:43:39 -04:00
Iain Maitland 3f0a6c61af
Revert "expose hexEncoder for testnetIds (#24)" (#25)
This reverts commit 48fdc072d6.
2018-10-12 12:43:22 -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
Iain Maitland 48fdc072d6
expose hexEncoder for testnetIds (#24) 2018-10-12 12:41:11 -04:00
Iain Maitland ef9939aa47
add tests for transaction init and append (#23)
* add tests for transaction init and append

* added a test for transferring funds
2018-10-12 12:21:26 -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
/ /\ / /\/ 6d84d584f9 use new OrderedDictionary lib 2018-10-01 11:46:09 -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 b6e714c005 Add LICENSE 2018-06-14 13:30:38 +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