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

Develop #8

Merged
merged 60 commits into from
Mar 30, 2019
Merged

Develop #8

merged 60 commits into from
Mar 30, 2019

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    34ce13d View commit details
    Browse the repository at this point in the history
  2. pipeline changes (#6920)

    NorseGaud authored Mar 13, 2019
    Configuration menu
    Copy the full SHA
    a71d761 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6925 from EOSIO/Hyperion-History-API

    Added EOS Rio's Hyperion History API to COMMUNITY.md
    heifner authored Mar 13, 2019
    Configuration menu
    Copy the full SHA
    40b27ba View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. clear unused variable

    eun2ce committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    dc8e700 View commit details
    Browse the repository at this point in the history
  2. Add Chronicle to COMMUNITY.md

    Greg Lee authored Mar 14, 2019
    Configuration menu
    Copy the full SHA
    9f1ac1b View commit details
    Browse the repository at this point in the history
  3. Update disclaimer in COMMUNITY.md

    Greg Lee authored Mar 14, 2019
    Configuration menu
    Copy the full SHA
    21f11fa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6936 from EOSIO/gleehokie-patch-1

    Add Chronicle to COMMUNITY.md and update disclaimer
    heifner authored Mar 14, 2019
    Configuration menu
    Copy the full SHA
    e8be4cd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6934 from eun2ce/remove_unused_variable

    Remove unused variable
    heifner authored Mar 14, 2019
    Configuration menu
    Copy the full SHA
    6d98d28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb9ce20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4240c31 View commit details
    Browse the repository at this point in the history
  8. Added support for supplying alternate label mappings to Cluster.launc…

    …her to take advantage of launcher flags. GH #6879.
    brianjohnson5972 committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    6316feb View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Configuration menu
    Copy the full SHA
    6c54979 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9564d86 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6962 from EOSIO/fix-shutdown

    Update appbase to shutdown fix
    heifner authored Mar 18, 2019
    Configuration menu
    Copy the full SHA
    0e42dea View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Rename eosio-wat2wasm back to orginal name; don't install

    eosio-wat2wasm was really the Assemble command from WAVM and we used it for the old wasm build enviroment. It's no longer needed. Remove the rename and install changes effectively reverting ae9388d restoring this back to upstream
    spoonincode committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    59447e2 View commit details
    Browse the repository at this point in the history
  2. Don't build WAVM tools any longer

    Some of these don't work as intended due to changes in WAVM to support EOSIO
    spoonincode committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    96f6ee1 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Merge pull request #6968 from EOSIO/remove-eosio-wat2wasm

    remove eosio-wat2wasm and other WAVM tools from being built
    spoonincode authored Mar 20, 2019
    Configuration menu
    Copy the full SHA
    e7494e7 View commit details
    Browse the repository at this point in the history
  2. Created test scripts with xUnit, auto-scaling parallelism, and empty …

    …test detection; and added them to pipeline (#6963)
    
    * Created test scripts with xUnit, auto-scaling parallelism, and empty test detection, and added them to pipeline
    
    * Copy-pasta error
    
    * Added xUnit output and empty test detection to long-running tests
    
    * Removed escape character from copy-pasta
    
    * Suppress missing DartConfiguration.tcl file error
    
    * Increased the long-running test timeout from 60 min to 90 min
    
    * Removed line continuations from Buildkite yaml files
    
    * Deleted Buildkite yaml files from pipelines migrated to Buildkite repo
    kj4ezj authored Mar 20, 2019
    Configuration menu
    Copy the full SHA
    756f3c7 View commit details
    Browse the repository at this point in the history
  3. Prevent txn_test_gen_plugin from calling back into http_plugin multip…

    …le times per request.
    heifner committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    eef306c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68f92dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c39d5ea View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6975 from EOSIO/txn-gen-fix-dev

    Fix txn_test_gen_plugin crash on multiple create_test_accounts calls - develop
    heifner authored Mar 20, 2019
    Configuration menu
    Copy the full SHA
    276bdeb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6976 from EOSIO/net_plugin-asio-fix-dev

    Add strand to protect internals of asio - develop
    heifner authored Mar 20, 2019
    Configuration menu
    Copy the full SHA
    1bc6a86 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Issue 6940 (#6978)

    NorseGaud authored Mar 22, 2019
    Configuration menu
    Copy the full SHA
    b364446 View commit details
    Browse the repository at this point in the history
  2. Remove setting CMAKE_OSX_SYSROOT

    Setting CMAKE_OSX_SYSROOT has shown to cause build failures on fresh macos 10.13 installs
    spoonincode committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    b0b4fda View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. Configuration menu
    Copy the full SHA
    cb98d8f View commit details
    Browse the repository at this point in the history
  2. Cleanup of scripts.

    brianjohnson5972 committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    328473c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5aa5835 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50ea21f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7206f76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c71b5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f86a9d View commit details
    Browse the repository at this point in the history
  8. Cleanup.

    brianjohnson5972 committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    b685215 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    87e9e61 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a5ab5ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ef7b2aa View commit details
    Browse the repository at this point in the history
  12. Pulled out curl processing into its own function and added functions …

    …for interacting with the test accounts.
    brianjohnson5972 committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    52ac578 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    277df3c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3089f70 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0532e5c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    97f777b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dd4d3a4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    03c2eaa View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fef0d2a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    640257e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    fcd01c8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2790d66 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Improve for MongoDB sharding

    UMU618 authored Mar 25, 2019
    Configuration menu
    Copy the full SHA
    722ac06 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Create CONTRIBUTING.md

    josephjguerra authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    bb0646b View commit details
    Browse the repository at this point in the history
  2. Update LICENSE

    josephjguerra authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    7faca6c View commit details
    Browse the repository at this point in the history
  3. Update README.md

    josephjguerra authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    cee6dea View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Merge pull request #6985 from EOSIO/remove_osx_sysroot_override

    Remove setting CMAKE_OSX_SYSROOT
    spoonincode authored Mar 27, 2019
    Configuration menu
    Copy the full SHA
    31be936 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccd6e53 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6990 from UMU618/optimize-mongodb-plugin

    Optimize mongodb plugin
    heifner authored Mar 27, 2019
    Configuration menu
    Copy the full SHA
    dd38a0c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Update LICENSE

    josephjguerra authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    e019da5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6993 from josephjguerra/develop

    readme, license, contrib
    heifner authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    38611ae View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6989 from brianjohnson5972/6727-catchup-test

    Add Integration Catchup Test
    heifner authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    0d980cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00e96e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

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