Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull from upstream #83

Merged
merged 279 commits into from
Sep 19, 2018
Merged

Pull from upstream #83

merged 279 commits into from
Sep 19, 2018
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 29, 2018

  1. Merge pull request #5442 from firesWu/firesWu

    add cleos set contract/code/abi --clear
    heifner authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    6bc0028 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5434 from greymass/get-code-hash

    Chain api: get code hash
    heifner authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    ddc2a02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b16050a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc1169d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6dfa635 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecb446b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5beaa9 View commit details
    Browse the repository at this point in the history
  8. Update chain_plugin.hpp

    Making ``core_symbol`` and ``core_symbol_precision`` optional
    barchef authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    86b5b8c View commit details
    Browse the repository at this point in the history
  9. Remove old exchange contract

    heifner committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    c1a1ff0 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5446 from EOSIO/require-recipient-test

    New test to ensure require_recipient to generator is ignored
    heifner authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    b1b9d1a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2a3a02d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #5477 from EOSIO/remove-exchange

    Remove old exchange contract
    heifner authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    84e7c61 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Configuration menu
    Copy the full SHA
    4a2eb15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ac871b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ff59ab View commit details
    Browse the repository at this point in the history
  4. Return something other then "fixme" in unix socket HTTP support

    This function is never called, but return something less sloppy
    spoonincode committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    da096b2 View commit details
    Browse the repository at this point in the history
  5. Treat unix-socket-path as string, not boost path

    Workaround quirk when filenames have spaces
    spoonincode committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    9a3a0c1 View commit details
    Browse the repository at this point in the history
  6. Remove umask shenanigans when creating unix HTTP socket

    Just leave this up to the environment
    spoonincode committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    8951cfa View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. cleos support deferred action

    add --delay-sec option for common action,  the default is 0 sec (means no delay)
    you can set it for delayed transaction
    jjnetcn authored Aug 31, 2018
    Configuration menu
    Copy the full SHA
    b51ae69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    941d0a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3b0ee9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ad6e2e View commit details
    Browse the repository at this point in the history
  5. Add ram_delta to action_trace

    heifner committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    afcfc5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a2cf67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b01fc32 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b54e19 View commit details
    Browse the repository at this point in the history
  9. Add ram_delta to action_trace

    heifner committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    e7916ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb75d01 View commit details
    Browse the repository at this point in the history
  11. Add ram_delta to action_trace

    heifner committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    0deebd2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8064d9c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ef06bcf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7c86a1c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6aa12dc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7daa2bc View commit details
    Browse the repository at this point in the history
  17. remove dead comment

    spoonincode committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    77d4ea1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a9e84fd View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2018

  1. Merge pull request #5425 from EOSIO/unix_socket_wallet

    Add UNIX socket HTTP server to keosd
    spoonincode authored Sep 1, 2018
    Configuration menu
    Copy the full SHA
    ad33a01 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

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

