radiator 0.4.8 → 0.4.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/radiator/api.rb +8 -8
  4. data/lib/radiator/ssc/base_steem_smart_contract_rpc.rb +1 -1
  5. data/lib/radiator/ssc/blockchain.rb +1 -1
  6. data/lib/radiator/ssc/contracts.rb +1 -1
  7. data/lib/radiator/ssc/stream.rb +1 -1
  8. data/lib/radiator/version.rb +1 -1
  9. data/radiator.gemspec +3 -3
  10. data/test/fixtures/vcr_cassettes/account_by_key_api_all_methods.yml +207 -1
  11. data/test/fixtures/vcr_cassettes/api_all_methods.yml +331 -1
  12. data/test/fixtures/vcr_cassettes/base_per_debt.yml +855 -1
  13. data/test/fixtures/vcr_cassettes/base_per_mvest.yml +651 -1
  14. data/test/fixtures/vcr_cassettes/block_time.yml +733 -1
  15. data/test/fixtures/vcr_cassettes/broadcast_transaction.yml +108 -1
  16. data/test/fixtures/vcr_cassettes/condenser_all_all_methods.yml +166 -1
  17. data/test/fixtures/vcr_cassettes/expiration_initialize.yml +1162 -1
  18. data/test/fixtures/vcr_cassettes/find_account.yml +633 -1
  19. data/test/fixtures/vcr_cassettes/find_block.yml +628 -1
  20. data/test/fixtures/vcr_cassettes/find_comment.yml +1967 -1
  21. data/test/fixtures/vcr_cassettes/get_account_count.yml +53 -1
  22. data/test/fixtures/vcr_cassettes/get_account_references.yml +111 -1
  23. data/test/fixtures/vcr_cassettes/get_accounts.yml +62 -1
  24. data/test/fixtures/vcr_cassettes/get_accounts_no_argument.yml +111 -1
  25. data/test/fixtures/vcr_cassettes/get_dynamic_global_properties.yml +59 -1
  26. data/test/fixtures/vcr_cassettes/get_feed_history.yml +191 -1
  27. data/test/fixtures/vcr_cassettes/get_hardfork_version.yml +53 -1
  28. data/test/fixtures/vcr_cassettes/get_key_references.yml +211 -1
  29. data/test/fixtures/vcr_cassettes/get_market_history.yml +209 -1
  30. data/test/fixtures/vcr_cassettes/get_market_history_buckets.yml +209 -1
  31. data/test/fixtures/vcr_cassettes/get_order_book.yml +209 -1
  32. data/test/fixtures/vcr_cassettes/get_recent_trades.yml +209 -1
  33. data/test/fixtures/vcr_cassettes/get_ticker.yml +105 -1
  34. data/test/fixtures/vcr_cassettes/get_trade_history.yml +209 -1
  35. data/test/fixtures/vcr_cassettes/get_vesting_delegations.yml +105 -1
  36. data/test/fixtures/vcr_cassettes/get_volume.yml +213 -1
  37. data/test/fixtures/vcr_cassettes/get_witness_by_account.yml +53 -1
  38. data/test/fixtures/vcr_cassettes/look_up_witnesses.yml +53 -1
  39. data/test/fixtures/vcr_cassettes/market_history_api_all_methods.yml +1461 -1
  40. data/test/fixtures/vcr_cassettes/network_broadcast_api_all_methods.yml +217 -1
  41. data/test/fixtures/vcr_cassettes/properties.yml +633 -1
  42. data/test/fixtures/vcr_cassettes/recover_transaction.yml +111 -1
  43. data/test/fixtures/vcr_cassettes/ssc_blockchain_block_info.yml +90 -3
  44. data/test/fixtures/vcr_cassettes/ssc_blockchain_block_info_invalid.yml +88 -3
  45. data/test/fixtures/vcr_cassettes/ssc_blockchain_latest_block_info.yml +89 -3
  46. data/test/fixtures/vcr_cassettes/ssc_blockchain_transaction_info.yml +82 -3
  47. data/test/fixtures/vcr_cassettes/ssc_contracts_contract.yml +364 -3
  48. data/test/fixtures/vcr_cassettes/ssc_contracts_find.yml +81 -3
  49. data/test/fixtures/vcr_cassettes/ssc_contracts_find_one.yml +87 -3
  50. data/test/fixtures/vcr_cassettes/stream_jsonrpc.yml +2167 -1
  51. data/test/fixtures/vcr_cassettes/transaction_expiration_initialize_nil.yml +1229 -1
  52. data/test/fixtures/vcr_cassettes/transaction_jsonrpc.yml +2131 -1
  53. data/test/fixtures/vcr_cassettes/unknown_chain_id.yml +1203 -1
  54. data/test/fixtures/vcr_cassettes/valid_chains.yml +1157 -1
  55. metadata +42 -42
