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

Block header state, fork database, chainbase, and transaction trace refactors; protocol feature foundations; initial set of new protocol features #7147

Merged
merged 304 commits into from
Apr 24, 2019
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 6, 2019

  1. Add additional test case for #6704

    Andrianto Lie committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    d89aae8 View commit details
    Browse the repository at this point in the history
  2. Modify test case 2 to match new behavior

    Andrianto Lie committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    5e3ed75 View commit details
    Browse the repository at this point in the history
  3. Remove current bug comments as they are fixed

    Andrianto Lie committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    c237422 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0160e2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6843 from EOSIO/test-for-irreversible-mode

    Add automated test (python) for irreversible mode
    arhag authored Mar 6, 2019
    Configuration menu
    Copy the full SHA
    c1bb051 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6864 from EOSIO/6851-unit-test

    Add unit test to ensure that broadcasted block by producer node and receiving node is identical
    arhag authored Mar 6, 2019
    Configuration menu
    Copy the full SHA
    4298baa View commit details
    Browse the repository at this point in the history
  7. Merge branch 'protocol-feature-foundations' into 6429-protocol-upgrad…

    …e-activation-mechanism
    arhag committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    2ce825f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    97f57de View commit details
    Browse the repository at this point in the history
  2. remove digest from protocol feature JSON filenames since they can bec…

    …ome inconsistent with the contents
    arhag committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    1459875 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c915c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e3c7cb View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Configuration menu
    Copy the full SHA
    4a0a6f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf75680 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. Merge pull request #6903 from EOSIO/merge-develop-to-protocol-feature…

    …-foundations
    
    Merge develop to protocol feature foundations
    arhag authored Mar 9, 2019
    Configuration menu
    Copy the full SHA
    e22ef4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfead42 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'protocol-feature-foundations' into 6429-protocol-upgrad…

    …e-activation-mechanism
    arhag committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    71c4187 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d3aa19 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6905 from EOSIO/merge-develop-to-protocol-feature…

    …-foundations
    
    Merge develop to protocol feature foundations
    arhag authored Mar 9, 2019
    Configuration menu
    Copy the full SHA
    145fb7e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'protocol-feature-foundations' into 6429-protocol-upgrad…

    …e-activation-mechanism
    arhag committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    66ef224 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. add preactivate_feature and is_feature_activated intrinsics; add get_…

    …scheduled_protocol_feature_activations and schedule_protocol_feature_activations to producer_api_plugin
    arhag committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    1dd9a35 View commit details
    Browse the repository at this point in the history
  2. fix bug in pending_block_header_state::_finish_next which created an …

    …inconsistent header_exts
    arhag committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    df1379e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c64c963 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Configuration menu
    Copy the full SHA
    9deb6f7 View commit details
    Browse the repository at this point in the history
  2. Initial modification to tester for pfm without modifying current test…

    … behaviour
    Andrianto Lie committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    9340e2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2398d8c View commit details
    Browse the repository at this point in the history
  4. rename schedule_all_builtin_protocol_features to preactivate_all_buil…

    …tin_protocol_feature and reimplement to respect dependencies and earliest allow activation time
    arhag committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    8fb0d29 View commit details
    Browse the repository at this point in the history
  5. for now switch back to using old bios contract in smoke tests until t…

    …hey are updated to initially activate PREACTIVATE_FEATURE
    arhag committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    6bd09b1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6917 from EOSIO/6429-test

    Modify the tester to activate builtin protocol features during init
    arhag authored Mar 12, 2019
    Configuration menu
    Copy the full SHA
    6ec6afd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c36f61 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ad228b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b00d78 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    625fce6 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. bug fix in start_block: improper count to check if all preactivated f…

    …eatures were activated
    arhag committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    3628676 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4bde90 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Fix reversed condition in get supported protocol API

    Andrianto Lie committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    caaa5c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    488b8e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    421bc24 View commit details
    Browse the repository at this point in the history
  4. add ONLY_LINK_TO_EXISTING_PERMISSON protocol feature (enables writing…

    … unit tests that test preactivation); bug fixes in validating_tester
    arhag committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    1b5cece View commit details
    Browse the repository at this point in the history
  5. add additional unit tests for protocol activation; fix bug that lead …

    …to inconsistent state due to controller_impl::start_block exception
    arhag committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    a7158b1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6935 from taokayan/6429-producerfix-kayan

    fix a case if started block get aborted
    arhag authored Mar 14, 2019
    Configuration menu
    Copy the full SHA
    1cdf8ed View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Add capability to activate preactivate feature in the python testing …

    …framework
    Andrianto Lie committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    d9fe459 View commit details
    Browse the repository at this point in the history
  2. decode binary RPC response in sendRpcApi before converting to JSON

    arhag authored and Andrianto Lie committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    a9d9152 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7440bb View commit details
    Browse the repository at this point in the history
  4. Change python cluster to use setup policy enum

    Andrianto Lie committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    2383606 View commit details
    Browse the repository at this point in the history
  5. remove dependency on enum.auto (not available to all platforms)

    arhag authored and Andrianto Lie committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    5b77b49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    424374d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2211e9a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. Redesign protocol_feature_manager to fix bug which would lead to inco…

    …nsistent state with respect to activations after a restart.
    
    Add get_activated_protocol_features to chain_api_plugin. Redesign of 
    protocol_feature_manager also supports the implementation of this RPC.
    arhag committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    355f143 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f23069d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a15322a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab24a3f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. fix python tests

    taokayan committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    0d564cf View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. fix bug in block_header_state::next regarding producer_to_last_produc…

    …ed; add unit test producer_schedule_tests/producer_watermark_test
    arhag committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    a903640 View commit details
    Browse the repository at this point in the history
  2. Add some helper functions for Cluster and Node

    Andrianto Lie committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    21ec01f View commit details
    Browse the repository at this point in the history
  3. Remove dependency on enum module

    Andrianto Lie committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    d85b415 View commit details
    Browse the repository at this point in the history
  4. Remove wrong type checking

    Andrianto Lie committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    2a93b33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43d8eb9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6924 from EOSIO/6429-python-test

    Add capability to activate PREACTIVATE_FEATURE in the python testing framework
    arhag authored Mar 19, 2019
    Configuration menu
    Copy the full SHA
    a1b7b56 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6949 from taokayan/6429-producerfix-kayan

    fix single producer node case for preactivation & add python test
    arhag authored Mar 19, 2019
    Configuration menu
    Copy the full SHA
    e1e776f View commit details
    Browse the repository at this point in the history
  8. Set PFSetupPolicy to be NONE for prod preactivate test

    Andrianto Lie committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    dfe276b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #6965 from EOSIO/6429-fix-after-merge

    Set PFSetupPolicy to be NONE for prod preactivate test
    taokayan authored Mar 19, 2019
    Configuration menu
    Copy the full SHA
    53d77f4 View commit details
    Browse the repository at this point in the history
  10. enforce preactivation_required in controller_impl::start_block; add u…

    …nit test protocol_feature_tests/require_preactivation_test to verify this
    arhag committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    ad8da6b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    568476a View commit details
    Browse the repository at this point in the history
  2. Add subjective restriction procotol feature test

    Andrianto Lie committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    c4631a5 View commit details
    Browse the repository at this point in the history
  3. Add test to CMakeList.txt

    Andrianto Lie committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    a6bed12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec1e2f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a54dd46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff870f5 View commit details
    Browse the repository at this point in the history
  7. Add unit test to test subject restrictions

    Andrianto Lie committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    ccb1a8c View commit details
    Browse the repository at this point in the history
  8. Add more coverage on the test case

    Andrianto Lie committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    765d831 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de1565e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6972 from taokayan/6429-producerfix2-kayan

    prevent producer plugin from scheduling a feature that require preactivation
    arhag authored Mar 20, 2019
    Configuration menu
    Copy the full SHA
    a860f9f View commit details
    Browse the repository at this point in the history
  11. pass custom_subjective_restrictions by reference into make_protocol_f…

    …eature_set of tester
    arhag committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    dde3b35 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d89e525 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #6964 from EOSIO/6429-subj-protocol-python-test

    Add subjective restriction procotol feature test
    arhag authored Mar 20, 2019
    Configuration menu
    Copy the full SHA
    57c2f53 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6dfb043 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Configuration menu
    Copy the full SHA
    79c2be8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6977 from taokayan/6429-scriptfix-kayan

    fix bios_boot script for feature_digest param
    arhag authored Mar 21, 2019
    Configuration menu
    Copy the full SHA
    59bce76 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

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

