Skip to content
Snippets Groups Projects
  1. Oct 19, 2020
    • Dariusz Kędzierski's avatar
      Fix for key error when sending broadcast trx · 72686810
      Dariusz Kędzierski authored
      Fix for:
      {"exception":"KeyError(0,)","message":"Internal Error","error_id":"65c8a0e4-ecd4-4424-a490-7f87cb0c889a","jrpc_request_id":1,"jussi_request_id":"001113248166147000","event":"Internal Error","logger":"jussi.errors","level":"error"}
      
      while sending:
      curl -s --data '{"jsonrpc":"2.0", "method":"network_broadcast_api.broadcast_transaction", "params":{"trx":{"ref_block_num":1097,"ref_block_prefix":2181793527,"expiration":"2016-03-24T18:00:21","operations":[{"type":"vote_operation","value":{"voter":"hiveio","author":"alice","permlink":"a-post-by-alice","weight":10000}}],"extensions":[],"signatures":[]},"max_block_age":50}, "id":1}' https://beta.openhive.network
      72686810
  2. May 19, 2020
    • Chris (Someguy123)'s avatar
      Improved build.sh Docker build script · 3cbc8395
      Chris (Someguy123) authored
       - Changed most variables from hard-coded export's, so that they only use their default value if
         the variable wasn't already set in the environment
      
       - Refactored most lines to follow shellscript standards, e.g. using `${}` where appropriate, quoting
         arguments and variables, etc.
      
       - Added some additional variables to make it easier to adjust individual portions of the docker tag
         through environment variables
      
       - Added basic information comment block to the top of the file explaining how to use the build script,
         and how to adjust the docker tag
      
       - Added a bash shebang and made the file executable
      
       - Added support for overriding the docker tag by passing an argument
      
       - Added `$DIR` variable, allowing `build.sh` to be ran from any working directory, without running
         into path context problems.
      3cbc8395
  3. Apr 12, 2020
  4. Oct 04, 2019
  5. Oct 03, 2019
  6. Sep 27, 2019
  7. Sep 06, 2019
  8. Sep 05, 2019
  9. Aug 30, 2019
  10. Jun 25, 2019
  11. Jun 19, 2019
  12. Jun 18, 2019
  13. Jun 04, 2019
  14. Mar 18, 2019
  15. Mar 05, 2019
  16. Mar 04, 2019
  17. Feb 24, 2019
  18. Dec 18, 2018
  19. Dec 17, 2018
  20. Dec 14, 2018
  21. Nov 07, 2018
  22. Aug 08, 2018
Loading