@@ -1456,4 +1456,212 @@ http_interactions:
1456
1456
  encoding: UTF-8
1457
1457
  string: '{"jsonrpc":"2.0","result":{"trades":[]},"id":22}'
1458
1458
  recorded_at: Sun, 08 Nov 2020 05:47:14 GMT
1459
- recorded_with: VCR 6.0.0
1459
+ - request:
1460
+ method: post
1461
+ uri: https://api.steemitdev.com/
1462
+ body:
1463
+ encoding: UTF-8
1464
+ string: '{"jsonrpc":"2.0","id":69,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_trade_history"}}'
1465
+ headers:
1466
+ Content-Type:
1467
+ - application/json; charset=utf-8
1468
+ User-Agent:
1469
+ - steem-ruby/0.9.8
1470
+ Accept-Encoding:
1471
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1472
+ Accept:
1473
+ - "*/*"
1474
+ Host:
1475
+ - api.steemit.com
1476
+ Content-Length:
1477
+ - '96'
1478
+ response:
1479
+ status:
1480
+ code: 200
1481
+ message: OK
1482
+ headers:
1483
+ Date:
1484
+ - Sat, 30 Jul 2022 23:22:58 GMT
1485
+ Content-Type:
1486
+ - application/json
1487
+ Content-Length:
1488
+ - '136'
1489
+ Connection:
1490
+ - keep-alive
1491
+ Server:
1492
+ - nginx
1493
+ X-Jussi-Request-Id:
1494
+ - '000633030444290994'
1495
+ X-Amzn-Trace-Id:
1496
+ - Root=1-62e5bd52-23aef4c309acca042dc5469f
1497
+ Access-Control-Allow-Origin:
1498
+ - "*"
1499
+ Access-Control-Allow-Methods:
1500
+ - GET, POST, OPTIONS
1501
+ Access-Control-Allow-Headers:
1502
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
1503
+ Strict-Transport-Security:
1504
+ - max-age=31557600; includeSubDomains; preload
1505
+ Content-Security-Policy:
1506
+ - upgrade-insecure-requests
1507
+ body:
1508
+ encoding: UTF-8
1509
+ string: '{"jsonrpc":"2.0","result":{"args":{"start":"1970-01-01T00:00:00","end":"1970-01-01T00:00:00","limit":1000},"ret":{"trades":[]}},"id":69}'
1510
+ recorded_at: Sat, 30 Jul 2022 23:22:58 GMT
1511
+ - request:
1512
+ method: post
1513
+ uri: https://api.steemitdev.com/
1514
+ body:
1515
+ encoding: UTF-8
1516
+ string: '{"jsonrpc":"2.0","id":70,"method":"market_history_api.get_trade_history","params":{}}'
1517
+ headers:
1518
+ Content-Type:
1519
+ - application/json; charset=utf-8
1520
+ User-Agent:
1521
+ - steem-ruby/0.9.8
1522
+ Accept-Encoding:
1523
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1524
+ Accept:
1525
+ - "*/*"
1526
+ Host:
1527
+ - api.steemit.com
1528
+ Content-Length:
1529
+ - '117'
1530
+ response:
1531
+ status:
1532
+ code: 200
1533
+ message: OK
1534
+ headers:
1535
+ Date:
1536
+ - Sat, 30 Jul 2022 23:22:58 GMT
1537
+ Content-Type:
1538
+ - application/json
1539
+ Content-Length:
1540
+ - '48'
1541
+ Connection:
1542
+ - keep-alive
1543
+ Server:
1544
+ - nginx
1545
+ X-Jussi-Request-Id:
1546
+ - '000087202204678387'
1547
+ X-Amzn-Trace-Id:
1548
+ - Root=1-62e5bd52-7c3ef5a25768495431e6dc82
1549
+ Access-Control-Allow-Origin:
1550
+ - "*"
1551
+ Access-Control-Allow-Methods:
1552
+ - GET, POST, OPTIONS
1553
+ Access-Control-Allow-Headers:
1554
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
1555
+ Strict-Transport-Security:
1556
+ - max-age=31557600; includeSubDomains; preload
1557
+ Content-Security-Policy:
1558
+ - upgrade-insecure-requests
1559
+ body:
1560
+ encoding: UTF-8
1561
+ string: '{"jsonrpc":"2.0","result":{"trades":[]},"id":70}'
1562
+ recorded_at: Sat, 30 Jul 2022 23:22:58 GMT
1563
+ - request:
1564
+ method: post
1565
+ uri: https://api.steemitdev.com/
1566
+ body:
1567
+ encoding: UTF-8
1568
+ string: '{"jsonrpc":"2.0","id":78,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_trade_history"}}'
1569
+ headers:
1570
+ Content-Type:
1571
+ - application/json; charset=utf-8
1572
+ User-Agent:
1573
+ - steem-ruby/0.9.8
1574
+ Accept-Encoding:
1575
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1576
+ Accept:
1577
+ - "*/*"
1578
+ Host:
1579
+ - api.steemitdev.com
1580
+ Content-Length:
1581
+ - '78'
1582
+ response:
1583
+ status:
1584
+ code: 200
1585
+ message: OK
1586
+ headers:
1587
+ Date:
1588
+ - Sat, 30 Jul 2022 23:28:24 GMT
1589
+ Content-Type:
1590
+ - application/json
1591
+ Content-Length:
1592
+ - '136'
1593
+ Connection:
1594
+ - keep-alive
1595
+ Server:
1596
+ - nginx
1597
+ X-Jussi-Request-Id:
1598
+ - '000277816072778394'
1599
+ X-Amzn-Trace-Id:
1600
+ - Root=1-62e5be98-19e0447e65712b6f6029d2b7
1601
+ Access-Control-Allow-Origin:
1602
+ - "*"
1603
+ Access-Control-Allow-Methods:
1604
+ - GET, POST, OPTIONS
1605
+ Access-Control-Allow-Headers:
1606
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
1607
+ Strict-Transport-Security:
1608
+ - max-age=31557600; includeSubDomains; preload
1609
+ Content-Security-Policy:
1610
+ - upgrade-insecure-requests
1611
+ body:
1612
+ encoding: UTF-8
1613
+ string: '{"jsonrpc":"2.0","result":{"args":{"start":"1970-01-01T00:00:00","end":"1970-01-01T00:00:00","limit":1000},"ret":{"trades":[]}},"id":78}'
1614
+ recorded_at: Sat, 30 Jul 2022 23:28:24 GMT
1615
+ - request:
1616
+ method: post
1617
+ uri: https://api.steemitdev.com/
1618
+ body:
1619
+ encoding: UTF-8
1620
+ string: '{"jsonrpc":"2.0","id":79,"method":"market_history_api.get_trade_history","params":{}}'
1621
+ headers:
1622
+ Content-Type:
1623
+ - application/json; charset=utf-8
1624
+ User-Agent:
1625
+ - steem-ruby/0.9.8
1626
+ Accept-Encoding:
1627
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1628
+ Accept:
1629
+ - "*/*"
1630
+ Host:
1631
+ - api.steemitdev.com
1632
+ Content-Length:
1633
+ - '117'
1634
+ response:
1635
+ status:
1636
+ code: 200
1637
+ message: OK
1638
+ headers:
1639
+ Date:
1640
+ - Sat, 30 Jul 2022 23:28:25 GMT
1641
+ Content-Type:
1642
+ - application/json
1643
+ Content-Length:
1644
+ - '48'
1645
+ Connection:
1646
+ - keep-alive
1647
+ Server:
1648
+ - nginx
1649
+ X-Jussi-Request-Id:
1650
+ - '001001569481805973'
1651
+ X-Amzn-Trace-Id:
1652
+ - Root=1-62e5be98-557b717411f853081b2df829
1653
+ Access-Control-Allow-Origin:
1654
+ - "*"
1655
+ Access-Control-Allow-Methods:
1656
+ - GET, POST, OPTIONS
1657
+ Access-Control-Allow-Headers:
1658
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
1659
+ Strict-Transport-Security:
1660
+ - max-age=31557600; includeSubDomains; preload
1661
+ Content-Security-Policy:
1662
+ - upgrade-insecure-requests
1663
+ body:
1664
+ encoding: UTF-8
1665
+ string: '{"jsonrpc":"2.0","result":{"trades":[]},"id":79}'
1666
+ recorded_at: Sat, 30 Jul 2022 23:28:25 GMT
1667
+ recorded_with: VCR 6.1.0
@@ -728,4 +728,108 @@ http_interactions:
728
728
  encoding: UTF-8
