Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Use transaction delay_sec in get_required_keys determination #5291

Merged
merged 15 commits into from
Aug 22, 2018

Commits on Aug 15, 2018

  1. fix typo

    conr2d committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    9cdc169 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5253 from conr2d/fix-typo

    Fix typos in contracts/eosiolib/types.h documentation
    heifner authored Aug 15, 2018
    Configuration menu
    Copy the full SHA
    3932bd7 View commit details
    Browse the repository at this point in the history
  3. Remove unused variable

    conr2d committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    cc7aba1 View commit details
    Browse the repository at this point in the history
  4. Fix for nullptr deref when producers are waiting

    #4972 created a different calling path into `producer_plugin_impl::calculate_next_block_time` where there was no pending block state.  As a result when the following conditions were met the code would dereference a null ptr:
    
    * the node was a producer, who _had_ produced during this processes lifetime OR replayed a block where they produced (so they have watermark data)
    * still in the active schedule of producers
    * experienced a gap in blocks of > 5 seconds (so they moved to our “waiting” mode)
    
    Credit goes to @heifner for the find
    b1bart committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    b8f88da View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5256 from EOSIO/feature/fix-null-ptr-on-waiting-p…

    …roducer
    
    Fix for nullptr deref when producers are waiting
    heifner authored Aug 15, 2018
    Configuration menu
    Copy the full SHA
    b5c7394 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5254 from conr2d/cleos

    Remove unused variable
    heifner authored Aug 15, 2018
    Configuration menu
    Copy the full SHA
    8d283f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Configuration menu
    Copy the full SHA
    75e99bf View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Configuration menu
    Copy the full SHA
    5dd1bc1 View commit details
    Browse the repository at this point in the history
  2. Update to safer unsigned_int

    heifner committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    4ff1def View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. fix typo

    conr2d authored and heifner committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    1229574 View commit details
    Browse the repository at this point in the history
  2. Remove unused variable

    conr2d authored and heifner committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    2bfd7d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edb3a4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    864c397 View commit details
    Browse the repository at this point in the history
  5. Update to safer unsigned_int

    heifner committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    f44d204 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'gh#5281-required-keys-delay' of https://github.com/eosi…

    …o/eos into gh#5281-required-keys-delay
    heifner committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    dc8d908 View commit details
    Browse the repository at this point in the history