Skip to content
  1. Sep 05, 2016
  2. Aug 31, 2016
  3. Aug 30, 2016
  4. Aug 29, 2016
    • keorn's avatar
      move seal into commit · d7499044
      keorn authored
      d7499044
    • keorn's avatar
      accumulate seal in precommit · 40256451
      keorn authored
      40256451
    • Nipunn Koorapati's avatar
      Make the block header struct's internals private (#2000) · 4389742c
      Nipunn Koorapati authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Make the block header struct's internals private
      
      Currently, this involves a lot of explicit cloning, but we
      could migrate the return types of the get_* functions to
      be copies rather than references since they are mostly copy
      types anyway.
      
      I opted to eliminate the constructor in favor of using
      Default::default() plus calling a bunch of setters. This
      is similar to the model that a Google Protobuf client uses
      and I think it looks fine.
      
      * Drop some unnecessary cloning by comparing references
      
      * Fix compiler errors from callsites in tests.
      4389742c
  5. Aug 26, 2016
  6. Aug 25, 2016
  7. Aug 24, 2016
  8. Aug 23, 2016
  9. Aug 22, 2016
  10. Aug 21, 2016
  11. Aug 19, 2016
  12. Aug 18, 2016