729
729
  string: '{"jsonrpc":"2.0","result":[],"id":26}'
730
730
  recorded_at: Sun, 08 Nov 2020 06:00:49 GMT
731
- recorded_with: VCR 6.0.0
731
+ - request:
732
+ method: post
733
+ uri: https://api.steemitdev.com/
734
+ body:
735
+ encoding: UTF-8
736
+ string: '{"jsonrpc":"2.0","id":46,"method":"condenser_api.get_vesting_delegations","params":["minnowbooster",-1000,1000]}'
737
+ headers:
738
+ Content-Type:
739
+ - application/json; charset=utf-8
740
+ User-Agent:
741
+ - steem-ruby/0.9.8
742
+ Accept-Encoding:
743
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
744
+ Accept:
745
+ - "*/*"
746
+ Host:
747
+ - api.steemit.com
748
+ Content-Length:
749
+ - '92'
750
+ response:
751
+ status:
752
+ code: 200
753
+ message: OK
754
+ headers:
755
+ Date:
756
+ - Sat, 30 Jul 2022 23:22:29 GMT
757
+ Content-Type:
758
+ - application/json
759
+ Content-Length:
760
+ - '37'
761
+ Connection:
762
+ - keep-alive
763
+ Server:
764
+ - nginx
765
+ X-Jussi-Request-Id:
766
+ - '000690752472450875'
767
+ X-Amzn-Trace-Id:
768
+ - Root=1-62e5bd35-4ca4ef147a6692096522dc18
769
+ Access-Control-Allow-Origin:
770
+ - "*"
771
+ Access-Control-Allow-Methods:
772
+ - GET, POST, OPTIONS
773
+ Access-Control-Allow-Headers:
774
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
775
+ Strict-Transport-Security:
776
+ - max-age=31557600; includeSubDomains; preload
777
+ Content-Security-Policy:
778
+ - upgrade-insecure-requests
779
+ body:
780
+ encoding: UTF-8
781
+ string: '{"jsonrpc":"2.0","result":[],"id":46}'
782
+ recorded_at: Sat, 30 Jul 2022 23:22:29 GMT
783
+ - request:
784
+ method: post
785
+ uri: https://api.steemitdev.com/
786
+ body:
787
+ encoding: UTF-8
788
+ string: '{"jsonrpc":"2.0","id":115,"method":"condenser_api.get_vesting_delegations","params":["minnowbooster",-1000,1000]}'
789
+ headers:
790
+ Content-Type:
791
+ - application/json; charset=utf-8
792
+ User-Agent:
793
+ - steem-ruby/0.9.8
794
+ Accept-Encoding:
795
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
796
+ Accept:
797
+ - "*/*"
798
+ Host:
799
+ - api.steemitdev.com
800
+ Content-Length:
801
+ - '81'
802
+ response:
803
+ status:
804
+ code: 200
805
+ message: OK
806
+ headers:
807
+ Date:
808
+ - Sat, 30 Jul 2022 23:28:54 GMT
809
+ Content-Type:
810
+ - application/json
811
+ Content-Length:
812
+ - '38'
813
+ Connection:
814
+ - keep-alive
815
+ Server:
816
+ - nginx
817
+ X-Jussi-Request-Id:
818
+ - '000739616920274071'
819
+ X-Amzn-Trace-Id:
820
+ - Root=1-62e5beb6-517cf6ba5ad20a22495d055b
821
+ Access-Control-Allow-Origin:
822
+ - "*"
823
+ Access-Control-Allow-Methods:
824
+ - GET, POST, OPTIONS
825
+ Access-Control-Allow-Headers:
826
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
827
+ Strict-Transport-Security:
828
+ - max-age=31557600; includeSubDomains; preload
829
+ Content-Security-Policy:
830
+ - upgrade-insecure-requests
831
+ body:
832
+ encoding: UTF-8
833
+ string: '{"jsonrpc":"2.0","result":[],"id":115}'
834
+ recorded_at: Sat, 30 Jul 2022 23:28:54 GMT
835
+ recorded_with: VCR 6.1.0
@@ -1558,4 +1558,216 @@ http_interactions:
1558
1558
  encoding: UTF-8
