Skip to content
Snippets Groups Projects
  1. Nov 16, 2016
  2. Nov 15, 2016
  3. Nov 13, 2016
  4. Nov 12, 2016
    • rswindell's avatar
      Fixed typo when parsing VOTING.DAT: we're looking for the sender net *address* · f0012f5e
      rswindell authored
      not the sender net *type* (the net-type is passed-in). This did result in a
      crash when parsing a voting.dat that contained a networked vote. Oops.
      f0012f5e
    • rswindell's avatar
      MsgBase methods now exclude vote messages by default: · 294cd729
      rswindell authored
      - get_msg_index()
      - get_msg_header()
      - get_all_msg_headers()
      these functions all accept a new (optonal, last) bool argument "include_votes"
      which defaults to false. So if for some reason, you want to load votes, just
      pass an additional 'true' argument.
      ToDo: polls and vote tallying.
      At least for now, existing JS stuff that uses the MsgBase object won't get
      messed up by the new voting messages.
      294cd729
  5. Nov 11, 2016
  6. Nov 10, 2016
Loading