Commits on Sep 4, 2018

  1. Merge pull request #5492 from jjnetcn/patch-4

    cleos support deferred action
    heifner authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    73cf85f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5506 from conr2d/cleos

    Print separators properly with `cleos get account`
    heifner authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    9288f2a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5476 from EOSIO/launcher-tests

    Launcher tests
    heifner authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    6f5bc8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9bf617 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6cce1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    484fd8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed0544b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    979e00f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2afaa56 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    81c59b3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c9703b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c79665e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    878821f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7765857 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9237692 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    576274e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5b29e6d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0565f3d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cd24cc2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3e8fba3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Merge pull request #5463 from marlonwilliams/getinfoapi1

    Simplify Wallet Tools EOSIO Blockchain Detection for End Users
    heifner authored Sep 5, 2018
    Configuration menu
    Copy the full SHA
    9b7ae36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bab6a9 View commit details
    Browse the repository at this point in the history
  3. Misc cleanup

    heifner committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    b24f41f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80e6070 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9da6f27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fbd885 View commit details
    Browse the repository at this point in the history
  7. Better error handling

    heifner committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    5e75750 View commit details
    Browse the repository at this point in the history
  8. Additional info output

    heifner committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    65c1cfd View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Configuration menu
    Copy the full SHA
    04fc7fa View commit details
    Browse the repository at this point in the history
  2. add test case for get_scope

    taokayan committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    d277006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94d0837 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3df6060 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14ec763 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5558 from brianjohnson5972/5199-spurious-long-run…

    …ning-test-failures
    
    Fix Spurious Long Running Test Failures
    heifner authored Sep 6, 2018
    Configuration menu
    Copy the full SHA
    e6502ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bcd9802 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Merge pull request #5560 from EOSIO/revert-5463-getinfoapi1

    Revert "Simplify Wallet Tools EOSIO Blockchain Detection for End Users"
    arhag authored Sep 7, 2018
    Configuration menu
    Copy the full SHA
    038da9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0624889 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba4d5e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6adc022 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

  1. Spelling and whitespace corrections

    Greg Lee authored Sep 8, 2018
    Configuration menu
    Copy the full SHA
    8dab36d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0a48f5 View commit details
    Browse the repository at this point in the history
  3. Remove unused variable

    conr2d committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    000a80f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5574 from brianjohnson5972/5199-fix-no-auto-keosd

    Inverted check for flag for no auto keosd
    spoonincode authored Sep 8, 2018
    Configuration menu
    Copy the full SHA
    d910f7a View commit details
    Browse the repository at this point in the history
  5. Build secp256k1 as an external

    Bundle our secp256k1 library as an external. This removes one external dependency (making it a little easier for packaging and future updates), makes the build of secp256k1 use same compiler & flags as the main applications, and fixes a bug where the configure script on macOS wasn’t enabling x86_64 asm operations.
    spoonincode committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    bb79184 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5580 from EOSIO/transaction-h-spelling-whitespace

    Spelling and whitespace corrections in transaction.h
    spoonincode authored Sep 8, 2018
    Configuration menu
    Copy the full SHA
    d53ef82 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Merge pull request #5582 from conr2d/cleos

    Remove unused variable
    heifner authored Sep 10, 2018
    Configuration menu
    Copy the full SHA
    54b64de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5486 from taokayan/get_scope

    5380 support iteration over scopes & tables in cleos
    heifner authored Sep 10, 2018
    Configuration menu
    Copy the full SHA
    50b5eb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e70e6f8 View commit details
    Browse the repository at this point in the history
  4. Added plugin to allow shutting down node for a given producer, at a g…

    …iven point in its head or lib production. GH #4973
    brianjohnson5972 committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    28e84f3 View commit details
    Browse the repository at this point in the history
  5. Added ability to provide command line arguments to individual nodeos …

    …instances using the node number. GH #4973
    brianjohnson5972 committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    9364f65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46f3413 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82252f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ff0eb7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c9349d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aee0cd7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    71474cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    866953a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aba214a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6768c3f View commit details
    Browse the repository at this point in the history
  15. Changed launcher to assign producer names in order inside a producing…

    … node before proceeding to the next node, instead of round robin assigning names among producing nodes. GH #4973
    brianjohnson5972 committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    00d4d56 View commit details
    Browse the repository at this point in the history
  16. Changed to Node.getBlockProducerByNum to be clearer and added plumbin…

    …g to make methods that were designed around head to also be able to use LIB. GH #4973
    brianjohnson5972 committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    1fe7ebf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c42410f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7d575b8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9b153f7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d3c9b7d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b0d694c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ed314d8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    21b6b4f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    dd1caf6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2590ea9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1a0eba2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f101c93 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Configuration menu
    Copy the full SHA
    f80796c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from EOSIO/develop

    merge eos develop
    EugeneChung authored Sep 11, 2018
    Configuration menu
    Copy the full SHA
    337bab9 View commit details
    Browse the repository at this point in the history
  3. remove doxygen warning

    EugeneChung authored Sep 11, 2018
    Configuration menu
    Copy the full SHA
    d467443 View commit details
    Browse the repository at this point in the history
  4. remove doxygen warning

    EugeneChung authored Sep 11, 2018
    Configuration menu
    Copy the full SHA
    d4bf4c3 View commit details
    Browse the repository at this point in the history
  5. avoid plugin through irreversible_block signal change block, so that …

    …apply_block faild. andkeep signal according to the order of accepted_transaction, applied_transaction and irreversible_block.
    firesWu committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    ee52aba View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Configuration menu
    Copy the full SHA
    8c37152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    026556e View commit details
    Browse the repository at this point in the history
  3. Added flag to temporarily behave like the validation mode is set to l…

    …ight when a block is produced by a trusted producer. GH #5268
    brianjohnson5972 committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    0754e85 View commit details
    Browse the repository at this point in the history
  4. Add account_delta type and use flat_set so json is a list of objects …

    …instead of array of arrays.
    heifner committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    5e0bf2b View commit details
    Browse the repository at this point in the history
  5. Changed validating_tester to allow setting trusted_producers and to m…

    …anually produce blocks on the main chain and then manually pass the block to the validating_node. GH #5268
    brianjohnson5972 committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    a972330 View commit details
    Browse the repository at this point in the history
  6. Added tests to verify if a block with a invalid transaction was accep…

    …ted by a chain when the block was produced by a trusted producer. GH #5268
    brianjohnson5972 committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    05bb716 View commit details
    Browse the repository at this point in the history
  7. abi_serializer: variants

    tbfleming committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    e463037 View commit details
    Browse the repository at this point in the history
  8. fix dereference empty optional bug in api_tests/transaction_tests

    The applied_transaction signal can be given a transaction_trace for a 
    failed input transaction in which the receipt optional is empty.
    
    Disconnect the connection to the applied_transaction signal that was 
    only meant for the send_transaction_trigger_error_handler test after 
    that particular unit test is completed.
    This ensures that the stale signal handling lambda function is not 
    called when applying the later transactions in the test.
    
    Furthermore, the signal handler should still check if the receipt is 
    empty before attempting to dereference it even for the 
    send_transaction_trigger_error_handler unit test, since the initial 
    transaction to send the deferred transaction could fail, and it is 
    better for the official failure in the Boost tests to be from 
    BOOST_REQUIRE(trace) rather than from a SIGABRT.
    arhag committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    3a95b49 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    93717b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    5124e2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5635 from brianjohnson5972/5633-inline-action-dep…

    …th-reached
    
    Fix wording for Inline Action Depth Reached
    heifner authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    e7746fa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5634 from EOSIO/fix-api-test-empty-optional-deref…

    …erence
    
    fix dereference empty optional bug in api_tests/transaction_tests
    heifner authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    2b3de0c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5603 from EugeneChung/remove_doxygen_warning

    Remove doxygen warning
    heifner authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    b01a5ce View commit details
    Browse the repository at this point in the history
  5. Fix typo

    spartucus authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    84443f0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5545 from brianjohnson5972/4973-forking-test

    Integration Test for Forked Database
    heifner authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    2698dc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7a5a9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cbee02a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #5639 from spartucus/patch-1

    Fix typo
    heifner authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    6d181d7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    edcebd0 View commit details
    Browse the repository at this point in the history
  11. update fc submodule

    arhag committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    45ecf19 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9654a0e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fd87664 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #5649 from EOSIO/update-fc-submodule

    Update fc submodule
    heifner authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    982d0b0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b9a0b93 View commit details
    Browse the repository at this point in the history
  16. Add context_free to refection

    heifner committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    bb184f1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    92f7e95 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9696f10 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0693210 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5ce0f81 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8698317 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ea2445c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    529b11c View commit details
    Browse the repository at this point in the history
  24. Remove unneeded check

    heifner committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    dc30432 View commit details
    Browse the repository at this point in the history
  25. Remove in_current_chain

    heifner committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    c01474a View commit details
    Browse the repository at this point in the history
  26. get_raw_abi

    tbfleming committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    3aab949 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    35f2c83 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #5339 from EOSIO/gh#5149-mongo

    Add block info & ram delta to action_trace
    heifner authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    92b3183 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1fe32fb View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8636e7a View commit details
    Browse the repository at this point in the history
  31. Update to master

    heifner committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    7ffc3f9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c229e4d View commit details
    Browse the repository at this point in the history
  33. Fixed test to use if checks and exitError method instead of assert, s…

    …o that shutdown function can be called. GH #5653
    brianjohnson5972 committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    bad3598 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Merge pull request #5652 from EOSIO/abi-variant

    ABI 1.1
    tbfleming authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    f6481ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5375 from EOSIO/get_raw_abi

    get_raw_abi
    tbfleming authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    6b7fc05 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5655 from EOSIO/unknown-key

    Additional info for Unknown key exceptions
    heifner authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    2496523 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5651 from brianjohnson5972/5223-parrallelize-inte…

    …gration-tests
    
    Parrallelize Integration Tests
    heifner authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    a2e8c77 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5611 from firesWu/firesWu

    avoid plugin through irreversible_block signal change block before apply_block
    heifner authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    a89d00e View commit details
    Browse the repository at this point in the history
  6. check unlock-timeout overflow

    Should be added if timeout_time.time_since_epoch().count() is negative on Ubuntu 16.04.
    
    $ ./build/programs/keyos/keyos --unlock-timeout 9999999999 --http-server-address 127.0.0.1:8900
    2018-09-14T15:00:44.373 thread-0   wallet_plugin.cpp:42          plugin_initialize    ] initializing wallet plugin
    2018-09-14T15:00:44.373 thread-0   wallet_plugin.cpp:68          plugin_initialize    ] 3120011 invalid_lock_timeout_exception: Wallet lock timeout is invalid
    Overflow on timeout_time, specified 9999999999, now 1536937244373317352, timeout_time -6909806830336234264
        {"t":"9999999999","now":"1536937244373317352","timeout_time":-6909806830336234264}
        thread-0  wallet_manager.cpp:47 set_timeout
    EugeneChung authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    73c3fc5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d873ed View commit details
    Browse the repository at this point in the history
  8. avoid plugin through irreversible_block signal change block, so that …

    …apply_block faild. andkeep signal according to the order of accepted_transaction, applied_transaction and irreversible_block.
    firesWu authored and heifner committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    88e5db9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    904cb2d View commit details
    Browse the repository at this point in the history
  10. Add diagnostics in Node.getTransaction to walk the blocks on the node…

    … and print out when transaction cannot be found. GH #5674
    brianjohnson5972 committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    45346c2 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #5668 from EugeneChung/patch-1

    check unlock-timeout overflow
    heifner authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    b95ad0a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e66358c View commit details
    Browse the repository at this point in the history
  13. Correct assert message by including delay_max_limit_ms

    delay_max_limit_ms is defined to print delay_max_limit.
    However, delay_max_limit_ms was not included in the assert message.
    As intended, delay_max_limit_ms is included in the assert message.
    baegjae authored and heifner committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    0530e1e View commit details
    Browse the repository at this point in the history
  14. Merge pull request #5675 from brianjohnson5972/5674-improve-integrati…

    …on-test-diagnostics
    
    Improve Integration Test Diagnostics for missing transactions
    heifner authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    745af01 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #5672 from EOSIO/emit-fix

    Backport emit fix
    heifner authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    9720615 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #5676 from EOSIO/rebase-gh5602

    Correct assert message by including delay_max_limit_ms
    heifner authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    0503bf3 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #5671 from EOSIO/mongo-fix

    Fix mongo_db_plugin shutdown problem
    heifner authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    b82bc49 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    22c42e4 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #5416 from EOSIO/wabt

    Add a new WASM backend: wabt
    spoonincode authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    a73da77 View commit details
    Browse the repository at this point in the history
  20. Further parallelize unittest on buildkit

    Breakout the non-parallelizable tests in to their own buildkite unit so they can easily be run simultaneously with the other parallelizable ones.
    spoonincode authored and brianjohnson5972 committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    8414954 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d0b43a5 View commit details
    Browse the repository at this point in the history
  22. Moved trusted_producer_light_validation flag out of config to impl an…

    …d added trusted_producer to reflection macro. GH #5268
    brianjohnson5972 committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    56d7d27 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7af378a View commit details
    Browse the repository at this point in the history
  24. Merge pull request #5680 from EOSIO/5629-fixes-to-abi-serializer

    fix bugs in abi_serializer variant to binary
    arhag authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    6717fc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2018

  1. Merge pull request #5678 from EOSIO/appbase_disallow_unknown_configs

    (appbase sync) disallow unknown configs in config.ini
    spoonincode authored Sep 15, 2018
    Configuration menu
    Copy the full SHA
    2d7ba0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a86fe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b89a003 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cff2ebc View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. Configuration menu
    Copy the full SHA
    b139e68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53d8d5f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Merge pull request #5686 from EOSIO/fix_simple_cleos_http_error_print…

    …_12x
    
    Fix trivial error message print in cleos http resolve failure
    heifner authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    52c7a76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1e5d4e View commit details
    Browse the repository at this point in the history
  3. abi version switcheroo

    tbfleming committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    8db8525 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5673 from EOSIO/abi-no-default-version

    abi_def: don't default version
    tbfleming authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    48ce680 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5631 from brianjohnson5972/5268-trusted-producer

    Implement Trusted Producer Light Validation
    b1bart authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    49d3596 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecd2dbd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37a9677 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f16ed3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3590af7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15cd9c6 View commit details
    Browse the repository at this point in the history
  11. Update doc from peer review

    heifner committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    1eb7e9c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c67c676 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #5478 from EOSIO/secp256k1_as_external

    Build secp256k1 as a submodule
    spoonincode authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    d1d86e8 View commit details
    Browse the repository at this point in the history
  14. Updated help text

    heifner committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    6b15868 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #5697 from EOSIO/feature/deprecation-notice-on-eos…

    …iocpp
    
    Add deprecation notice to eosiocpp
    heifner authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    2627be0 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #5670 from EOSIO/mongo-filter

    Add filter-on ability to accept blank action as wildcard
    heifner authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    eeeae5b View commit details
    Browse the repository at this point in the history
  17. Merge pull request #5696 from EOSIO/5685-avoid-deleting-state-directory

    delete contents inside state directory but not the directory itself
    heifner authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    6cf9ecb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    03c0c27 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dc69e4c View commit details
    Browse the repository at this point in the history
  20. Merge pull request #5701 from brianjohnson5972/5674-block-walker-writ…

    …e-data
    
    Fix Utils.processCmd method output
    heifner authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    13a0288 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #5581 from conr2d/cleos-open

    Add cleos support `open` token balance row before transfer
    arhag authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    2438530 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b6f0802 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f2f8565 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a6f589c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    db9ec99 View commit details
    Browse the repository at this point in the history
  26. fix core_symbol issues with get account; also print out account creat…

    …ion time during cleos get account
    arhag committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    c750569 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #5702 from EOSIO/cleos-to_asset-bug-fix

    cleos improvements: disambiguate symbol_code in to_asset cache using contract name; efficiency improvements related to --pay-ram-to-open option
    arhag authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    2e94abd View commit details
    Browse the repository at this point in the history
  28. Merge pull request #5704 from EOSIO/get-account-bug-fixes

    Improvements to get account (chain_plugin and cleos) related to core_symbol
    arhag authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    45e609f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Create community plugin list

    Greg Lee authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    4dd970a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2516366 View commit details
    Browse the repository at this point in the history
  3. added GMP for libtester

    larryk85 committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    1fa882a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5720 from EOSIO/port/v1.2.4-and-v1.2.5

    Port v1.2.4 and v1.2.5
    heifner authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    0eee95f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae8edf2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50f6f40 View commit details
    Browse the repository at this point in the history
  7. update fc submodule

    arhag committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    9adf8bd View commit details
    Browse the repository at this point in the history
  8. add log messages when a transaction is accepted/rejected/pending that…

    … indicates producer/speculator
    b1bart committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    79de776 View commit details
    Browse the repository at this point in the history
  9. change to dlog

    b1bart committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    1ec58be View commit details
    Browse the repository at this point in the history
  10. add tracing for when persisted transactions are dropped, add logging …

    …to producer plugin about various start block processing statistics.
    b1bart committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    e9ab245 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #5703 from EOSIO/fix/installs_for_libtester

    add installs for libtester
    larryk85 authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    fd9a57b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9d277af View commit details
    Browse the repository at this point in the history
  13. in cases where there are early outs indicate how many entries were ac…

    …tually processed and how many were potentially processed
    b1bart committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    36a10ff View commit details
    Browse the repository at this point in the history
  14. update wabt submodule

    arhag committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    f9ddc42 View commit details
    Browse the repository at this point in the history
  15. sync wabt to upstream as of 2018 Sep 18

    This update provides a considerable performance boost
    spoonincode committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    89ca712 View commit details
    Browse the repository at this point in the history
  16. log when a producing node drops a previously accepted but unapplied t…

    …ransaction from consideration due to expiry
    b1bart committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    e352654 View commit details
    Browse the repository at this point in the history
  17. wording

    b1bart committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    eb54bba View commit details
    Browse the repository at this point in the history
  18. Merge pull request #5723 from EOSIO/5589-fix-get-transaction-bug

     fix history_plugin get_transaction bug
    arhag authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    2efc786 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #5725 from EOSIO/feature/transaction-trace-logging

    Transaction trace logging for visibility of transactions on P2P
    b1bart authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    c52f08b View commit details
    Browse the repository at this point in the history
  20. Merge pull request #5715 from EOSIO/community-plugins

    Create community plugin list
    b1bart authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    c776e9e View commit details
    Browse the repository at this point in the history
  21. bump version to 1.3.0

    b1bart committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    a74980b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ed4966e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2be92c1 View commit details
    Browse the repository at this point in the history
  24. Consolidated Security Fixes for 1.2.6

    - Consider peers for syncing at most once
    
    Co-authored-by: Matt Witherspoon <32485495+spoonincode@users.noreply.github.com>
    b1bart and spoonincode committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    398ad21 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #5728 from EOSIO/wabt_upstream_sync_20180918

    sync wabt to upstream as of 2018 Sep 18; considerable performance boost
    spoonincode authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    61cf8d7 View commit details
    Browse the repository at this point in the history
  26. PORT Consolidated Security Fixes for 1.2.6 to 1.3.0

    - Consider peers for syncing at most once
    
    Co-authored-by: Matt Witherspoon <32485495+spoonincode@users.noreply.github.com>
    b1bart and spoonincode committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    42068aa View commit details
    Browse the repository at this point in the history
  27. bump version to 1.2.6

    b1bart committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    fc99f6a View commit details
    Browse the repository at this point in the history
  28. Merge pull request #5732 from EOSIO/fix_simple_cleos_http_error_print

    Fix trivial error message print in cleos http
    b1bart authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    3c05bc8 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #5733 from EOSIO/feature/1.2.6-security-omnibus

    Consolidated Security Fixes for 1.2.6
    b1bart authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    8740b09 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #5731 from EOSIO/feature/bump-version-to-1.2.6

    bump version to 1.2.6
    b1bart authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    e55ae95 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #5735 from EOSIO/release/1.2.x

    Release 1.2.6
    b1bart authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    3e6d766 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #5734 from EOSIO/feature/port-1.2.6-security-omnibus

    PORT Consolidated Security Fixes for 1.2.6 to 1.3.0
    b1bart authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    12331a4 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #5730 from EOSIO/feature/bump-version-to-1.3.0

    bump version to 1.3.0
    b1bart authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    d2e0493 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    58f28b1 View commit details
    Browse the repository at this point in the history
  35. Merge branch 'develop'

    b1bart committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    0f6695c View commit details
    Browse the repository at this point in the history