1559
1559
  string: '{"jsonrpc":"2.0","result":{"steem_volume":{"amount":"23977024","precision":3,"nai":"@@000000021"},"sbd_volume":{"amount":"3487602","precision":3,"nai":"@@000000013"}},"id":7}'
1560
1560
  recorded_at: Sun, 08 Nov 2020 06:00:32 GMT
1561
- recorded_with: VCR 6.0.0
1561
+ - request:
1562
+ method: post
1563
+ uri: https://api.steemitdev.com/
1564
+ body:
1565
+ encoding: UTF-8
1566
+ string: '{"jsonrpc":"2.0","id":87,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_volume"}}'
1567
+ headers:
1568
+ Content-Type:
1569
+ - application/json; charset=utf-8
1570
+ User-Agent:
1571
+ - steem-ruby/0.9.8
1572
+ Accept-Encoding:
1573
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1574
+ Accept:
1575
+ - "*/*"
1576
+ Host:
1577
+ - api.steemit.com
1578
+ Content-Length:
1579
+ - '86'
1580
+ response:
1581
+ status:
1582
+ code: 200
1583
+ message: OK
1584
+ headers:
1585
+ Date:
1586
+ - Sat, 30 Jul 2022 23:23:05 GMT
1587
+ Content-Type:
1588
+ - application/json
1589
+ Content-Length:
1590
+ - '180'
1591
+ Connection:
1592
+ - keep-alive
1593
+ Server:
1594
+ - nginx
1595
+ X-Jussi-Cache-Hit:
1596
+ - appbase.jsonrpc.get_signature.params={"method":"market_history_api.get_volume"}
1597
+ X-Jussi-Request-Id:
1598
+ - '001087940287337696'
1599
+ X-Amzn-Trace-Id:
1600
+ - Root=1-62e5bd59-68fba3ce6d9112a030a704d3
1601
+ Access-Control-Allow-Origin:
1602
+ - "*"
1603
+ Access-Control-Allow-Methods:
1604
+ - GET, POST, OPTIONS
1605
+ Access-Control-Allow-Headers:
1606
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
1607
+ Strict-Transport-Security:
1608
+ - max-age=31557600; includeSubDomains; preload
1609
+ Content-Security-Policy:
1610
+ - upgrade-insecure-requests
1611
+ body:
1612
+ encoding: UTF-8
1613
+ string: '{"id":87,"jsonrpc":"2.0","result":{"args":{},"ret":{"steem_volume":{"amount":"0","precision":3,"nai":"@@000000021"},"sbd_volume":{"amount":"0","precision":3,"nai":"@@000000013"}}}}'
1614
+ recorded_at: Sat, 30 Jul 2022 23:23:05 GMT
1615
+ - request:
1616
+ method: post
1617
+ uri: https://api.steemitdev.com/
1618
+ body:
1619
+ encoding: UTF-8
1620
+ string: '{"jsonrpc":"2.0","id":88,"method":"market_history_api.get_volume","params":{}}'
1621
+ headers:
1622
+ Content-Type:
1623
+ - application/json; charset=utf-8
1624
+ User-Agent:
1625
+ - steem-ruby/0.9.8
1626
+ Accept-Encoding:
1627
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1628
+ Accept:
1629
+ - "*/*"
1630
+ Host:
1631
+ - api.steemit.com
1632
+ Content-Length:
1633
+ - '110'
1634
+ response:
1635
+ status:
1636
+ code: 200
1637
+ message: OK
1638
+ headers:
1639
+ Date:
1640
+ - Sat, 30 Jul 2022 23:23:06 GMT
1641
+ Content-Type:
1642
+ - application/json
1643
+ Content-Length:
1644
+ - '175'
1645
+ Connection:
1646
+ - keep-alive
1647
+ Server:
1648
+ - nginx
1649
+ X-Jussi-Request-Id:
1650
+ - '000949771595029145'
1651
+ X-Amzn-Trace-Id:
1652
+ - Root=1-62e5bd5a-39d2feb602914a4840614f3e
1653
+ Access-Control-Allow-Origin:
1654
+ - "*"
1655
+ Access-Control-Allow-Methods:
1656
+ - GET, POST, OPTIONS
1657
+ Access-Control-Allow-Headers:
1658
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
1659
+ Strict-Transport-Security:
1660
+ - max-age=31557600; includeSubDomains; preload
1661
+ Content-Security-Policy:
1662
+ - upgrade-insecure-requests
1663
+ body:
1664
+ encoding: UTF-8
1665
+ string: '{"jsonrpc":"2.0","result":{"steem_volume":{"amount":"14197802","precision":3,"nai":"@@000000021"},"sbd_volume":{"amount":"1144836","precision":3,"nai":"@@000000013"}},"id":88}'
1666
+ recorded_at: Sat, 30 Jul 2022 23:23:06 GMT
1667
+ - request:
1668
+ method: post
1669
+ uri: https://api.steemitdev.com/
1670
+ body:
1671
+ encoding: UTF-8
1672
+ string: '{"jsonrpc":"2.0","id":76,"method":"jsonrpc.get_signature","params":{"method":"market_history_api.get_volume"}}'
1673
+ headers:
1674
+ Content-Type:
1675
+ - application/json; charset=utf-8
1676
+ User-Agent:
1677
+ - steem-ruby/0.9.8
1678
+ Accept-Encoding:
1679
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1680
+ Accept:
1681
+ - "*/*"
1682
+ Host:
1683
+ - api.steemitdev.com
1684
+ Content-Length:
1685
+ - '95'
1686
+ response:
1687
+ status:
1688
+ code: 200
1689
+ message: OK
1690
+ headers:
1691
+ Date:
1692
+ - Sat, 30 Jul 2022 23:28:23 GMT
1693
+ Content-Type:
1694
+ - application/json
1695
+ Content-Length:
1696
+ - '180'
1697
+ Connection:
1698
+ - keep-alive
1699
+ Server:
1700
+ - nginx
1701
+ X-Jussi-Cache-Hit:
1702
+ - appbase.jsonrpc.get_signature.params={"method":"market_history_api.get_volume"}
1703
+ X-Jussi-Request-Id:
1704
+ - '001092224083289482'
1705
+ X-Amzn-Trace-Id:
1706
+ - Root=1-62e5be97-2b3986e4157fca1b3c43e6ba
1707
+ Access-Control-Allow-Origin:
1708
+ - "*"
1709
+ Access-Control-Allow-Methods:
1710
+ - GET, POST, OPTIONS
1711
+ Access-Control-Allow-Headers:
1712
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
1713
+ Strict-Transport-Security:
1714
+ - max-age=31557600; includeSubDomains; preload
1715
+ Content-Security-Policy:
1716
+ - upgrade-insecure-requests
1717
+ body:
1718
+ encoding: UTF-8
1719
+ string: '{"id":76,"jsonrpc":"2.0","result":{"args":{},"ret":{"steem_volume":{"amount":"0","precision":3,"nai":"@@000000021"},"sbd_volume":{"amount":"0","precision":3,"nai":"@@000000013"}}}}'
1720
+ recorded_at: Sat, 30 Jul 2022 23:28:23 GMT
1721
+ - request:
1722
+ method: post
1723
+ uri: https://api.steemitdev.com/
1724
+ body:
1725
+ encoding: UTF-8
1726
+ string: '{"jsonrpc":"2.0","id":77,"method":"market_history_api.get_volume","params":{}}'
1727
+ headers:
1728
+ Content-Type:
1729
+ - application/json; charset=utf-8
1730
+ User-Agent:
1731
+ - steem-ruby/0.9.8
1732
+ Accept-Encoding:
1733
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1734
+ Accept:
1735
+ - "*/*"
1736
+ Host:
1737
+ - api.steemitdev.com
1738
+ Content-Length:
1739
+ - '110'
1740
+ response:
1741
+ status:
1742
+ code: 200
1743
+ message: OK
1744
+ headers:
1745
+ Date:
1746
+ - Sat, 30 Jul 2022 23:28:24 GMT
1747
+ Content-Type:
1748
+ - application/json
1749
+ Content-Length:
1750
+ - '175'
1751
+ Connection:
1752
+ - keep-alive
1753
+ Server:
1754
+ - nginx
1755
+ X-Jussi-Request-Id:
1756
+ - '000038917228611800'
1757
+ X-Amzn-Trace-Id:
1758
+ - Root=1-62e5be98-4d71e1342167c0d31c5d35f2
1759
+ Access-Control-Allow-Origin:
1760
+ - "*"
1761
+ Access-Control-Allow-Methods:
1762
+ - GET, POST, OPTIONS
1763
+ Access-Control-Allow-Headers:
1764
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
1765
+ Strict-Transport-Security:
1766
+ - max-age=31557600; includeSubDomains; preload
1767
+ Content-Security-Policy:
1768
+ - upgrade-insecure-requests
1769
+ body:
1770
+ encoding: UTF-8
1771
+ string: '{"jsonrpc":"2.0","result":{"steem_volume":{"amount":"14197802","precision":3,"nai":"@@000000021"},"sbd_volume":{"amount":"1144836","precision":3,"nai":"@@000000013"}},"id":77}'
1772
+ recorded_at: Sat, 30 Jul 2022 23:28:24 GMT
1773
+ recorded_with: VCR 6.1.0
@@ -832,4 +832,56 @@ http_interactions:
832
832
  encoding: UTF-8
