github.com/hyperion-hyn/go-ethereum@v2.4.0+incompatible/docs/roadmap.md (about)

     1  ### Projections for 2018 / 2019
     2  
     3  
     4   
     5  !!! abstract "Privacy" 
     6  
     7      - Organization-level privacy addressing
     8      - Asset Transfer with Privacy (ZKP)
     9      - Private Contract extensibility
    10      - Private State consensus (beyond exposing sync methods)
    11  
    12  
    13  !!! abstract "Permissioning"
    14  
    15      - Support different role-types: Read vs Write nodes/accounts
    16      - Smart Contract-based network permissions
    17      - Authenticated / Protected RPC API access
    18      - Consensus Node Whitelisting
    19  
    20  !!! abstract "Performance"
    21  
    22      - Performance benchmark guidelines
    23      - Transaction parallelization R&D
    24      - EVM optimizations
    25      - eWASM support
    26  
    27  !!! abstract "Resiliency"
    28  
    29      - Transaction Manager clusters
    30      - Transaction Manager auto-recover of data in case of loss
    31  
    32  !!! abstract "Scalability & Interoperability"
    33  
    34      - Raft scalability enhancements
    35      - POA & other consensus algorithms
    36      - Inter-quorum asset transfers
    37      - Rate limiting (gas price)
    38  
    39  !!! abstract "Tooling"
    40  
    41      - One-click network deployments
    42      - Database adapters for better querying
    43      - Monitoring/Logging tools
    44      - Identity management tools
    45  
    46  !!! abstract "Other / (Ongoing)"
    47  
    48      - Ensure EEA Specification compliance
    49      - Merge upstream geth changes