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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
34ce13d
Added EOS Rio's Hyperion History API
Mar 13, 2019
a71d761
pipeline changes (#6920)
NorseGaud Mar 13, 2019
40b27ba
Merge pull request #6925 from EOSIO/Hyperion-History-API
heifner Mar 13, 2019
dc8e700
clear unused variable
Mar 14, 2019
9f1ac1b
Add Chronicle to COMMUNITY.md
Mar 14, 2019
21f11fa
Update disclaimer in COMMUNITY.md
Mar 14, 2019
e8be4cd
Merge pull request #6936 from EOSIO/gleehokie-patch-1
heifner Mar 14, 2019
6d98d28
Merge pull request #6934 from eun2ce/remove_unused_variable
heifner Mar 14, 2019
bb9ce20
Added launcher flags to support supplying alternate installation path…
brianjohnson5972 Mar 14, 2019
4240c31
Added helper flag to supply alternate label mapping file. GH #6879.
brianjohnson5972 Mar 14, 2019
6316feb
Added support for supplying alternate label mappings to Cluster.launc…
brianjohnson5972 Mar 14, 2019
6c54979
Update appbase to shutdown fix
heifner Mar 18, 2019
9564d86
Update to appbase master with shutdown fix
heifner Mar 18, 2019
0e42dea
Merge pull request #6962 from EOSIO/fix-shutdown
heifner Mar 18, 2019
59447e2
Rename eosio-wat2wasm back to orginal name; don't install
spoonincode Mar 19, 2019
96f6ee1
Don't build WAVM tools any longer
spoonincode Mar 19, 2019
e7494e7
Merge pull request #6968 from EOSIO/remove-eosio-wat2wasm
spoonincode Mar 20, 2019
756f3c7
Created test scripts with xUnit, auto-scaling parallelism, and empty …
kj4ezj Mar 20, 2019
eef306c
Prevent txn_test_gen_plugin from calling back into http_plugin multip…
heifner Mar 20, 2019
68f92dc
Add strand to protect internals of asio
heifner Mar 18, 2019
c39d5ea
Ensure that intermediate asio operations are on the same thread
heifner Mar 19, 2019
276bdeb
Merge pull request #6975 from EOSIO/txn-gen-fix-dev
heifner Mar 20, 2019
1bc6a86
Merge pull request #6976 from EOSIO/net_plugin-asio-fix-dev
heifner Mar 20, 2019
b364446
Issue 6940 (#6978)
NorseGaud Mar 22, 2019
b0b4fda
Remove setting CMAKE_OSX_SYSROOT
spoonincode Mar 22, 2019
cb98d8f
Added ability to configure nodes that are not launched immediately.
brianjohnson5972 Feb 22, 2019
328473c
Cleanup of scripts.
brianjohnson5972 Feb 22, 2019
5aa5835
Added config dir and data dir utils methods.
brianjohnson5972 Feb 25, 2019
50ea21f
Refactoring relaunch logic to allow for a general launch via a comman…
brianjohnson5972 Feb 26, 2019
7206f76
Fixed initialization of bios node and fixed merge error.
brianjohnson5972 Mar 6, 2019
5c71b5d
Fixed error in launchCmd refactor. GH #6727
brianjohnson5972 Mar 6, 2019
5f86a9d
Fixed errors from previous attempt to explicitly set parameters. GH #…
brianjohnson5972 Mar 6, 2019
b685215
Cleanup.
brianjohnson5972 Mar 9, 2019
87e9e61
Added support for adding true flag.
brianjohnson5972 Mar 9, 2019
a5ab5ba
Fixing logic for launching started and unstarted nodes.
brianjohnson5972 Mar 9, 2019
ef7b2aa
Fixed txn_test_gen_plugin to allow using different prefixes for the t…
brianjohnson5972 Mar 9, 2019
52ac578
Pulled out curl processing into its own function and added functions …
brianjohnson5972 Mar 9, 2019
277df3c
Fix error in variable substitution.
brianjohnson5972 Mar 12, 2019
3089f70
Add option to not load system contract. GH #6727
brianjohnson5972 Mar 12, 2019
0532e5c
Add test to ensure catchup lockup does not occur. GH #6727
brianjohnson5972 Mar 12, 2019
97f777b
Fixed launcher setup of unstarted nodes. GH #6727.
brianjohnson5972 Mar 23, 2019
dd4d3a4
Added python script handling for unstarted nodes. GH #6727.
brianjohnson5972 Mar 23, 2019
03c2eaa
Added starting up unstarted nodes and verifying catchup. GH #6727.
brianjohnson5972 Mar 23, 2019
fef0d2a
Changed api to return a json status to indicate what happened. GH #6727.
brianjohnson5972 Mar 23, 2019
640257e
Added nodeos_startup_catchup to long running tests. GH #6727.
brianjohnson5972 Mar 23, 2019
fcd01c8
Fixed interruptAndVerifyExitStatus to track that it was killed. GH #6…
brianjohnson5972 Mar 23, 2019
2790d66
Added catchup after relaunching the catchup node and refactored test …
brianjohnson5972 Mar 23, 2019
722ac06
Improve for MongoDB sharding
UMU618 Mar 25, 2019
bb0646b
Create CONTRIBUTING.md
josephjguerra Mar 26, 2019
7faca6c
Update LICENSE
josephjguerra Mar 26, 2019
cee6dea
Update README.md
josephjguerra Mar 26, 2019
31be936
Merge pull request #6985 from EOSIO/remove_osx_sysroot_override
spoonincode Mar 27, 2019
ccd6e53
Attempt to make comment clearer
heifner Mar 27, 2019
dd38a0c
Merge pull request #6990 from UMU618/optimize-mongodb-plugin
heifner Mar 27, 2019
e019da5
Update LICENSE
josephjguerra Mar 28, 2019
38611ae
Merge pull request #6993 from josephjguerra/develop
heifner Mar 28, 2019
0d980cb
Merge pull request #6989 from brianjohnson5972/6727-catchup-test
heifner Mar 28, 2019
00e96e1
Python 36 for centos7 and amazonlinux1 (#7005)
NorseGaud Mar 28, 2019
c33196d
long-running image version bump (#7011)
NorseGaud Mar 29, 2019
f6c9d81
New disk space requirements (#7023)
NorseGaud Mar 29, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions .buildkite/coverage.yml

This file was deleted.

343 changes: 0 additions & 343 deletions .buildkite/debug.yml

This file was deleted.

Loading