833
833
  string: '{"jsonrpc":"2.0","result":null,"id":24}'
834
834
  recorded_at: Sun, 08 Nov 2020 06:00:44 GMT
835
- recorded_with: VCR 6.0.0
835
+ - request:
836
+ method: post
837
+ uri: https://api.steemitdev.com/
838
+ body:
839
+ encoding: UTF-8
840
+ string: '{"jsonrpc":"2.0","id":102,"method":"condenser_api.get_witness_by_account","params":[""]}'
841
+ headers:
842
+ Content-Type:
843
+ - application/json; charset=utf-8
844
+ User-Agent:
845
+ - steem-ruby/0.9.8
846
+ Accept-Encoding:
847
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
848
+ Accept:
849
+ - "*/*"
850
+ Host:
851
+ - api.steemitdev.com
852
+ Content-Length:
853
+ - '86'
854
+ response:
855
+ status:
856
+ code: 200
857
+ message: OK
858
+ headers:
859
+ Date:
860
+ - Sat, 30 Jul 2022 23:28:48 GMT
861
+ Content-Type:
862
+ - application/json
863
+ Content-Length:
864
+ - '40'
865
+ Connection:
866
+ - keep-alive
867
+ Server:
868
+ - nginx
869
+ X-Jussi-Request-Id:
870
+ - '000698363586562160'
871
+ X-Amzn-Trace-Id:
872
+ - Root=1-62e5beb0-02bedc584ab9e18026cfef3e
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: UTF-8
885
+ string: '{"jsonrpc":"2.0","result":null,"id":102}'
886
+ recorded_at: Sat, 30 Jul 2022 23:28:48 GMT
887
+ recorded_with: VCR 6.1.0
@@ -828,4 +828,56 @@ http_interactions:
828
828
  encoding: UTF-8