Commits on Mar 26, 2019

  1. Merge pull request #6831 from EOSIO/6429-protocol-upgrade-activation-…

    …mechanism
    
    protocol upgrade activation mechanism
    arhag authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    e23a515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f89faa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6995 from EOSIO/merge-develop-to-protocol-feature…

    …-foundations
    
    Merge develop to protocol feature foundations
    arhag authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    5a8ca72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8460f25 View commit details
    Browse the repository at this point in the history
  5. Added protocol_features_tests/replace_deferred_test unit test to test…

    … the REPLACE_DEFERRED protocol feature.
    
    Updated the deferred_test test contract to make it possible to 
    selectively replace existing deferred transaction, which was needed for 
    the above unit test. 
    
    Added disable_all_subjective_mitigations configuration option to 
    controller to make it possible to write the above unit test.
    
    Finally, enabled the part of api_tests/deferred_transaction_tests that 
    deals with replacing deferred transactions.
    arhag committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    7401beb View commit details
    Browse the repository at this point in the history
  6. upgrade chain snapshot version to 2; also add num_supported_key_types…

    … field to protocol_state_object
    arhag committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    fb84366 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Configuration menu
    Copy the full SHA
    2cee787 View commit details
    Browse the repository at this point in the history
  2. Add multiple version protocol feature test with cmake

    Add additional case for multi version protocol feature activation test
    Andrianto Lie committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    0380b93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1433583 View commit details
    Browse the repository at this point in the history
  4. Move alternate version label file to cmake

    Andrianto Lie committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    dec4554 View commit details
    Browse the repository at this point in the history
  5. remove redundant line

    arhag committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    b8dd9d4 View commit details
    Browse the repository at this point in the history
  6. add test case to 6672

    taokayan committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    1d1e48c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6997 from EOSIO/6103-deferred-trx-protocol-feature

    Implement REPLACE_DEFERRED protocol feature
    arhag authored Mar 27, 2019
    Configuration menu
    Copy the full SHA
    00393ca View commit details
    Browse the repository at this point in the history
  8. add multiversion.conf file needed by multiversion tests pipeline; ALT…

    …ERNATE_VERSION_LABELS_FILE path now points to where the autogenerated multiversion_paths.conf file will be located
    arhag committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    85403df View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    c62b7ae View commit details
    Browse the repository at this point in the history
  2. fix test case

    taokayan committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    560efeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8d0ba0 View commit details
    Browse the repository at this point in the history
  4. Ensure that LIB can advance past block which contains PREACTIVATE_FEA…

    …TURE
    Andrianto Lie committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    33f61cc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7000 from taokayan/6672-fix-linkauth-restriction-…

    …kayan
    
    add test case to 6672
    arhag authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    a7468d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7030d71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e9ca96 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd28daf View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Merge pull request #7006 from EOSIO/improve-require-preactivation-test

     improve protocol_feature_tests/require_preactivation_test
    arhag authored Mar 29, 2019
    Configuration menu
    Copy the full SHA
    0af017a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65ca266 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7014 from EOSIO/6458-unit-test

    Add unit test for disallow empty producer schedule protocol feature
    arhag authored Mar 29, 2019
    Configuration menu
    Copy the full SHA
    74cbba5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4b9cfd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6999 from EOSIO/multiple-version-node-test

    Add protocol feature test with multiple version of nodeos
    arhag authored Mar 29, 2019
    Configuration menu
    Copy the full SHA
    bc251c4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #7025 from EOSIO/6672-fix-linkauth-restriction

    Implement FIX_LINKAUTH_RESTRICTION protocol feature
    arhag authored Mar 29, 2019
    Configuration menu
    Copy the full SHA
    4b74145 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7026 from EOSIO/6458-disallow-empty-producer-sche…

    …dule
    
    Implement DISALLOW_EMPTY_PRODUCER_SCHEDULE protocol feature
    arhag authored Mar 29, 2019
    Configuration menu
    Copy the full SHA
    c8d8271 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. Configuration menu
    Copy the full SHA
    50635a6 View commit details
    Browse the repository at this point in the history
  2. fix plugins #6897

    Now compiles, but the tests fail due to bugs.
    arhag committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    ed8b7b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    943522e View commit details
    Browse the repository at this point in the history
  2. update cleos to support new transaction trace structure without inlin…

    …e_traces #6897
    
    Also correct state history ABI for action_trace_v0 to reflect that 
    inline_traces are no longer included.
    arhag committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    28377ed View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Configuration menu
    Copy the full SHA
    c62a5f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01d2dbc View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Configuration menu
    Copy the full SHA
    c2bcec2 View commit details
    Browse the repository at this point in the history
  2. update api_tests/deferred_transaction_tests to reflect the fact that …

    …protocol features RESTRICT_ACTION_TO_SELF and REPLACE_DEFERRED have been activated
    arhag committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    d62825b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    7a0ffb3 View commit details
    Browse the repository at this point in the history
  2. remove debug print

    taokayan committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    da3d8d1 View commit details
    Browse the repository at this point in the history
  3. fix test case

    taokayan committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    bff6453 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3be5baa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    324260d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3633119 View commit details
    Browse the repository at this point in the history
  7. better way of rejecting disallowed transaction extensions #6115

    Allows the `num_failed` tracker and blacklist of producer_plugin to work 
    as intended.
    Preserves the current pattern of not retiring (except for case with 
    expired status) deferred transaction with invalid extensions even after 
    NO_DUPLICATE_DEFERRED_ID activation.
    arhag committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    aa83af6 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Configuration menu
    Copy the full SHA
    04e7b90 View commit details
    Browse the repository at this point in the history
  2. log provided feature digests in bios_boot.sh and try a different way …

    …of iterating through the provided list #6115
    arhag committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    dd782de View commit details
    Browse the repository at this point in the history
  3. log what the FEATURE_DIGESTS environment variable is set to as well b…

    …efore calling bios_boot.sh #6115
    arhag committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    9c47d56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ec8098 View commit details
    Browse the repository at this point in the history
  5. revert previous commit (the issue was not in the bash script) and fix…

    … the getAllBuiltinFeatureDigestsToPreactivate function in Node.py #6115
    arhag committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    063bb59 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. improve test cases

    taokayan committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    c622c8d View commit details
    Browse the repository at this point in the history
  2. Refactor push_transaction API to use direct approach instead of wrapp…

    …ing next
    Andrianto Lie committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    dcde197 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7060 from taokayan/6897-restructure-traces-kayan

    6897 restructure traces test cases
    arhag authored Apr 8, 2019
    Configuration menu
    Copy the full SHA
    485a698 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24657d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a12ae1 View commit details
    Browse the repository at this point in the history
  6. Added protocol_feature_tests/no_duplicate_deferred_id_test unit test …

    …to test the NO_DUPLICATE_DEFERRED_ID protocol feature. #6115
    
    Updated the deferred_test test contract to support testing requirements 
    of new test.
    arhag committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    4e8ba13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    164a8dd View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    c640440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5e9c10 View commit details
    Browse the repository at this point in the history
  3. Add missing change in execute_inline

    Andrianto Lie committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    20b698c View commit details
    Browse the repository at this point in the history
  4. Add unit test for RESTRICT_ACTION_TO_SELF

    Andrianto Lie committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    389ac8e View commit details
    Browse the repository at this point in the history
  5. Add the compiled contract of restrict_action_test

    Andrianto Lie committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    62ffe25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2e6cde View commit details
    Browse the repository at this point in the history
  7. address review comments on #7044

    arhag committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    36dbc01 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6701e63 View commit details
    Browse the repository at this point in the history
  9. Add missing change in execute_inline

    Andrianto Lie authored and arhag committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    ea18fd9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0069bd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Configuration menu
    Copy the full SHA
    02302ff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7092 from EOSIO/6705-unit-test

    unit test for RESTRICT_ACTION_TO_SELF protocol feature (6705 )
    arhag authored Apr 10, 2019
    Configuration menu
    Copy the full SHA
    bb62355 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7088 from EOSIO/6705-restrict-action-to-self

    Implement RESTRICT_ACTION_TO_SELF protocol feature
    arhag authored Apr 10, 2019
    Configuration menu
    Copy the full SHA
    fa3f720 View commit details
    Browse the repository at this point in the history
  4. fix unit test case

    taokayan committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    0214eda View commit details
    Browse the repository at this point in the history
  5. Add missing loadSystemContract

    Andrianto Lie committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    2b8848c View commit details
    Browse the repository at this point in the history
  6. Remove unneeded import

    Andrianto Lie committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    b4e67e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69e4b7e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #7091 from taokayan/6332-only-bill-first-authorize…

    …r-kayan
    
    add test case to 6332 (only bill CPU/NET resources to first authorizer)
    arhag authored Apr 10, 2019
    Configuration menu
    Copy the full SHA
    0294a0e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7a5a373 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #7089 from EOSIO/6332-only-bill-first-authorizer

    Implement ONLY_BILL_FIRST_AUTHORIZER protocol feature
    arhag authored Apr 10, 2019
    Configuration menu
    Copy the full SHA
    047a155 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #7102 from EOSIO/merge-develop-to-forced-replay-mo…

    …dification
    
    Minor cleanup to merge conflict
    arhag authored Apr 10, 2019
    Configuration menu
    Copy the full SHA
    4d925d0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #7044 from EOSIO/6897-restructure-traces

    Restructure transaction traces
    arhag authored Apr 10, 2019
    Configuration menu
    Copy the full SHA
    1f798c4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    85e7804 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #7097 from EOSIO/merge-develop-to-forced-replay

    Merge branch 'develop' into merge-develop-to-forced-replay
    arhag authored Apr 10, 2019
    Configuration menu
    Copy the full SHA
    088a852 View commit details
    Browse the repository at this point in the history
  15. rename parent_action_ordinal to closest_unnotified_ancestor_action_or…

    …dinal in action_trace
    arhag committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    acce9d1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a2d1927 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0d5f3d7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f4e908e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5636b2e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c3817b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Merge pull request #7072 from EOSIO/6115-no-duplicate-deferred-id

    Implement NO_DUPLICATE_DEFERRED_ID protocol feature
    arhag authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    bc9e0e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a91d041 View commit details
    Browse the repository at this point in the history
  3. Added protocol_feature_tests/forward_setcode_test unit test to test t…

    …he FORWARD_SETCODE protocol feature. #6988
    
    Added a new test contract, reject_all, to enable the unit test.
    arhag committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    2028807 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7109 from EOSIO/6988-forward-setcode

    Implement FORWARD_SETCODE protocol feature
    arhag authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    1dc6f0e View commit details
    Browse the repository at this point in the history
  5. feature get_sender 7028

    taokayan committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    74a0cab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e823fea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0325969 View commit details
    Browse the repository at this point in the history
  8. store uint64_t error_code in eosio_assert_code_exception rather than …

    …extracting it from the string message #6898
    arhag committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    7eebf69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2b51e1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5177130 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #7108 from EOSIO/6898-add-error-code-to-trace

    Add optional error_code to transaction and action traces
    arhag authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    7b2c6f6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ec1836f View commit details
    Browse the repository at this point in the history
  13. gcc 7

    tbfleming committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    aad7db9 View commit details
    Browse the repository at this point in the history
  14. ship_current_version

    tbfleming committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    d58a061 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Merge pull request #7113 from EOSIO/update-ship

    Update ship's file format
    arhag authored Apr 12, 2019
    Configuration menu
    Copy the full SHA
    25ec3cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a95b594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fee8d96 View commit details
    Browse the repository at this point in the history
  4. add test cases

    taokayan committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    8f3f41d View commit details
    Browse the repository at this point in the history
  5. store all wasm code in a separate index

    Store all WASM code in a separate index outside of the account index. This allows for deduplication of identical code in memory and will also allow greater accuracy in pruning the WASM instantiation cache in the future
    spoonincode committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    992fcb4 View commit details
    Browse the repository at this point in the history
  6. Added protocol_feature_tests/get_sender_test unit test to test the GE…

    …T_SENDER protocol feature. #7028
    
    Added a new test contract, get_sender_test, to enable the unit test.
    
    The protocol_feature_tests/get_sender_test replaces 
    api_tests/get_sender_test.
    arhag committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    42838f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da8b444 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #7111 from taokayan/get-sender-kayan

    Implement GET_SENDER protocol feature
    arhag authored Apr 12, 2019
    Configuration menu
    Copy the full SHA
    632138d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. wabt optimization

    taokayan committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    b4f260e View commit details
    Browse the repository at this point in the history
  2. refactor account and code table objects

    State history plugin needs to avoid outputting account_metadata deltas 
    when relevant fields do not change.
    arhag committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    63a960d View commit details
    Browse the repository at this point in the history
  3. ship: prevent spam

    tbfleming committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    5da99d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0746b6 View commit details
    Browse the repository at this point in the history
  5. fix api_tests/ram_billing_in_notify_tests to not activate RAM_RESTRIC…

    …TIONS; fix api_tests/deferred_transaction_tests to catch the right exception given RAM_RESTRICTIONS activation #6105
    arhag committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    f9ab463 View commit details
    Browse the repository at this point in the history
  6. disable_all_subjective_mitigations now disables the subjective mitiga…

    …tion preventing RAM billing in notification contexts #6105
    arhag committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    af75206 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7123 from taokayan/forced-replay-wabt-kayan

    wabt optimization
    arhag authored Apr 15, 2019
    Configuration menu
    Copy the full SHA
    f9e74af View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. don't store code_object id reference in account_metadata_object

    regress to storing code_hash+vm_version+vm_type in the account_metadata_object instead of an id reference in to the code_index. This avoid a lookup in the index for every action
    spoonincode committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    f50a32d View commit details
    Browse the repository at this point in the history
  2. bump chainbase

    spoonincode committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    81c3151 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b235020 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b55d02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34acee2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4518401 View commit details
    Browse the repository at this point in the history
  7. ship: reduce spam

    tbfleming committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    c2a39e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a618e8 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #7134 from EOSIO/forced-replay_code_index-refactor

    store all wasm code in a separate index
    arhag authored Apr 16, 2019
    Configuration menu
    Copy the full SHA
    f6acf11 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fad5b99 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #7139 from EOSIO/ship-spam

    ship: reduce spam
    tbfleming authored Apr 16, 2019
    Configuration menu
    Copy the full SHA
    f245e9e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Configuration menu
    Copy the full SHA
    3aa16e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7142 from EOSIO/merge-develop-to-forced-replay

     Merge branch 'develop' into forced-replay
    arhag authored Apr 17, 2019
    Configuration menu
    Copy the full SHA
    2376bde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    645899e View commit details
    Browse the repository at this point in the history
  4. use updated bios contract that renames preactivate action to activate…

    …; adjust tests and testing utilities accordingly
    arhag committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    aa978cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37df54e View commit details
    Browse the repository at this point in the history
  6. add test case

    taokayan committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    7812709 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7143 from EOSIO/fix-tests-in-forced-replay

    fix tests in forced-replay branch; use updated bios contract
    arhag authored Apr 17, 2019
    Configuration menu
    Copy the full SHA
    6affbf6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df0ac8f View commit details
    Browse the repository at this point in the history
  9. switch to more efficient order of checks in apply_context::exec_one (…

    …related to FORWARD_SETCODE protocol feature)
    arhag committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    a0f40f5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    416f69c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4b2b757 View commit details
    Browse the repository at this point in the history
  12. fix unit tests

    tbfleming committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    6c1a7ab View commit details
    Browse the repository at this point in the history
  13. fix mongo

    tbfleming committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    72f4315 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2bad775 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #7150 from EOSIO/ship-partial-transaction

     ship: add partial transaction to trace
    tbfleming authored Apr 17, 2019
    Configuration menu
    Copy the full SHA
    d891a76 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. add test cases

    taokayan committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    f2debc2 View commit details
    Browse the repository at this point in the history
  2. just one spurious keyword was all it took to cause consensus failure;…

    … aren't blockchains fun?!
    arhag committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    bacee72 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7156 from EOSIO/fix-setcode-ram-billing-bug

    fix RAM billing consensus bug in eosio::setcode native handler
    arhag authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    181086e View commit details
    Browse the repository at this point in the history
  4. update submodules for PR #7107

    larryk85 committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    f997ebb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5fe39b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #7153 from taokayan/6105-ram-restrictions-kayan

    6105 ram restrictions kayan
    arhag authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    be0c39b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7158 from EOSIO/forced_replay_update_submods

    Update submodules for PR #7107
    arhag authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    c72ccbd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    edc1846 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32c3375 View commit details
    Browse the repository at this point in the history
  10. ship: protocol_state

    tbfleming committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    0823c8b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #7163 from EOSIO/ship-protocol_state

    ship: protocol_state
    tbfleming authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    40f7acb View commit details
    Browse the repository at this point in the history
  12. Merge pull request #7131 from EOSIO/6105-ram-restrictions

    Implement RAM_RESTRICTIONS protocol feature
    arhag authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    5301a91 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9dfd8e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. exit with error if chain_plugin needs to write out a protocol feature…

    … JSON to a file path that already exist rather than trying with another name
    arhag committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    a81ec61 View commit details
    Browse the repository at this point in the history
  2. log error message if unable to successfully write out JSON files (pro…

    …tocol features or genesis state)
    arhag committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    4fd7e90 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7167 from EOSIO/improve-error-handling-on-reading…

    …-protocol-features
    
    Improve error handling when writing out protocol features
    arhag authored Apr 19, 2019
    Configuration menu
    Copy the full SHA
    54e8d6a View commit details
    Browse the repository at this point in the history
  4. avoid checking if RAM_RESTRICTIONS is activated twice in apply_contex…

    …t::schedule_deferred_transaction
    arhag committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    10b8ae1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05f3ab7 View commit details
    Browse the repository at this point in the history
  6. use custom pipeline branch which uses persistent nodes supporting pro…

    …tocol feature changes for the sync node tests
    arhag committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    060e8f1 View commit details
    Browse the repository at this point in the history
  7. immediately return created snapshot in irreversible mode (no need to …

    …wait for new blocks to be produced)
    arhag committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    57e44cb View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Configuration menu
    Copy the full SHA
    aa6f647 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7172 from EOSIO/create-snapshot-in-irreversible-mode

    immediately return created snapshot in irreversible mode
    arhag authored Apr 20, 2019
    Configuration menu
    Copy the full SHA
    715af8f View commit details
    Browse the repository at this point in the history
  3. augment protocol_features_tests/no_duplicate_deferred_id_test to ensu…

    …re that deferred transactions created prior to the activation of the NO_DUPLICATE_DEFERRED_ID protocol feature are able to successfully retire after its activation
    arhag committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    16c7fcb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7173 from EOSIO/improve-no_duplicate_deferred_id_…

    …test
    
    Augment protocol_features_tests/no_duplicate_deferred_id_test
    arhag authored Apr 20, 2019
    Configuration menu
    Copy the full SHA
    60db0ae View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. evict wasm_cache entries once the last block they are used in becomes…

    … irreversible
    
    the wasm_cache needs to be periodically pruned of old entries. controller will now note to wasm_interface when the reference count of some code_hash goes to 0 and wasm_interface will then evict those entries once that block becomes irreversible. Unfortunately there are still many corner cases that can cause items in the cache to never be evicted or evicted too soon, but some reasonably accurate eviction is direly needed for long replays so this is considered good enough for now
    spoonincode committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    097e745 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7179 from EOSIO/wasm_cache_eviction_lib

    evict wasm_cache entries once the last block they are used in becomes irreversible
    arhag authored Apr 22, 2019
    Configuration menu
    Copy the full SHA
    bffc647 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3443d37 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Configuration menu
    Copy the full SHA
    19ea05c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7185 from EOSIO/add-get-account-ram-corrections

    add get_account_ram_corrections to producer API
    arhag authored Apr 23, 2019
    Configuration menu
    Copy the full SHA
    3ed95b4 View commit details
    Browse the repository at this point in the history