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

enforce whitelist/blacklist checks for inline actions and deferred transactions; add bypass for special deferred transaction senders #6318

Merged
merged 7 commits into from
Nov 20, 2018

Commits on Nov 5, 2018

  1. improvements to subjective whitelist/blacklist checks

    Enforce actor whitelist/blacklist checks for inline actions and deferred 
    transactions as well.
    
    Bypass all subjective whitelist/blacklist checks within a deferred 
    transaction if the sender of the deferred transaction is in the 
    config-specified list of accounts called `sender-bypass-whiteblacklist`.
    arhag committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    0990258 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

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

Commits on Nov 14, 2018

  1. Configuration menu
    Copy the full SHA
    b0498de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f7d1c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. replace construction of set differences/intersections with just the r…

    …elevant lookups/logic
    b1bart committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    83b95c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8834183 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

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