829
829
  string: '{"jsonrpc":"2.0","result":["a-0","a-h","a-pile-of-steem","a-z","a001","a01.cshrem","a02.cshrem","a0de6qzchbut","a1i-00ba0eb5","a1i-01e13986","a1i-03a7078f","a1i-04a70788","a1i-04ba0eb1","a1i-05a70789","a1i-06a7078a","a1i-06ba0eb3","a1i-06e13981","a1i-07a7078b","a1i-07ba0eb2"],"id":27}'
830
830
  recorded_at: Sun, 08 Nov 2020 06:00:52 GMT
831
- recorded_with: VCR 6.0.0
831
+ - request:
832
+ method: post
833
+ uri: https://api.steemitdev.com/
834
+ body:
835
+ encoding: UTF-8
836
+ string: '{"jsonrpc":"2.0","id":60,"method":"condenser_api.lookup_witness_accounts","params":["",19]}'
837
+ headers:
838
+ Content-Type:
839
+ - application/json; charset=utf-8
840
+ User-Agent:
841
+ - steem-ruby/0.9.8
842
+ Accept-Encoding:
843
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
844
+ Accept:
845
+ - "*/*"
846
+ Host:
847
+ - api.steemit.com
848
+ Content-Length:
849
+ - '98'
850
+ response:
851
+ status:
852
+ code: 200
853
+ message: OK
854
+ headers:
855
+ Date:
856
+ - Sat, 30 Jul 2022 23:22:43 GMT
857
+ Content-Type:
858
+ - application/json
859
+ Content-Length:
860
+ - '285'
861
+ Connection:
862
+ - keep-alive
863
+ Server:
864
+ - nginx
865
+ X-Jussi-Request-Id:
866
+ - '001020875501094014'
867
+ X-Amzn-Trace-Id:
868
+ - Root=1-62e5bd43-6f4041f86de0930218c4ed05
869
+ Access-Control-Allow-Origin:
870
+ - "*"
871
+ Access-Control-Allow-Methods:
872
+ - GET, POST, OPTIONS
873
+ Access-Control-Allow-Headers:
874
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
875
+ Strict-Transport-Security:
876
+ - max-age=31557600; includeSubDomains; preload
877
+ Content-Security-Policy:
878
+ - upgrade-insecure-requests
879
+ body:
880
+ encoding: UTF-8
881
+ string: '{"jsonrpc":"2.0","result":["a-0","a-h","a-pile-of-steem","a-z","a001","a01.cshrem","a02.cshrem","a0de6qzchbut","a1i-00ba0eb5","a1i-01e13986","a1i-03a7078f","a1i-04a70788","a1i-04ba0eb1","a1i-05a70789","a1i-06a7078a","a1i-06ba0eb3","a1i-06e13981","a1i-07a7078b","a1i-07ba0eb2"],"id":60}'
882
+ recorded_at: Sat, 30 Jul 2022 23:22:43 GMT
883
+ recorded_with: VCR 6.1.0