radiator 0.4.6 → 0.4.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +27 -12
- data/Rakefile +53 -23
- data/lib/radiator.rb +3 -1
- data/lib/radiator/api.rb +111 -16
- data/lib/radiator/bridge.rb +34 -0
- data/lib/radiator/broadcast_operations.json +7 -7
- data/lib/radiator/chain.rb +1 -1
- data/lib/radiator/chain_config.rb +9 -2
- data/lib/radiator/database_api.rb +1 -1
- data/lib/radiator/error_parser.rb +1 -1
- data/lib/radiator/follow_api.rb +1 -1
- data/lib/radiator/market_history_api.rb +1 -1
- data/lib/radiator/mixins/acts_as_poster.rb +4 -4
- data/lib/radiator/operation.rb +3 -2
- data/lib/radiator/operation_types.rb +43 -27
- data/lib/radiator/ssc/base_steem_smart_contract_rpc.rb +1 -1
- data/lib/radiator/stream.rb +21 -8
- data/lib/radiator/transaction.rb +43 -3
- data/lib/radiator/type/amount.rb +8 -50
- data/lib/radiator/type/beneficiaries.rb +8 -1
- data/lib/radiator/type/price.rb +2 -2
- data/lib/radiator/version.rb +1 -1
- data/radiator.gemspec +17 -13
- data/test/fixtures/empty.json +1 -0
- data/test/fixtures/error.json +29 -0
- data/test/fixtures/follow_api_get_followers.json +1 -0
- data/test/fixtures/get_account.json +165 -0
- data/test/fixtures/get_account_count.json +1 -0
- data/test/fixtures/get_account_references.json +1 -0
- data/test/fixtures/get_block.json +193 -0
- data/test/fixtures/get_dynamic_global_properties.json +32 -0
- data/test/fixtures/get_feed_history.json +684 -0
- data/test/fixtures/get_hardfork_version.json +1 -0
- data/test/fixtures/get_key_references.json +14 -0
- data/test/fixtures/get_stats_for_time.json +57 -0
- data/test/fixtures/get_vesting_delegation.json +936 -0
- data/test/fixtures/golos_get_dynamic_global_properties.json +32 -0
- data/test/fixtures/market_history_api_get_market_history_buckets.json +1 -0
- data/test/fixtures/market_history_api_get_order_book.json +109 -0
- data/test/fixtures/market_history_api_get_recent_trades.json +55 -0
- data/test/fixtures/market_history_api_get_ticker.json +11 -0
- data/test/fixtures/market_history_api_get_volume.json +1 -0
- data/test/fixtures/null.json +1 -0
- data/test/fixtures/vcr_cassettes/account_by_key_api_all_methods.yml +1465 -0
- data/test/fixtures/vcr_cassettes/account_by_key_api_jsonrpc.yml +199 -0
- data/test/fixtures/vcr_cassettes/api_all_methods.yml +13802 -0
- data/test/fixtures/vcr_cassettes/api_jsonrpc.yml +53 -0
- data/test/fixtures/vcr_cassettes/base_per_debt.yml +11068 -0
- data/test/fixtures/vcr_cassettes/base_per_mvest.yml +6024 -0
- data/test/fixtures/vcr_cassettes/block_time.yml +5368 -0
- data/test/fixtures/vcr_cassettes/broadcast_transaction.yml +1723 -0
- data/test/fixtures/vcr_cassettes/chain_stats_api_jsonrpc.yml +51 -0
- data/test/fixtures/vcr_cassettes/condenser_all_all_methods.yml +13770 -0
- data/test/fixtures/vcr_cassettes/condenser_api_jsonrpc.yml +103 -0
- data/test/fixtures/vcr_cassettes/expiration_initialize.yml +16108 -0
- data/test/fixtures/vcr_cassettes/find_account.yml +5732 -0
- data/test/fixtures/vcr_cassettes/find_block.yml +5322 -0
- data/test/fixtures/vcr_cassettes/find_comment.yml +16386 -0
- data/test/fixtures/vcr_cassettes/follow_api_jsonrpc.yml +99 -0
- data/test/fixtures/vcr_cassettes/get_account_count.yml +783 -0
- data/test/fixtures/vcr_cassettes/get_account_references.yml +773 -0
- data/test/fixtures/vcr_cassettes/get_accounts.yml +918 -0
- data/test/fixtures/vcr_cassettes/get_accounts_no_argument.yml +773 -0
- data/test/fixtures/vcr_cassettes/get_dynamic_global_properties.yml +893 -0
- data/test/fixtures/vcr_cassettes/get_feed_history.yml +1432 -0
- data/test/fixtures/vcr_cassettes/get_hardfork_version.yml +835 -0
- data/test/fixtures/vcr_cassettes/get_key_references.yml +1571 -0
- data/test/fixtures/vcr_cassettes/get_market_history.yml +1563 -0
- data/test/fixtures/vcr_cassettes/get_market_history_buckets.yml +1665 -0
- data/test/fixtures/vcr_cassettes/get_order_book.yml +1459 -0
- data/test/fixtures/vcr_cassettes/get_recent_trades.yml +1459 -0
- data/test/fixtures/vcr_cassettes/get_ticker.yml +1563 -0
- data/test/fixtures/vcr_cassettes/get_trade_history.yml +1459 -0
- data/test/fixtures/vcr_cassettes/get_vesting_delegations.yml +731 -0
- data/test/fixtures/vcr_cassettes/get_volume.yml +1561 -0
- data/test/fixtures/vcr_cassettes/get_witness_by_account.yml +835 -0
- data/test/fixtures/vcr_cassettes/look_up_witnesses.yml +831 -0
- data/test/fixtures/vcr_cassettes/market_history_api_all_methods.yml +10191 -0
- data/test/fixtures/vcr_cassettes/market_history_api_jsonrpc.yml +51 -0
- data/test/fixtures/vcr_cassettes/network_broadcast_api_all_methods.yml +2455 -0
- data/test/fixtures/vcr_cassettes/network_broadcast_api_jsonrpc.yml +51 -0
- data/test/fixtures/vcr_cassettes/properties.yml +5551 -0
- data/test/fixtures/vcr_cassettes/recover_transaction.yml +1815 -0
- data/test/fixtures/vcr_cassettes/ssc_blockchain_block_info.yml +90 -0
- data/test/fixtures/vcr_cassettes/ssc_blockchain_block_info_invalid.yml +88 -0
- data/test/fixtures/vcr_cassettes/ssc_blockchain_latest_block_info.yml +90 -0
- data/test/fixtures/vcr_cassettes/ssc_blockchain_transaction_info.yml +90 -0
- data/test/fixtures/vcr_cassettes/ssc_contracts_contract.yml +364 -0
- data/test/fixtures/vcr_cassettes/ssc_contracts_find.yml +89 -0
- data/test/fixtures/vcr_cassettes/ssc_contracts_find_one.yml +87 -0
- data/test/fixtures/vcr_cassettes/stream_jsonrpc.yml +27502 -0
- data/test/fixtures/vcr_cassettes/tag_api_jsonrpc.yml +155 -0
- data/test/fixtures/vcr_cassettes/transaction_expiration_initialize_nil.yml +17597 -0
- data/test/fixtures/vcr_cassettes/transaction_jsonrpc.yml +61 -0
- data/test/fixtures/vcr_cassettes/unknown_chain_id.yml +13038 -0
- data/test/fixtures/vcr_cassettes/valid_chains.yml +11450 -0
- data/test/radiator/account_by_key_api_test.rb +46 -0
- data/test/radiator/api_test.rb +135 -0
- data/test/radiator/chain_stats_api_test.rb +49 -0
- data/test/radiator/chain_test.rb +153 -0
- data/test/radiator/condenser_api_test.rb +48 -0
- data/test/radiator/follow_api_test.rb +48 -0
- data/test/radiator/market_history_api_test.rb +100 -0
- data/test/radiator/network_broadcast_api_test.rb +48 -0
- data/test/radiator/operation_test.rb +116 -0
- data/test/radiator/ssc/blockchain_test.rb +58 -0
- data/test/radiator/ssc/contracts_test.rb +65 -0
- data/test/radiator/stream_test.rb +48 -0
- data/test/radiator/tag_api_test.rb +40 -0
- data/test/radiator/transaction_test.rb +755 -0
- data/test/test_helper.rb +66 -0
- metadata +187 -79
- data/.codeclimate.yml +0 -19
- data/.gitignore +0 -52
- data/.travis.yml +0 -23
- data/gource.sh +0 -8
- data/images/Anthony Martin.png +0 -0
- data/images/Marvin Hofmann.jpg +0 -0
- data/images/Marvin Hofmann.png +0 -0
- data/lib/steem.rb +0 -17
@@ -0,0 +1,893 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: https://api.steemitdev.com/
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: '{"jsonrpc":"2.0","id":55,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
|
9
|
+
headers:
|
10
|
+
Content-Type:
|
11
|
+
- application/json; charset=utf-8
|
12
|
+
User-Agent:
|
13
|
+
- steem-ruby/0.9.5
|
14
|
+
Accept-Encoding:
|
15
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
+
Accept:
|
17
|
+
- "*/*"
|
18
|
+
Host:
|
19
|
+
- api.steemit.com
|
20
|
+
Content-Length:
|
21
|
+
- '80'
|
22
|
+
response:
|
23
|
+
status:
|
24
|
+
code: 200
|
25
|
+
message: OK
|
26
|
+
headers:
|
27
|
+
Date:
|
28
|
+
- Sat, 07 Nov 2020 19:33:32 GMT
|
29
|
+
Content-Type:
|
30
|
+
- application/json
|
31
|
+
Transfer-Encoding:
|
32
|
+
- chunked
|
33
|
+
Connection:
|
34
|
+
- keep-alive
|
35
|
+
Server:
|
36
|
+
- nginx
|
37
|
+
X-Jussi-Cache-Hit:
|
38
|
+
- appbase.condenser_api.get_dynamic_global_properties.params=[]
|
39
|
+
X-Jussi-Request-Id:
|
40
|
+
- '000590941456517703'
|
41
|
+
X-Amzn-Trace-Id:
|
42
|
+
- Root=1-5fa6f68c-5ba2f5f56b326d117f3707d5
|
43
|
+
Access-Control-Allow-Origin:
|
44
|
+
- "*"
|
45
|
+
Access-Control-Allow-Methods:
|
46
|
+
- GET, POST, OPTIONS
|
47
|
+
Access-Control-Allow-Headers:
|
48
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
49
|
+
Strict-Transport-Security:
|
50
|
+
- max-age=31557600; includeSubDomains; preload
|
51
|
+
Content-Security-Policy:
|
52
|
+
- upgrade-insecure-requests
|
53
|
+
body:
|
54
|
+
encoding: ASCII-8BIT
|
55
|
+
string: '{"id":55,"jsonrpc":"2.0","result":{"head_block_number":48403721,"head_block_id":"02e295096897ef5b0b4a008e2f6f7a7732778895","time":"2020-11-07T19:33:30","current_witness":"symbionts","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"411540435.530
|
56
|
+
STEEM","current_supply":"370827284.770 STEEM","confidential_supply":"0.000
|
57
|
+
STEEM","init_sbd_supply":"0.000 SBD","current_sbd_supply":"5781267.408 SBD","confidential_sbd_supply":"0.000
|
58
|
+
SBD","total_vesting_fund_steem":"110623820.683 STEEM","total_vesting_shares":"212264548247.718804
|
59
|
+
VESTS","total_reward_fund_steem":"0.000 STEEM","total_reward_shares2":"0","pending_rewarded_vesting_shares":"688898046.681557
|
60
|
+
VESTS","pending_rewarded_vesting_steem":"347510.601 STEEM","sbd_interest_rate":0,"sbd_print_rate":1100,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48647470,"recent_slots_filled":"340282366920938463463374607431768211455","participation_count":128,"last_irreversible_block_num":48403705,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":17322174,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-11-07T19:43:33","last_budget_time":"2020-11-07T18:43:33","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"42.140
|
61
|
+
SBD","downvote_pool_percent":2500}}'
|
62
|
+
recorded_at: Sat, 07 Nov 2020 19:33:32 GMT
|
63
|
+
- request:
|
64
|
+
method: post
|
65
|
+
uri: https://api.steemitdev.com/
|
66
|
+
body:
|
67
|
+
encoding: UTF-8
|
68
|
+
string: '{"jsonrpc":"2.0","id":49,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
|
69
|
+
headers:
|
70
|
+
Content-Type:
|
71
|
+
- application/json; charset=utf-8
|
72
|
+
User-Agent:
|
73
|
+
- steem-ruby/0.9.5
|
74
|
+
Accept-Encoding:
|
75
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
76
|
+
Accept:
|
77
|
+
- "*/*"
|
78
|
+
Host:
|
79
|
+
- api.steemitdev.com
|
80
|
+
Content-Length:
|
81
|
+
- '87'
|
82
|
+
response:
|
83
|
+
status:
|
84
|
+
code: 200
|
85
|
+
message: OK
|
86
|
+
headers:
|
87
|
+
Date:
|
88
|
+
- Sat, 07 Nov 2020 20:13:38 GMT
|
89
|
+
Content-Type:
|
90
|
+
- application/json
|
91
|
+
Transfer-Encoding:
|
92
|
+
- chunked
|
93
|
+
Connection:
|
94
|
+
- keep-alive
|
95
|
+
Server:
|
96
|
+
- nginx
|
97
|
+
X-Jussi-Cache-Hit:
|
98
|
+
- appbase.condenser_api.get_dynamic_global_properties.params=[]
|
99
|
+
X-Jussi-Request-Id:
|
100
|
+
- '000453046510245276'
|
101
|
+
X-Amzn-Trace-Id:
|
102
|
+
- Root=1-5fa6fff2-62f625603daf2cbd5254fbf1
|
103
|
+
Access-Control-Allow-Origin:
|
104
|
+
- "*"
|
105
|
+
Access-Control-Allow-Methods:
|
106
|
+
- GET, POST, OPTIONS
|
107
|
+
Access-Control-Allow-Headers:
|
108
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
109
|
+
Strict-Transport-Security:
|
110
|
+
- max-age=31557600; includeSubDomains; preload
|
111
|
+
Content-Security-Policy:
|
112
|
+
- upgrade-insecure-requests
|
113
|
+
body:
|
114
|
+
encoding: ASCII-8BIT
|
115
|
+
string: '{"id":49,"jsonrpc":"2.0","result":{"head_block_number":48404508,"head_block_id":"02e2981ce74ed739b983a6a012bfcb07f1c010d8","time":"2020-11-07T20:13:36","current_witness":"inwi","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"411542824.063
|
116
|
+
STEEM","current_supply":"370829422.261 STEEM","confidential_supply":"0.000
|
117
|
+
STEEM","init_sbd_supply":"0.000 SBD","current_sbd_supply":"5781303.056 SBD","confidential_sbd_supply":"0.000
|
118
|
+
SBD","total_vesting_fund_steem":"110625104.992 STEEM","total_vesting_shares":"212266318156.633097
|
119
|
+
VESTS","total_reward_fund_steem":"0.000 STEEM","total_reward_shares2":"0","pending_rewarded_vesting_shares":"689286635.468311
|
120
|
+
VESTS","pending_rewarded_vesting_steem":"347713.158 STEEM","sbd_interest_rate":0,"sbd_print_rate":1100,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48648272,"recent_slots_filled":"339950059761060029388049219929811976191","participation_count":125,"last_irreversible_block_num":48404492,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":17151209,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-11-07T20:43:33","last_budget_time":"2020-11-07T19:43:33","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"25.327
|
121
|
+
SBD","downvote_pool_percent":2500}}'
|
122
|
+
recorded_at: Sat, 07 Nov 2020 20:13:38 GMT
|
123
|
+
- request:
|
124
|
+
method: post
|
125
|
+
uri: https://api.steemitdev.com/
|
126
|
+
body:
|
127
|
+
encoding: UTF-8
|
128
|
+
string: '{"jsonrpc":"2.0","id":104,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
|
129
|
+
headers:
|
130
|
+
Content-Type:
|
131
|
+
- application/json; charset=utf-8
|
132
|
+
User-Agent:
|
133
|
+
- steem-ruby/0.9.5
|
134
|
+
Accept-Encoding:
|
135
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
136
|
+
Accept:
|
137
|
+
- "*/*"
|
138
|
+
Host:
|
139
|
+
- api.steemitdev.com
|
140
|
+
Content-Length:
|
141
|
+
- '80'
|
142
|
+
response:
|
143
|
+
status:
|
144
|
+
code: 200
|
145
|
+
message: OK
|
146
|
+
headers:
|
147
|
+
Date:
|
148
|
+
- Sat, 07 Nov 2020 20:22:20 GMT
|
149
|
+
Content-Type:
|
150
|
+
- application/json
|
151
|
+
Transfer-Encoding:
|
152
|
+
- chunked
|
153
|
+
Connection:
|
154
|
+
- keep-alive
|
155
|
+
Server:
|
156
|
+
- nginx
|
157
|
+
X-Jussi-Cache-Hit:
|
158
|
+
- appbase.condenser_api.get_dynamic_global_properties.params=[]
|
159
|
+
X-Jussi-Request-Id:
|
160
|
+
- '000019816066692057'
|
161
|
+
X-Amzn-Trace-Id:
|
162
|
+
- Root=1-5fa701fc-2c5ada772aa2ac9815141b45
|
163
|
+
Access-Control-Allow-Origin:
|
164
|
+
- "*"
|
165
|
+
Access-Control-Allow-Methods:
|
166
|
+
- GET, POST, OPTIONS
|
167
|
+
Access-Control-Allow-Headers:
|
168
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
169
|
+
Strict-Transport-Security:
|
170
|
+
- max-age=31557600; includeSubDomains; preload
|
171
|
+
Content-Security-Policy:
|
172
|
+
- upgrade-insecure-requests
|
173
|
+
body:
|
174
|
+
encoding: ASCII-8BIT
|
175
|
+
string: '{"id":104,"jsonrpc":"2.0","result":{"head_block_number":48404678,"head_block_id":"02e298c6b2440da621af48d61c6431d122fb21e4","time":"2020-11-07T20:22:18","current_witness":"future.witness","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"411543336.387
|
176
|
+
STEEM","current_supply":"370829882.402 STEEM","confidential_supply":"0.000
|
177
|
+
STEEM","init_sbd_supply":"0.000 SBD","current_sbd_supply":"5781310.466 SBD","confidential_sbd_supply":"0.000
|
178
|
+
SBD","total_vesting_fund_steem":"110625436.706 STEEM","total_vesting_shares":"212266804746.084879
|
179
|
+
VESTS","total_reward_fund_steem":"0.000 STEEM","total_reward_shares2":"0","pending_rewarded_vesting_shares":"688933868.345035
|
180
|
+
VESTS","pending_rewarded_vesting_steem":"347529.385 STEEM","sbd_interest_rate":0,"sbd_print_rate":1100,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48648446,"recent_slots_filled":"338953138925151129738255110360835031035","participation_count":124,"last_irreversible_block_num":48404661,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":17142079,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-11-07T20:43:33","last_budget_time":"2020-11-07T19:43:33","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"32.637
|
181
|
+
SBD","downvote_pool_percent":2500}}'
|
182
|
+
recorded_at: Sat, 07 Nov 2020 20:22:20 GMT
|
183
|
+
- request:
|
184
|
+
method: post
|
185
|
+
uri: https://api.steemitdev.com/
|
186
|
+
body:
|
187
|
+
encoding: UTF-8
|
188
|
+
string: '{"jsonrpc":"2.0","id":56,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
|
189
|
+
headers:
|
190
|
+
Content-Type:
|
191
|
+
- application/json; charset=utf-8
|
192
|
+
User-Agent:
|
193
|
+
- steem-ruby/0.9.5
|
194
|
+
Accept-Encoding:
|
195
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
196
|
+
Accept:
|
197
|
+
- "*/*"
|
198
|
+
Host:
|
199
|
+
- api.steemit.com
|
200
|
+
Content-Length:
|
201
|
+
- '87'
|
202
|
+
response:
|
203
|
+
status:
|
204
|
+
code: 200
|
205
|
+
message: OK
|
206
|
+
headers:
|
207
|
+
Date:
|
208
|
+
- Sat, 07 Nov 2020 20:27:12 GMT
|
209
|
+
Content-Type:
|
210
|
+
- application/json
|
211
|
+
Transfer-Encoding:
|
212
|
+
- chunked
|
213
|
+
Connection:
|
214
|
+
- keep-alive
|
215
|
+
Server:
|
216
|
+
- nginx
|
217
|
+
X-Jussi-Request-Id:
|
218
|
+
- '000328756623224393'
|
219
|
+
X-Amzn-Trace-Id:
|
220
|
+
- Root=1-5fa70320-5915964019d99ee024023f44
|
221
|
+
Access-Control-Allow-Origin:
|
222
|
+
- "*"
|
223
|
+
Access-Control-Allow-Methods:
|
224
|
+
- GET, POST, OPTIONS
|
225
|
+
Access-Control-Allow-Headers:
|
226
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
227
|
+
Strict-Transport-Security:
|
228
|
+
- max-age=31557600; includeSubDomains; preload
|
229
|
+
Content-Security-Policy:
|
230
|
+
- upgrade-insecure-requests
|
231
|
+
body:
|
232
|
+
encoding: ASCII-8BIT
|
233
|
+
string: '{"jsonrpc":"2.0","result":{"head_block_number":48404774,"head_block_id":"02e299260c28888a00aa6a935de673fb5c2123d1","time":"2020-11-07T20:27:12","current_witness":"inwi","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"411543628.261
|
234
|
+
STEEM","current_supply":"370830144.966 STEEM","confidential_supply":"0.000
|
235
|
+
STEEM","init_sbd_supply":"0.000 SBD","current_sbd_supply":"5781314.628 SBD","confidential_sbd_supply":"0.000
|
236
|
+
SBD","total_vesting_fund_steem":"110625517.140 STEEM","total_vesting_shares":"212266874350.945457
|
237
|
+
VESTS","total_reward_fund_steem":"0.000 STEEM","total_reward_shares2":"0","pending_rewarded_vesting_shares":"688931973.395819
|
238
|
+
VESTS","pending_rewarded_vesting_steem":"347528.398 STEEM","sbd_interest_rate":0,"sbd_print_rate":1100,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48648544,"recent_slots_filled":"340282365652978378225323860866340224895","participation_count":125,"last_irreversible_block_num":48404755,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":17110335,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-11-07T20:43:33","last_budget_time":"2020-11-07T19:43:33","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"36.765
|
239
|
+
SBD","downvote_pool_percent":2500},"id":56}'
|
240
|
+
recorded_at: Sat, 07 Nov 2020 20:27:12 GMT
|
241
|
+
- request:
|
242
|
+
method: post
|
243
|
+
uri: https://api.steemitdev.com/
|
244
|
+
body:
|
245
|
+
encoding: UTF-8
|
246
|
+
string: '{"jsonrpc":"2.0","id":110,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
|
247
|
+
headers:
|
248
|
+
Content-Type:
|
249
|
+
- application/json; charset=utf-8
|
250
|
+
User-Agent:
|
251
|
+
- steem-ruby/0.9.5
|
252
|
+
Accept-Encoding:
|
253
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
254
|
+
Accept:
|
255
|
+
- "*/*"
|
256
|
+
Host:
|
257
|
+
- api.steemitdev.com
|
258
|
+
Content-Length:
|
259
|
+
- '113'
|
260
|
+
response:
|
261
|
+
status:
|
262
|
+
code: 200
|
263
|
+
message: OK
|
264
|
+
headers:
|
265
|
+
Date:
|
266
|
+
- Sat, 07 Nov 2020 20:32:07 GMT
|
267
|
+
Content-Type:
|
268
|
+
- application/json
|
269
|
+
Transfer-Encoding:
|
270
|
+
- chunked
|
271
|
+
Connection:
|
272
|
+
- keep-alive
|
273
|
+
Server:
|
274
|
+
- nginx
|
275
|
+
X-Jussi-Request-Id:
|
276
|
+
- '000751942099866863'
|
277
|
+
X-Amzn-Trace-Id:
|
278
|
+
- Root=1-5fa70441-429c190e4f90beef7cbf9a1b
|
279
|
+
Access-Control-Allow-Origin:
|
280
|
+
- "*"
|
281
|
+
Access-Control-Allow-Methods:
|
282
|
+
- GET, POST, OPTIONS
|
283
|
+
Access-Control-Allow-Headers:
|
284
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
285
|
+
Strict-Transport-Security:
|
286
|
+
- max-age=31557600; includeSubDomains; preload
|
287
|
+
Content-Security-Policy:
|
288
|
+
- upgrade-insecure-requests
|
289
|
+
body:
|
290
|
+
encoding: ASCII-8BIT
|
291
|
+
string: '{"jsonrpc":"2.0","result":{"head_block_number":48404870,"head_block_id":"02e29986c4eb83025be956a3dc2824432b1dfaa8","time":"2020-11-07T20:32:03","current_witness":"steemchiller","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"411543921.151
|
292
|
+
STEEM","current_supply":"370830399.046 STEEM","confidential_supply":"0.000
|
293
|
+
STEEM","init_sbd_supply":"0.000 SBD","current_sbd_supply":"5781320.139 SBD","confidential_sbd_supply":"0.000
|
294
|
+
SBD","total_vesting_fund_steem":"110625870.561 STEEM","total_vesting_shares":"212267467816.155371
|
295
|
+
VESTS","total_reward_fund_steem":"0.000 STEEM","total_reward_shares2":"0","pending_rewarded_vesting_shares":"688959344.826259
|
296
|
+
VESTS","pending_rewarded_vesting_steem":"347542.665 STEEM","sbd_interest_rate":0,"sbd_print_rate":1100,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48648641,"recent_slots_filled":"340282346628625339497421141285323931647","participation_count":126,"last_irreversible_block_num":48404855,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":17088591,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-11-07T20:43:33","last_budget_time":"2020-11-07T19:43:33","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"40.893
|
297
|
+
SBD","downvote_pool_percent":2500},"id":110}'
|
298
|
+
recorded_at: Sat, 07 Nov 2020 20:32:07 GMT
|
299
|
+
- request:
|
300
|
+
method: post
|
301
|
+
uri: https://api.steemitdev.com/
|
302
|
+
body:
|
303
|
+
encoding: UTF-8
|
304
|
+
string: '{"jsonrpc":"2.0","id":123,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
|
305
|
+
headers:
|
306
|
+
Content-Type:
|
307
|
+
- application/json; charset=utf-8
|
308
|
+
User-Agent:
|
309
|
+
- steem-ruby/0.9.5
|
310
|
+
Accept-Encoding:
|
311
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
312
|
+
Accept:
|
313
|
+
- "*/*"
|
314
|
+
Host:
|
315
|
+
- api.steemitdev.com
|
316
|
+
Content-Length:
|
317
|
+
- '113'
|
318
|
+
response:
|
319
|
+
status:
|
320
|
+
code: 200
|
321
|
+
message: OK
|
322
|
+
headers:
|
323
|
+
Date:
|
324
|
+
- Sat, 07 Nov 2020 20:35:56 GMT
|
325
|
+
Content-Type:
|
326
|
+
- application/json
|
327
|
+
Transfer-Encoding:
|
328
|
+
- chunked
|
329
|
+
Connection:
|
330
|
+
- keep-alive
|
331
|
+
Server:
|
332
|
+
- nginx
|
333
|
+
X-Jussi-Request-Id:
|
334
|
+
- '001025357438620745'
|
335
|
+
X-Amzn-Trace-Id:
|
336
|
+
- Root=1-5fa7052c-63ad220a6ef5e45a4eba9139
|
337
|
+
Access-Control-Allow-Origin:
|
338
|
+
- "*"
|
339
|
+
Access-Control-Allow-Methods:
|
340
|
+
- GET, POST, OPTIONS
|
341
|
+
Access-Control-Allow-Headers:
|
342
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
343
|
+
Strict-Transport-Security:
|
344
|
+
- max-age=31557600; includeSubDomains; preload
|
345
|
+
Content-Security-Policy:
|
346
|
+
- upgrade-insecure-requests
|
347
|
+
body:
|
348
|
+
encoding: ASCII-8BIT
|
349
|
+
string: '{"jsonrpc":"2.0","result":{"head_block_number":48404947,"head_block_id":"02e299d3a9ea0036c16ced07226ba00b88c02a28","time":"2020-11-07T20:35:57","current_witness":"dlike","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"411544153.693
|
350
|
+
STEEM","current_supply":"370830607.884 STEEM","confidential_supply":"0.000
|
351
|
+
STEEM","init_sbd_supply":"0.000 SBD","current_sbd_supply":"5781323.505 SBD","confidential_sbd_supply":"0.000
|
352
|
+
SBD","total_vesting_fund_steem":"110626009.947 STEEM","total_vesting_shares":"212267667307.326713
|
353
|
+
VESTS","total_reward_fund_steem":"0.000 STEEM","total_reward_shares2":"0","pending_rewarded_vesting_shares":"688956468.145049
|
354
|
+
VESTS","pending_rewarded_vesting_steem":"347541.166 STEEM","sbd_interest_rate":0,"sbd_print_rate":1100,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48648719,"recent_slots_filled":"340282366920938387905510881517444792319","participation_count":127,"last_irreversible_block_num":48404927,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":17093338,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-11-07T20:43:33","last_budget_time":"2020-11-07T19:43:33","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"44.204
|
355
|
+
SBD","downvote_pool_percent":2500},"id":123}'
|
356
|
+
recorded_at: Sat, 07 Nov 2020 20:35:57 GMT
|
357
|
+
- request:
|
358
|
+
method: post
|
359
|
+
uri: https://api.steemitdev.com/
|
360
|
+
body:
|
361
|
+
encoding: UTF-8
|
362
|
+
string: '{"jsonrpc":"2.0","id":112,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
|
363
|
+
headers:
|
364
|
+
Content-Type:
|
365
|
+
- application/json; charset=utf-8
|
366
|
+
User-Agent:
|
367
|
+
- steem-ruby/0.9.5
|
368
|
+
Accept-Encoding:
|
369
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
370
|
+
Accept:
|
371
|
+
- "*/*"
|
372
|
+
Host:
|
373
|
+
- api.steemitdev.com
|
374
|
+
Content-Length:
|
375
|
+
- '87'
|
376
|
+
response:
|
377
|
+
status:
|
378
|
+
code: 200
|
379
|
+
message: OK
|
380
|
+
headers:
|
381
|
+
Date:
|
382
|
+
- Sat, 07 Nov 2020 20:42:51 GMT
|
383
|
+
Content-Type:
|
384
|
+
- application/json
|
385
|
+
Transfer-Encoding:
|
386
|
+
- chunked
|
387
|
+
Connection:
|
388
|
+
- keep-alive
|
389
|
+
Server:
|
390
|
+
- nginx
|
391
|
+
X-Jussi-Cache-Hit:
|
392
|
+
- appbase.condenser_api.get_dynamic_global_properties.params=[]
|
393
|
+
X-Jussi-Request-Id:
|
394
|
+
- '000018599604432865'
|
395
|
+
X-Amzn-Trace-Id:
|
396
|
+
- Root=1-5fa706cb-7f9037ea6ff903d36fbd2dd6
|
397
|
+
Access-Control-Allow-Origin:
|
398
|
+
- "*"
|
399
|
+
Access-Control-Allow-Methods:
|
400
|
+
- GET, POST, OPTIONS
|
401
|
+
Access-Control-Allow-Headers:
|
402
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
403
|
+
Strict-Transport-Security:
|
404
|
+
- max-age=31557600; includeSubDomains; preload
|
405
|
+
Content-Security-Policy:
|
406
|
+
- upgrade-insecure-requests
|
407
|
+
body:
|
408
|
+
encoding: ASCII-8BIT
|
409
|
+
string: '{"id":112,"jsonrpc":"2.0","result":{"head_block_number":48405081,"head_block_id":"02e29a598985113e145a02518ee5446812448b64","time":"2020-11-07T20:42:51","current_witness":"inwi","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"411544552.280
|
410
|
+
STEEM","current_supply":"370830964.393 STEEM","confidential_supply":"0.000
|
411
|
+
STEEM","init_sbd_supply":"0.000 SBD","current_sbd_supply":"5781329.480 SBD","confidential_sbd_supply":"0.000
|
412
|
+
SBD","total_vesting_fund_steem":"110626132.632 STEEM","total_vesting_shares":"212267784468.564042
|
413
|
+
VESTS","total_reward_fund_steem":"0.000 STEEM","total_reward_shares2":"0","pending_rewarded_vesting_shares":"689022482.010749
|
414
|
+
VESTS","pending_rewarded_vesting_steem":"347575.580 STEEM","sbd_interest_rate":0,"sbd_print_rate":1100,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48648857,"recent_slots_filled":"319014718988379809349267684283567833087","participation_count":124,"last_irreversible_block_num":48405066,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":17058612,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-11-07T20:43:33","last_budget_time":"2020-11-07T19:43:33","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"49.966
|
415
|
+
SBD","downvote_pool_percent":2500}}'
|
416
|
+
recorded_at: Sat, 07 Nov 2020 20:42:51 GMT
|
417
|
+
- request:
|
418
|
+
method: post
|
419
|
+
uri: https://api.steemitdev.com/
|
420
|
+
body:
|
421
|
+
encoding: UTF-8
|
422
|
+
string: '{"jsonrpc":"2.0","id":20,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
|
423
|
+
headers:
|
424
|
+
Content-Type:
|
425
|
+
- application/json; charset=utf-8
|
426
|
+
User-Agent:
|
427
|
+
- steem-ruby/0.9.5
|
428
|
+
Accept-Encoding:
|
429
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
430
|
+
Accept:
|
431
|
+
- "*/*"
|
432
|
+
Host:
|
433
|
+
- api.steemitdev.com
|
434
|
+
Content-Length:
|
435
|
+
- '112'
|
436
|
+
response:
|
437
|
+
status:
|
438
|
+
code: 200
|
439
|
+
message: OK
|
440
|
+
headers:
|
441
|
+
Date:
|
442
|
+
- Sat, 07 Nov 2020 20:46:29 GMT
|
443
|
+
Content-Type:
|
444
|
+
- application/json
|
445
|
+
Transfer-Encoding:
|
446
|
+
- chunked
|
447
|
+
Connection:
|
448
|
+
- keep-alive
|
449
|
+
Server:
|
450
|
+
- nginx
|
451
|
+
X-Jussi-Request-Id:
|
452
|
+
- '001088553201905503'
|
453
|
+
X-Amzn-Trace-Id:
|
454
|
+
- Root=1-5fa707a4-693e89e41b215c2e221bb356
|
455
|
+
Access-Control-Allow-Origin:
|
456
|
+
- "*"
|
457
|
+
Access-Control-Allow-Methods:
|
458
|
+
- GET, POST, OPTIONS
|
459
|
+
Access-Control-Allow-Headers:
|
460
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
461
|
+
Strict-Transport-Security:
|
462
|
+
- max-age=31557600; includeSubDomains; preload
|
463
|
+
Content-Security-Policy:
|
464
|
+
- upgrade-insecure-requests
|
465
|
+
body:
|
466
|
+
encoding: ASCII-8BIT
|
467
|
+
string: '{"jsonrpc":"2.0","result":{"head_block_number":48405151,"head_block_id":"02e29a9f66f31586af8048ed1c4a38fed76a6cad","time":"2020-11-07T20:46:27","current_witness":"steem-agora","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"411544761.633
|
468
|
+
STEEM","current_supply":"370831152.021 STEEM","confidential_supply":"0.000
|
469
|
+
STEEM","init_sbd_supply":"0.000 SBD","current_sbd_supply":"5781332.565 SBD","confidential_sbd_supply":"0.000
|
470
|
+
SBD","total_vesting_fund_steem":"110626184.459 STEEM","total_vesting_shares":"212267822128.706316
|
471
|
+
VESTS","total_reward_fund_steem":"0.000 STEEM","total_reward_shares2":"0","pending_rewarded_vesting_shares":"689048710.615857
|
472
|
+
VESTS","pending_rewarded_vesting_steem":"347589.248 STEEM","sbd_interest_rate":0,"sbd_print_rate":1100,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48648929,"recent_slots_filled":"340282366918462583384802720982062989311","participation_count":125,"last_irreversible_block_num":48405133,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":17038382,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-11-07T21:43:33","last_budget_time":"2020-11-07T20:43:33","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"2.408
|
473
|
+
SBD","downvote_pool_percent":2500},"id":20}'
|
474
|
+
recorded_at: Sat, 07 Nov 2020 20:46:30 GMT
|
475
|
+
- request:
|
476
|
+
method: post
|
477
|
+
uri: https://api.steemitdev.com/
|
478
|
+
body:
|
479
|
+
encoding: UTF-8
|
480
|
+
string: '{"jsonrpc":"2.0","id":73,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
|
481
|
+
headers:
|
482
|
+
Content-Type:
|
483
|
+
- application/json; charset=utf-8
|
484
|
+
User-Agent:
|
485
|
+
- steem-ruby/0.9.5
|
486
|
+
Accept-Encoding:
|
487
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
488
|
+
Accept:
|
489
|
+
- "*/*"
|
490
|
+
Host:
|
491
|
+
- api.steemitdev.com
|
492
|
+
Content-Length:
|
493
|
+
- '68'
|
494
|
+
response:
|
495
|
+
status:
|
496
|
+
code: 200
|
497
|
+
message: OK
|
498
|
+
headers:
|
499
|
+
Date:
|
500
|
+
- Sat, 07 Nov 2020 20:53:52 GMT
|
501
|
+
Content-Type:
|
502
|
+
- application/json
|
503
|
+
Transfer-Encoding:
|
504
|
+
- chunked
|
505
|
+
Connection:
|
506
|
+
- keep-alive
|
507
|
+
Server:
|
508
|
+
- nginx
|
509
|
+
X-Jussi-Request-Id:
|
510
|
+
- '000444536743784000'
|
511
|
+
X-Amzn-Trace-Id:
|
512
|
+
- Root=1-5fa7095d-41cc2aa0734a52de6b29dfad
|
513
|
+
Access-Control-Allow-Origin:
|
514
|
+
- "*"
|
515
|
+
Access-Control-Allow-Methods:
|
516
|
+
- GET, POST, OPTIONS
|
517
|
+
Access-Control-Allow-Headers:
|
518
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
519
|
+
Strict-Transport-Security:
|
520
|
+
- max-age=31557600; includeSubDomains; preload
|
521
|
+
Content-Security-Policy:
|
522
|
+
- upgrade-insecure-requests
|
523
|
+
body:
|
524
|
+
encoding: ASCII-8BIT
|
525
|
+
string: '{"jsonrpc":"2.0","result":{"head_block_number":48405297,"head_block_id":"02e29b31a8b7ed77ac00a9f1f04e30f377f08ff8","time":"2020-11-07T20:53:51","current_witness":"scissor.sisters","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"411545204.514
|
526
|
+
STEEM","current_supply":"370831548.810 STEEM","confidential_supply":"0.000
|
527
|
+
STEEM","init_sbd_supply":"0.000 SBD","current_sbd_supply":"5781339.110 SBD","confidential_sbd_supply":"0.000
|
528
|
+
SBD","total_vesting_fund_steem":"110626246.336 STEEM","total_vesting_shares":"212267811994.594028
|
529
|
+
VESTS","total_reward_fund_steem":"0.000 STEEM","total_reward_shares2":"0","pending_rewarded_vesting_shares":"689116484.403978
|
530
|
+
VESTS","pending_rewarded_vesting_steem":"347624.566 STEEM","sbd_interest_rate":0,"sbd_print_rate":1100,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48649077,"recent_slots_filled":"340282366920938463463374607397408473079","participation_count":126,"last_irreversible_block_num":48405280,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":17012201,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-11-07T21:43:33","last_budget_time":"2020-11-07T20:43:33","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"8.686
|
531
|
+
SBD","downvote_pool_percent":2500},"id":73}'
|
532
|
+
recorded_at: Sat, 07 Nov 2020 20:53:52 GMT
|
533
|
+
- request:
|
534
|
+
method: post
|
535
|
+
uri: https://api.steemitdev.com/
|
536
|
+
body:
|
537
|
+
encoding: UTF-8
|
538
|
+
string: '{"jsonrpc":"2.0","id":12,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
|
539
|
+
headers:
|
540
|
+
Content-Type:
|
541
|
+
- application/json; charset=utf-8
|
542
|
+
User-Agent:
|
543
|
+
- steem-ruby/0.9.5
|
544
|
+
Accept-Encoding:
|
545
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
546
|
+
Accept:
|
547
|
+
- "*/*"
|
548
|
+
Host:
|
549
|
+
- api.steemitdev.com
|
550
|
+
Content-Length:
|
551
|
+
- '98'
|
552
|
+
response:
|
553
|
+
status:
|
554
|
+
code: 200
|
555
|
+
message: OK
|
556
|
+
headers:
|
557
|
+
Date:
|
558
|
+
- Sat, 07 Nov 2020 21:00:49 GMT
|
559
|
+
Content-Type:
|
560
|
+
- application/json
|
561
|
+
Transfer-Encoding:
|
562
|
+
- chunked
|
563
|
+
Connection:
|
564
|
+
- keep-alive
|
565
|
+
Server:
|
566
|
+
- nginx
|
567
|
+
X-Jussi-Cache-Hit:
|
568
|
+
- appbase.condenser_api.get_dynamic_global_properties.params=[]
|
569
|
+
X-Jussi-Request-Id:
|
570
|
+
- '001097064349980375'
|
571
|
+
X-Amzn-Trace-Id:
|
572
|
+
- Root=1-5fa70b01-7fd2acc57bb78fc97d0ce01a
|
573
|
+
Access-Control-Allow-Origin:
|
574
|
+
- "*"
|
575
|
+
Access-Control-Allow-Methods:
|
576
|
+
- GET, POST, OPTIONS
|
577
|
+
Access-Control-Allow-Headers:
|
578
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
579
|
+
Strict-Transport-Security:
|
580
|
+
- max-age=31557600; includeSubDomains; preload
|
581
|
+
Content-Security-Policy:
|
582
|
+
- upgrade-insecure-requests
|
583
|
+
body:
|
584
|
+
encoding: ASCII-8BIT
|
585
|
+
string: '{"id":12,"jsonrpc":"2.0","result":{"head_block_number":48405433,"head_block_id":"02e29bb9da3684bea3cb51ebc9e17818d29b2ef2","time":"2020-11-07T21:00:48","current_witness":"steem-agora","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"411545615.112
|
586
|
+
STEEM","current_supply":"370831915.380 STEEM","confidential_supply":"0.000
|
587
|
+
STEEM","init_sbd_supply":"0.000 SBD","current_sbd_supply":"5781345.362 SBD","confidential_sbd_supply":"0.000
|
588
|
+
SBD","total_vesting_fund_steem":"110628620.783 STEEM","total_vesting_shares":"212272251286.499813
|
589
|
+
VESTS","total_reward_fund_steem":"0.000 STEEM","total_reward_shares2":"0","pending_rewarded_vesting_shares":"684947306.909383
|
590
|
+
VESTS","pending_rewarded_vesting_steem":"345453.445 STEEM","sbd_interest_rate":0,"sbd_print_rate":1100,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48649216,"recent_slots_filled":"340282366920938463463302549837721894911","participation_count":126,"last_irreversible_block_num":48405414,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":16989002,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-11-07T21:43:33","last_budget_time":"2020-11-07T20:43:33","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"14.534
|
591
|
+
SBD","downvote_pool_percent":2500}}'
|
592
|
+
recorded_at: Sat, 07 Nov 2020 21:00:49 GMT
|
593
|
+
- request:
|
594
|
+
method: post
|
595
|
+
uri: https://api.steemitdev.com/
|
596
|
+
body:
|
597
|
+
encoding: UTF-8
|
598
|
+
string: '{"jsonrpc":"2.0","id":118,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
|
599
|
+
headers:
|
600
|
+
Content-Type:
|
601
|
+
- application/json; charset=utf-8
|
602
|
+
User-Agent:
|
603
|
+
- steem-ruby/0.9.5
|
604
|
+
Accept-Encoding:
|
605
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
606
|
+
Accept:
|
607
|
+
- "*/*"
|
608
|
+
Host:
|
609
|
+
- api.steemit.com
|
610
|
+
Content-Length:
|
611
|
+
- '113'
|
612
|
+
response:
|
613
|
+
status:
|
614
|
+
code: 200
|
615
|
+
message: OK
|
616
|
+
headers:
|
617
|
+
Date:
|
618
|
+
- Sat, 07 Nov 2020 21:08:55 GMT
|
619
|
+
Content-Type:
|
620
|
+
- application/json
|
621
|
+
Transfer-Encoding:
|
622
|
+
- chunked
|
623
|
+
Connection:
|
624
|
+
- keep-alive
|
625
|
+
Server:
|
626
|
+
- nginx
|
627
|
+
X-Jussi-Cache-Hit:
|
628
|
+
- appbase.condenser_api.get_dynamic_global_properties.params=[]
|
629
|
+
X-Jussi-Request-Id:
|
630
|
+
- '000223634021952811'
|
631
|
+
X-Amzn-Trace-Id:
|
632
|
+
- Root=1-5fa70ce7-70558a82611ee9db44974fc3
|
633
|
+
Access-Control-Allow-Origin:
|
634
|
+
- "*"
|
635
|
+
Access-Control-Allow-Methods:
|
636
|
+
- GET, POST, OPTIONS
|
637
|
+
Access-Control-Allow-Headers:
|
638
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
639
|
+
Strict-Transport-Security:
|
640
|
+
- max-age=31557600; includeSubDomains; preload
|
641
|
+
Content-Security-Policy:
|
642
|
+
- upgrade-insecure-requests
|
643
|
+
body:
|
644
|
+
encoding: ASCII-8BIT
|
645
|
+
string: '{"id":118,"jsonrpc":"2.0","result":{"head_block_number":48405594,"head_block_id":"02e29c5a4d03cde7d157ba0bdef2ef269ca2b7b9","time":"2020-11-07T21:08:54","current_witness":"steem-agora","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"411546108.356
|
646
|
+
STEEM","current_supply":"370832355.124 STEEM","confidential_supply":"0.000
|
647
|
+
STEEM","init_sbd_supply":"0.000 SBD","current_sbd_supply":"5781352.959 SBD","confidential_sbd_supply":"0.000
|
648
|
+
SBD","total_vesting_fund_steem":"110628198.460 STEEM","total_vesting_shares":"212271298892.559570
|
649
|
+
VESTS","total_reward_fund_steem":"0.000 STEEM","total_reward_shares2":"0","pending_rewarded_vesting_shares":"684840348.013942
|
650
|
+
VESTS","pending_rewarded_vesting_steem":"345397.720 STEEM","sbd_interest_rate":0,"sbd_print_rate":1100,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48649378,"recent_slots_filled":"340282366920938463389587631136930004991","participation_count":127,"last_irreversible_block_num":48405576,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":16963634,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-11-07T21:43:33","last_budget_time":"2020-11-07T20:43:33","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"21.457
|
651
|
+
SBD","downvote_pool_percent":2500}}'
|
652
|
+
recorded_at: Sat, 07 Nov 2020 21:08:55 GMT
|
653
|
+
- request:
|
654
|
+
method: post
|
655
|
+
uri: https://api.steemitdev.com/
|
656
|
+
body:
|
657
|
+
encoding: UTF-8
|
658
|
+
string: '{"jsonrpc":"2.0","id":2,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
|
659
|
+
headers:
|
660
|
+
Content-Type:
|
661
|
+
- application/json; charset=utf-8
|
662
|
+
User-Agent:
|
663
|
+
- steem-ruby/0.9.5
|
664
|
+
Accept-Encoding:
|
665
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
666
|
+
Accept:
|
667
|
+
- "*/*"
|
668
|
+
Host:
|
669
|
+
- api.steemitdev.com
|
670
|
+
Content-Length:
|
671
|
+
- '67'
|
672
|
+
response:
|
673
|
+
status:
|
674
|
+
code: 200
|
675
|
+
message: OK
|
676
|
+
headers:
|
677
|
+
Date:
|
678
|
+
- Sun, 08 Nov 2020 05:35:03 GMT
|
679
|
+
Content-Type:
|
680
|
+
- application/json
|
681
|
+
Transfer-Encoding:
|
682
|
+
- chunked
|
683
|
+
Connection:
|
684
|
+
- keep-alive
|
685
|
+
Server:
|
686
|
+
- nginx
|
687
|
+
X-Jussi-Cache-Hit:
|
688
|
+
- appbase.condenser_api.get_dynamic_global_properties.params=[]
|
689
|
+
X-Jussi-Request-Id:
|
690
|
+
- '000068245493571072'
|
691
|
+
X-Amzn-Trace-Id:
|
692
|
+
- Root=1-5fa78387-3c471c0a3f932955718d3bc5
|
693
|
+
Access-Control-Allow-Origin:
|
694
|
+
- "*"
|
695
|
+
Access-Control-Allow-Methods:
|
696
|
+
- GET, POST, OPTIONS
|
697
|
+
Access-Control-Allow-Headers:
|
698
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
699
|
+
Strict-Transport-Security:
|
700
|
+
- max-age=31557600; includeSubDomains; preload
|
701
|
+
Content-Security-Policy:
|
702
|
+
- upgrade-insecure-requests
|
703
|
+
body:
|
704
|
+
encoding: ASCII-8BIT
|
705
|
+
string: '{"id":2,"jsonrpc":"2.0","result":{"head_block_number":48415499,"head_block_id":"02e2c30bee0c18b62b6485a338ca143381c89c56","time":"2020-11-08T05:35:03","current_witness":"steemchiller","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"411010926.750
|
706
|
+
STEEM","current_supply":"370874902.653 STEEM","confidential_supply":"0.000
|
707
|
+
STEEM","init_sbd_supply":"0.000 SBD","current_sbd_supply":"5779587.470 SBD","confidential_sbd_supply":"0.000
|
708
|
+
SBD","total_vesting_fund_steem":"110628742.359 STEEM","total_vesting_shares":"212263603607.084866
|
709
|
+
VESTS","total_reward_fund_steem":"0.000 STEEM","total_reward_shares2":"0","pending_rewarded_vesting_shares":"694112606.464971
|
710
|
+
VESTS","pending_rewarded_vesting_steem":"350230.262 STEEM","sbd_interest_rate":0,"sbd_print_rate":2300,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48659501,"recent_slots_filled":"340282366915986703306233015963360428031","participation_count":125,"last_irreversible_block_num":48415484,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":14671567,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-11-08T05:43:39","last_budget_time":"2020-11-08T04:43:39","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"44.264
|
711
|
+
SBD","downvote_pool_percent":2500}}'
|
712
|
+
recorded_at: Sun, 08 Nov 2020 05:35:03 GMT
|
713
|
+
- request:
|
714
|
+
method: post
|
715
|
+
uri: https://api.steemitdev.com/
|
716
|
+
body:
|
717
|
+
encoding: UTF-8
|
718
|
+
string: '{"jsonrpc":"2.0","id":47,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
|
719
|
+
headers:
|
720
|
+
Content-Type:
|
721
|
+
- application/json; charset=utf-8
|
722
|
+
User-Agent:
|
723
|
+
- steem-ruby/0.9.5
|
724
|
+
Accept-Encoding:
|
725
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
726
|
+
Accept:
|
727
|
+
- "*/*"
|
728
|
+
Host:
|
729
|
+
- api.steemitdev.com
|
730
|
+
Content-Length:
|
731
|
+
- '79'
|
732
|
+
response:
|
733
|
+
status:
|
734
|
+
code: 200
|
735
|
+
message: OK
|
736
|
+
headers:
|
737
|
+
Date:
|
738
|
+
- Sun, 08 Nov 2020 05:39:36 GMT
|
739
|
+
Content-Type:
|
740
|
+
- application/json
|
741
|
+
Transfer-Encoding:
|
742
|
+
- chunked
|
743
|
+
Connection:
|
744
|
+
- keep-alive
|
745
|
+
Server:
|
746
|
+
- nginx
|
747
|
+
X-Jussi-Cache-Hit:
|
748
|
+
- appbase.condenser_api.get_dynamic_global_properties.params=[]
|
749
|
+
X-Jussi-Request-Id:
|
750
|
+
- '000755770023864402'
|
751
|
+
X-Amzn-Trace-Id:
|
752
|
+
- Root=1-5fa78498-1ddd018d4ebe926d7b7fb9d6
|
753
|
+
Access-Control-Allow-Origin:
|
754
|
+
- "*"
|
755
|
+
Access-Control-Allow-Methods:
|
756
|
+
- GET, POST, OPTIONS
|
757
|
+
Access-Control-Allow-Headers:
|
758
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
759
|
+
Strict-Transport-Security:
|
760
|
+
- max-age=31557600; includeSubDomains; preload
|
761
|
+
Content-Security-Policy:
|
762
|
+
- upgrade-insecure-requests
|
763
|
+
body:
|
764
|
+
encoding: ASCII-8BIT
|
765
|
+
string: '{"id":47,"jsonrpc":"2.0","result":{"head_block_number":48415589,"head_block_id":"02e2c36520b1392bbbe871c3d56fe1c26fed6a77","time":"2020-11-08T05:39:33","current_witness":"steem.history","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"411011202.536
|
766
|
+
STEEM","current_supply":"370875129.536 STEEM","confidential_supply":"0.000
|
767
|
+
STEEM","init_sbd_supply":"0.000 SBD","current_sbd_supply":"5779594.512 SBD","confidential_sbd_supply":"0.000
|
768
|
+
SBD","total_vesting_fund_steem":"110628823.309 STEEM","total_vesting_shares":"212263679499.589046
|
769
|
+
VESTS","total_reward_fund_steem":"0.000 STEEM","total_reward_shares2":"0","pending_rewarded_vesting_shares":"694630788.730035
|
770
|
+
VESTS","pending_rewarded_vesting_steem":"350500.306 STEEM","sbd_interest_rate":0,"sbd_print_rate":2300,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48659591,"recent_slots_filled":"340199290171201906221318119490500689919","participation_count":127,"last_irreversible_block_num":48415569,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":14686637,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-11-08T05:43:39","last_budget_time":"2020-11-08T04:43:39","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"48.224
|
771
|
+
SBD","downvote_pool_percent":2500}}'
|
772
|
+
recorded_at: Sun, 08 Nov 2020 05:39:36 GMT
|
773
|
+
- request:
|
774
|
+
method: post
|
775
|
+
uri: https://api.steemitdev.com/
|
776
|
+
body:
|
777
|
+
encoding: UTF-8
|
778
|
+
string: '{"jsonrpc":"2.0","id":74,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
|
779
|
+
headers:
|
780
|
+
Content-Type:
|
781
|
+
- application/json; charset=utf-8
|
782
|
+
User-Agent:
|
783
|
+
- steem-ruby/0.9.5
|
784
|
+
Accept-Encoding:
|
785
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
786
|
+
Accept:
|
787
|
+
- "*/*"
|
788
|
+
Host:
|
789
|
+
- api.steemitdev.com
|
790
|
+
Content-Length:
|
791
|
+
- '98'
|
792
|
+
response:
|
793
|
+
status:
|
794
|
+
code: 200
|
795
|
+
message: OK
|
796
|
+
headers:
|
797
|
+
Date:
|
798
|
+
- Sun, 08 Nov 2020 05:48:05 GMT
|
799
|
+
Content-Type:
|
800
|
+
- application/json
|
801
|
+
Transfer-Encoding:
|
802
|
+
- chunked
|
803
|
+
Connection:
|
804
|
+
- keep-alive
|
805
|
+
Server:
|
806
|
+
- nginx
|
807
|
+
X-Jussi-Cache-Hit:
|
808
|
+
- appbase.condenser_api.get_dynamic_global_properties.params=[]
|
809
|
+
X-Jussi-Request-Id:
|
810
|
+
- '000927799213075805'
|
811
|
+
X-Amzn-Trace-Id:
|
812
|
+
- Root=1-5fa78695-18f34659119ca63e4e84ac0c
|
813
|
+
Access-Control-Allow-Origin:
|
814
|
+
- "*"
|
815
|
+
Access-Control-Allow-Methods:
|
816
|
+
- GET, POST, OPTIONS
|
817
|
+
Access-Control-Allow-Headers:
|
818
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
819
|
+
Strict-Transport-Security:
|
820
|
+
- max-age=31557600; includeSubDomains; preload
|
821
|
+
Content-Security-Policy:
|
822
|
+
- upgrade-insecure-requests
|
823
|
+
body:
|
824
|
+
encoding: ASCII-8BIT
|
825
|
+
string: '{"id":74,"jsonrpc":"2.0","result":{"head_block_number":48415756,"head_block_id":"02e2c40cb2928982527f2b0c6806b63770a7ddc9","time":"2020-11-08T05:48:03","current_witness":"steem-agora","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"411011711.788
|
826
|
+
STEEM","current_supply":"370875557.136 STEEM","confidential_supply":"0.000
|
827
|
+
STEEM","init_sbd_supply":"0.000 SBD","current_sbd_supply":"5779606.270 SBD","confidential_sbd_supply":"0.000
|
828
|
+
SBD","total_vesting_fund_steem":"110629337.796 STEEM","total_vesting_shares":"212264519346.742439
|
829
|
+
VESTS","total_reward_fund_steem":"0.000 STEEM","total_reward_shares2":"0","pending_rewarded_vesting_shares":"694736590.787687
|
830
|
+
VESTS","pending_rewarded_vesting_steem":"350555.452 STEEM","sbd_interest_rate":0,"sbd_print_rate":2300,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48659761,"recent_slots_filled":"297747071055821155530452781227919278079","participation_count":126,"last_irreversible_block_num":48415737,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":14677378,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-11-08T06:43:39","last_budget_time":"2020-11-08T05:43:39","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"3.828
|
831
|
+
SBD","downvote_pool_percent":2500}}'
|
832
|
+
recorded_at: Sun, 08 Nov 2020 05:48:05 GMT
|
833
|
+
- request:
|
834
|
+
method: post
|
835
|
+
uri: https://api.steemitdev.com/
|
836
|
+
body:
|
837
|
+
encoding: UTF-8
|
838
|
+
string: '{"jsonrpc":"2.0","id":23,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
|
839
|
+
headers:
|
840
|
+
Content-Type:
|
841
|
+
- application/json; charset=utf-8
|
842
|
+
User-Agent:
|
843
|
+
- steem-ruby/0.9.5
|
844
|
+
Accept-Encoding:
|
845
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
846
|
+
Accept:
|
847
|
+
- "*/*"
|
848
|
+
Host:
|
849
|
+
- api.steemitdev.com
|
850
|
+
Content-Length:
|
851
|
+
- '79'
|
852
|
+
response:
|
853
|
+
status:
|
854
|
+
code: 200
|
855
|
+
message: OK
|
856
|
+
headers:
|
857
|
+
Date:
|
858
|
+
- Sun, 08 Nov 2020 06:00:43 GMT
|
859
|
+
Content-Type:
|
860
|
+
- application/json
|
861
|
+
Transfer-Encoding:
|
862
|
+
- chunked
|
863
|
+
Connection:
|
864
|
+
- keep-alive
|
865
|
+
Server:
|
866
|
+
- nginx
|
867
|
+
X-Jussi-Cache-Hit:
|
868
|
+
- appbase.condenser_api.get_dynamic_global_properties.params=[]
|
869
|
+
X-Jussi-Request-Id:
|
870
|
+
- '000340563444832343'
|
871
|
+
X-Amzn-Trace-Id:
|
872
|
+
- Root=1-5fa7898b-65291fd1692dbc7358f46527
|
873
|
+
Access-Control-Allow-Origin:
|
874
|
+
- "*"
|
875
|
+
Access-Control-Allow-Methods:
|
876
|
+
- GET, POST, OPTIONS
|
877
|
+
Access-Control-Allow-Headers:
|
878
|
+
- DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
|
879
|
+
Strict-Transport-Security:
|
880
|
+
- max-age=31557600; includeSubDomains; preload
|
881
|
+
Content-Security-Policy:
|
882
|
+
- upgrade-insecure-requests
|
883
|
+
body:
|
884
|
+
encoding: ASCII-8BIT
|
885
|
+
string: '{"id":23,"jsonrpc":"2.0","result":{"head_block_number":48416006,"head_block_id":"02e2c506d5d2e40e167b6f127b86d358ea78fb0d","time":"2020-11-08T06:00:42","current_witness":"inwi","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"411012476.744
|
886
|
+
STEEM","current_supply":"370876223.064 STEEM","confidential_supply":"0.000
|
887
|
+
STEEM","init_sbd_supply":"0.000 SBD","current_sbd_supply":"5779620.530 SBD","confidential_sbd_supply":"0.000
|
888
|
+
SBD","total_vesting_fund_steem":"110629759.589 STEEM","total_vesting_shares":"212265108036.671612
|
889
|
+
VESTS","total_reward_fund_steem":"0.000 STEEM","total_reward_shares2":"0","pending_rewarded_vesting_shares":"695209527.613159
|
890
|
+
VESTS","pending_rewarded_vesting_steem":"350801.918 STEEM","sbd_interest_rate":0,"sbd_print_rate":2300,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48660014,"recent_slots_filled":"340282366841710300949110269803864522751","participation_count":126,"last_irreversible_block_num":48415989,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":14658128,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-11-08T06:43:39","last_budget_time":"2020-11-08T05:43:39","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"14.828
|
891
|
+
SBD","downvote_pool_percent":2500}}'
|
892
|
+
recorded_at: Sun, 08 Nov 2020 06:00:43 GMT
|
893
|
+
recorded_with: VCR 6.0.0
|