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

merge v2.0.1 version #36

Merged
merged 351 commits into from
Jan 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
351 commits
Select commit Hold shift + click to select a range
44778d3
Merge pull request #6131 from EOSIO/push-containers-to-auto-gcr
b1bart Oct 25, 2018
1faf4ff
Verify chain_id even though there is no way for it to be different
heifner Oct 25, 2018
a50160b
Add config option for controller thread pool size
heifner Oct 25, 2018
f697b29
Use conf thread_pool_size for thread_pool. Pass along chain_id to rec…
heifner Oct 25, 2018
d8ee0eb
Remove debug stop after replay
heifner Oct 25, 2018
22134e1
Fix erroneous variable for "multisig propose" subcommand. GH #6113
brianjohnson5972 Oct 25, 2018
7436a67
Added method to retrieve --permission's passed in or use a default ve…
brianjohnson5972 Oct 25, 2018
45ce9eb
Fixed subcommands that indicate supporting --permission, but were har…
brianjohnson5972 Oct 25, 2018
36046fa
Added documentation subcommands that will default the permissions. GH…
brianjohnson5972 Oct 25, 2018
a9cdbe7
Remove unneeded includes
heifner Oct 25, 2018
adb98d2
state history: permission, permission_link
tbfleming Oct 25, 2018
16b9153
state history: resource limits, usage
tbfleming Oct 25, 2018
fab23a0
make next_session_id thread safe
fingera Oct 26, 2018
073344a
Merge pull request #6149 from EOSIO/key-perf
b1bart Oct 26, 2018
ac428c3
Merge pull request #6151 from fingera/6-bnet-next-session-id
b1bart Oct 26, 2018
a08256a
fix _last_sent_block_id
fingera Oct 26, 2018
1fb991b
Merge pull request #6135 from EOSIO/prattj/buildkite-sanitizers-retur…
zreyn Oct 26, 2018
10b67a2
Fixed small launcher setup test error. GH #6148
brianjohnson5972 Oct 26, 2018
5b1c336
Added timing information to methods that use cleos. GH #6148
brianjohnson5972 Oct 26, 2018
977a951
Fixing validate-dirty-db timing error on certain instances and improv…
brianjohnson5972 Oct 26, 2018
5b6e275
Remove hard-coded symbol name in help messages
conr2d Oct 26, 2018
c744686
Merge pull request #6165 from brianjohnson5972/6148-missed-timing-info
heifner Oct 26, 2018
69dee07
Merge pull request #6152 from fingera/7-bnet-follow-block
heifner Oct 26, 2018
5245e4d
state history: key256
tbfleming Oct 30, 2018
aed42aa
Merge remote-tracking branch 'origin/develop' into state-history-plugin
tbfleming Oct 30, 2018
413a73a
state history
tbfleming Oct 30, 2018
8543904
Merge tag 'v1.4.2' into merge-v1.4.2
heifner Oct 31, 2018
73ab348
Update fc
heifner Oct 31, 2018
463f109
Merge pull request #6199 from EOSIO/merge-v1.4.2
b1bart Oct 31, 2018
7c8061d
Use weak_ptr so if future get never called does not prevent destruction
heifner Oct 26, 2018
83af362
Add verify_signee() method that uses future if set
heifner Oct 26, 2018
4d34a70
Delay block signee verififcation for light validation
heifner Oct 26, 2018
1deb426
Rename trust to more descriptive skip_validate_signee
heifner Oct 29, 2018
48a72c5
Split verify_signee into two methods to make is clearer purpose
heifner Oct 29, 2018
d430371
Cleanup from peer review comments
heifner Oct 29, 2018
3649fab
Add block id to EOS_ASSERT message
heifner Oct 31, 2018
42611d3
Remove unused block_signing_key_future
heifner Oct 31, 2018
d08bee3
Remove used verify_signee_future()
heifner Oct 31, 2018
1c575b4
Add EOS_ASSERTs to add( block_state_ptr ) since now called externally
heifner Oct 31, 2018
e1db176
- push_block now takes a block_state future which is created by
heifner Oct 31, 2018
3be1511
Update to use new push_block that takes a future
heifner Oct 31, 2018
67a9df7
Update tests to use new push_block that takes a future
heifner Oct 31, 2018
91c0baa
Remove no longer valid comment
heifner Oct 31, 2018
edf82ea
Undo code changes to minimize diff
heifner Oct 31, 2018
d4764cb
state history plugin
tbfleming Oct 31, 2018
2d3f84d
Removed the `ricardeos.py` script from main repository in favor of th…
Oct 31, 2018
8793bf3
Pass signed_block_ptr to apply_block (revert previous uneeded pass of…
heifner Oct 31, 2018
ea647a2
Update comments to match latest code
Nov 1, 2018
7cea107
Add optional verify of previous exist to fork_db add( block_state_ptr )
heifner Nov 1, 2018
a7c4b0c
Build eos image for eos
benbenben1010 Nov 1, 2018
552840c
Merge pull request #6200 from eoscanada/feature/ricardeos-improvements
heifner Nov 1, 2018
2d777ab
Merge pull request #6204 from EOSIO/andriantolie-patch-1
heifner Nov 1, 2018
7fa36e5
Merge pull request #6208 from EOSIO/build-eos-not-dev
heifner Nov 1, 2018
a939dd2
now nodeos will permit specifying genesis state on command line even …
arhag Nov 1, 2018
5dcec1f
bug fix for nodeos permissive genesis state changes
arhag Nov 1, 2018
b626bbc
Merge pull request #6212 from EOSIO/nodeos-permissive-genesis
arhag Nov 1, 2018
03eed84
Merge pull request #6142 from conr2d/cleos-symbol-name
heifner Nov 2, 2018
a4f3380
Merge pull request #5572 from conr2d/develop
heifner Nov 2, 2018
74b782e
Support Secure Enclave wallet on 2018 Macmini & MacBookAir
spoonincode Nov 2, 2018
86dfd48
thread_pool not initalized if init() is not called
heifner Nov 3, 2018
99428f6
Fix json load decoding issue and reuse function 'getOutput'.
Elliot438b Nov 5, 2018
05ed588
Fix bug:default producer vote num is bigger than actual producers num.
Elliot438b Nov 5, 2018
81b8c63
Merge pull request #6234 from evsward/lwb-work-b
tbfleming Nov 5, 2018
0e62a35
Merge pull request #6233 from evsward/lwb-work-a
tbfleming Nov 5, 2018
a0de9cb
Merge pull request #6224 from EOSIO/shutdown-error
heifner Nov 5, 2018
0990258
improvements to subjective whitelist/blacklist checks
arhag Nov 5, 2018
86deb0c
Merge pull request #6221 from EOSIO/se_2018_models
heifner Nov 5, 2018
fbe98c5
Pass host, port to the cluster.
cijujohn Nov 5, 2018
90918ce
Merge pull request #6240 from EOSIO/remoteTestClusterFix
heifner Nov 5, 2018
5fe3118
Remove eosio-abigen
heifner Nov 6, 2018
5a77b14
Remove abi-gen related scripts
heifner Nov 6, 2018
0175d67
Remove eosiocpp
heifner Nov 6, 2018
31c23ee
Remove print_floats
heifner Nov 6, 2018
89b3640
Remove abi_generator
heifner Nov 6, 2018
36112a1
remove libraries/utilities
heifner Nov 6, 2018
d49f8c8
Remove abi_generator tests
heifner Nov 6, 2018
7ec301b
Remove abi_generator lib
heifner Nov 6, 2018
8dbbae1
Merge pull request #6247 from EOSIO/cleanup
heifner Nov 6, 2018
e396679
Remove dlog of trace except of scheduled transaction
heifner Nov 6, 2018
56e6619
Remove debug dumps of contract asserts
heifner Nov 6, 2018
79c09d1
removed eosiocpp reference in dockerfile
zreyn Nov 6, 2018
85fe780
Merge pull request #6250 from zreyn/develop
zreyn Nov 6, 2018
42b6a4f
Update buildkite agent and set instance type
Nov 6, 2018
a9cc7ce
support reverse iteration in get table (#6216)
taokayan Nov 7, 2018
561b6c4
Merge pull request #6254 from EOSIO/prattj/buildkite-agent
prattj Nov 7, 2018
065480d
secp256 is dependent on gmp. GH #6266
brianjohnson5972 Nov 7, 2018
fc6ce29
Add debian package build step
Nov 7, 2018
031c859
history plugin: allow clients to detect linking errors
tbfleming Nov 7, 2018
fa17fe3
state history plugin
tbfleming Nov 7, 2018
1fc3592
Merge remote-tracking branch 'origin/develop' into state-history-plugin
tbfleming Nov 7, 2018
fb21bae
fix params, add show-ram-payer option, add test case
taokayan Nov 8, 2018
5f06702
Merge pull request #6270 from EOSIO/add-package-build
emorybarlow Nov 8, 2018
ae69d83
Merge remote-tracking branch 'origin/develop' into state-history-plugin
tbfleming Nov 8, 2018
69e929e
fix definition of upper_bound in chain_plugin #6273; fix issues resul…
arhag Nov 9, 2018
e2aced6
correct cleos usage of upper_bound to use proper definition upper_bou…
arhag Nov 9, 2018
b87fc79
remove repeat load history_plugin
jiaqizho Nov 9, 2018
df22563
transfer the function body of get_read_write_api.
Elliot438b Nov 9, 2018
08bbccf
move secondary_traits to contract_table_objects; other cleanup relate…
arhag Nov 9, 2018
13e3a03
fix get_table_tests/get_scope_test from plugin_test to reflect new de…
arhag Nov 9, 2018
3509b93
sudo removed from yum info (manually tested on centos 7 VM)
Nov 9, 2018
038a3d5
minor fix to static_assert check in secondary_key_traits
arhag Nov 9, 2018
b05dbe2
disallow NaN value for lower_bound or upper_bound in RPC #6273
arhag Nov 9, 2018
f5476fc
changed header style for the pull request template
zreyn Nov 9, 2018
13f9b05
update softfloat submodule to use corrected +/- infinity representati…
arhag Nov 9, 2018
684dc13
Merge pull request #6285 from EOSIO/6273-chain-plugin-upper-bound
arhag Nov 9, 2018
fd9e195
Merge branch 'develop' into actor-whitelist-blacklist-fixes
arhag Nov 9, 2018
1c9beeb
Merge branch 'develop' into HEAD
arhag Nov 9, 2018
c895bea
Merge pull request #6282 from evsward/lwb-work-b
heifner Nov 10, 2018
ac7dfa1
Add shutdown callback to startup so replay can be interrupted. Update…
heifner Nov 2, 2018
b327446
Use appbase is_quitting() as shutdown method to chain controller startup
heifner Nov 2, 2018
41b4c0a
Update appbase to async startup branch
heifner Nov 2, 2018
85c1e79
Update tests to pass a dummy shutdown callback to controller startup
heifner Nov 2, 2018
9fbacb7
Fix get_table_tests/get_table_test in plugin_test to use new definiti…
arhag Nov 10, 2018
fd1c8c4
adjust reverse iteration to use new definition of upper_bound; add re…
arhag Nov 10, 2018
09b3ece
needed spaces for markdown to work
zreyn Nov 13, 2018
9db3432
Merge pull request #6249 from EOSIO/reduce-noise
b1bart Nov 13, 2018
b828413
Merge pull request #6167 from EOSIO/light-block-verification
b1bart Nov 13, 2018
d581fc6
Merge pull request #6306 from zreyn/develop
b1bart Nov 13, 2018
b8da669
Merge remote-tracking branch 'origin/develop' into state-history-plugin
tbfleming Nov 13, 2018
1b70c0b
Fix awk to correctly match mojave version
Nov 13, 2018
5ccf7ca
Explicitly throw away get_table_type return value for code clarity
jgiszczak Nov 13, 2018
6eab699
Use buildkite queues rather than roles.
benbenben1010 Nov 13, 2018
79c400f
Merge pull request #6309 from EOSIO/use-buildkite-queues
zreyn Nov 13, 2018
54e42f4
state-history: cleanup
tbfleming Nov 13, 2018
1510e10
move the linux build and test steps to the large ASG fleet
zreyn Nov 14, 2018
4298ee3
Merge pull request #6307 from EOSIO/fix-awk-for-mojave
emorybarlow Nov 14, 2018
24a9b2d
Merge pull request #6308 from EOSIO/chain-plugin-code-clarity
heifner Nov 14, 2018
986a075
Add release to debian package
Nov 14, 2018
8672b9d
Change package name to more closely adhere to redhat naming convention
Nov 14, 2018
7edab01
Merge pull request #6315 from EOSIO/change-package-names
emorybarlow Nov 14, 2018
b0498de
add unit tests for whitelist/blacklist changes
arhag Nov 14, 2018
8f7d1c8
Merge branch 'develop' into actor-whitelist-blacklist-fixes
arhag Nov 14, 2018
0ccf53a
Add package build steps for all builds
Nov 14, 2018
7e2b496
Separate macos builds (high sierra, mojave)
Nov 14, 2018
64c29f9
Add tests for each macos build
Nov 14, 2018
68e6afd
added debugging code to code coverage pipeline
zreyn Nov 14, 2018
34cfb1e
fall back to older version of the docker plugin for the coverage pipe…
zreyn Nov 14, 2018
971b464
fall back to older version of the docker plugin for the sanitizer pip…
zreyn Nov 14, 2018
82336b3
Merge remote-tracking branch 'upstream/add-package-builds' into bk_qu…
zreyn Nov 14, 2018
3850bf5
Remove unneeded include.
heifner Nov 14, 2018
70185e0
Explicitly throw away get_table_type return value for code clarity
jgiszczak Nov 14, 2018
4289212
Revert to previous explicit soft float less operator for secondary in…
heifner Nov 15, 2018
285e03d
Merge pull request #6320 from EOSIO/fix-contract-secondary-cmp
arhag Nov 15, 2018
0d1ba91
change the s3 bucket for coverage reports
zreyn Nov 15, 2018
a6817c7
Merge pull request #6317 from EOSIO/add-package-builds
emorybarlow Nov 15, 2018
e2d4d7b
Merge pull request #6319 from EOSIO/chain-plugin-code-clarity-redux
heifner Nov 15, 2018
fdd1c2d
Merge pull request #6280 from Smalinuxer/smali-branch
heifner Nov 15, 2018
83b95c2
replace construction of set differences/intersections with just the r…
b1bart Nov 15, 2018
8834183
restore error messages by lazily calculating the expected values
b1bart Nov 15, 2018
7313140
state_history_plugin: ubuntu fixes
tbfleming Nov 15, 2018
88e9a37
fixed macos tester to use the mac agents
zreyn Nov 16, 2018
1482235
target specific instance in code coverage to test
zreyn Nov 16, 2018
19ce0e3
target specific instance in code coverage to test pt 2
zreyn Nov 16, 2018
5886e0c
rm specific instance targeting
zreyn Nov 16, 2018
810562b
Merge pull request #6287 from EOSIO/removing_sudo_yum_info
heifner Nov 16, 2018
d8e4e2e
use std::lower_bound in check_actor_list rather than std::find
arhag Nov 16, 2018
4511503
Update to latest appbase with async startup
heifner Nov 16, 2018
72f0849
Merge pull request #6331 from zreyn/bk_queues
heifner Nov 16, 2018
8c09c0f
Fix rpm/deb package names
Nov 17, 2018
e68f96a
Print the canonical path of wasm/abi when not found
conr2d Nov 19, 2018
f6df10a
Merge pull request #6335 from EOSIO/fix-package-names
emorybarlow Nov 19, 2018
8a30908
Remove unneeded register_plugin
tbfleming Nov 19, 2018
be05dad
Merge pull request #6264 from taokayan/get_table_reverse
heifner Nov 19, 2018
8ac4dcf
history_serial_big_vector_wrapper
tbfleming Nov 19, 2018
ea279bd
Rename history_log
tbfleming Nov 19, 2018
e290bf3
cleanup
tbfleming Nov 19, 2018
b0c1de8
history_pack_big_bytes
tbfleming Nov 19, 2018
4c9004c
Merge remote-tracking branch 'origin/develop' into state-history-plugin
tbfleming Nov 19, 2018
72053fb
Remove some get_code dead code
spoonincode Nov 19, 2018
48bc8fd
(wabt sync) licensing updates for wabt
spoonincode Nov 19, 2018
5c836cc
(fc) Prepend syslog priority when logging to systemd journal
spoonincode Nov 19, 2018
c35d0ba
Merge pull request #6349 from EOSIO/cleanup_getcode_wast
spoonincode Nov 19, 2018
c7ccd51
Merge pull request #6350 from EOSIO/wabt_license_update
spoonincode Nov 19, 2018
32bea70
Merge pull request #6318 from EOSIO/actor-whitelist-blacklist-fixes
arhag Nov 20, 2018
1641618
Remove unnecessary conversion of contractPath to empty path
conr2d Nov 20, 2018
a37d1bd
Merge pull request #6346 from conr2d/contract-path
heifner Nov 20, 2018
0410e8c
Merge pull request #6351 from EOSIO/fc_syslog_prio_log
heifner Nov 20, 2018
23aefd9
Merge pull request #6237 from EOSIO/gh#3338-replay
heifner Nov 20, 2018
6c1c178
enhance cleos multisig review to show proposed transaction ID and opt…
arhag Nov 20, 2018
6f6057c
add cleos multisig invalidate command to call eosio.msig::invalidate
arhag Nov 20, 2018
14e3d2d
Merge pull request #6357 from EOSIO/release/1.4.x
arhag Nov 20, 2018
ffb581e
Merge pull request #6356 from EOSIO/cleos-multisig-enhancements
arhag Nov 20, 2018
50aad47
state history plugin
tbfleming Nov 20, 2018
8e59754
fix GMP & secp256 linker order for EosioTesterBuild.cmake.in
spoonincode Nov 20, 2018
becd70e
state history plugin
tbfleming Nov 20, 2018
7ae33a8
Merge pull request #6359 from EOSIO/secp_gmp_ordering_testerbuild
b1bart Nov 20, 2018
3fd7992
Merge pull request #5970 from EOSIO/state-history-plugin
tbfleming Nov 20, 2018
62ea1a0
Merge branch 'feature/bump-version-to-1.4.4' into feature/bump-versio…
b1bart Nov 20, 2018
5b53d8b
bump version to 1.5.0-rc1
b1bart Nov 20, 2018
d881746
Update README to reflect new package names
Nov 20, 2018
bc5288c
Change from 1.5.0 to 1.5.0-rc1
larryk85 Nov 20, 2018
33ab2dc
Merge pull request #6361 from EOSIO/feature/bump-version-to-1.5.0-rc1
b1bart Nov 20, 2018
41b0ece
Merge branch 'release/1.5.x' into features/merge-v1.5.0-rc1 with merg…
b1bart Nov 20, 2018
5985cc4
Merge pull request #6364 from EOSIO/features/merge-v1.5.0-rc1
b1bart Nov 20, 2018
f6396e4
Fix requires in spec file to resolve dependency resolution issues wit…
Nov 21, 2018
6c3a091
Merge pull request #6371 from EOSIO/fix-rpms-1.5.x
emorybarlow Nov 27, 2018
e5a5c2d
separate out version suffix so that RPM packages produce an acceptabl…
b1bart Nov 27, 2018
03c22a0
address PR review feedback
b1bart Nov 27, 2018
fc7d56c
add release suffix to doxygen cmake module
b1bart Nov 27, 2018
9710c26
add release suffix to EOSIO_VERSION in tester cmake modules
b1bart Nov 27, 2018
3edb390
export the new bash vars
b1bart Nov 27, 2018
7b833db
Merge pull request #6396 from EOSIO/feature/separate-release-suffix
b1bart Nov 27, 2018
43c2185
Update buildkite pipeline to use new queues
Nov 27, 2018
20c469a
Merge pull request #6399 from EOSIO/update-bk-fleet-1.5.x
emorybarlow Nov 28, 2018
14546f1
finish BOS basic functions
Thaipanda Nov 29, 2018
fdfa6f4
bump version to rc2
b1bart Nov 29, 2018
78291ad
update rpm names to match the real files
b1bart Nov 29, 2018
d1caabb
Merge pull request #6412 from EOSIO/feature/bump-version-to-1.5.0-rc2
b1bart Nov 30, 2018
c72e956
Fix deb package names in README
Nov 29, 2018
7b2b5f7
Fix package naming scheme for debs
Nov 29, 2018
549c96c
Merge pull request #6417 from EOSIO/fix-deb-package-names
b1bart Nov 30, 2018
d406d1a
promote rc2 to release
b1bart Dec 4, 2018
d3f3fe3
add missing release to deb packages
b1bart Dec 4, 2018
49bb38e
Merge pull request #6432 from EOSIO/feature/promote-1.5.0-rc2-to-1.5.0
b1bart Dec 4, 2018
ea08cfd
Merge pull request #6433 from EOSIO/release/1.5.x
b1bart Dec 4, 2018
100ecf4
Release/1.0.x (#11)
Thaipanda Dec 12, 2018
b7d7bdb
readme for kafka & add time for action (#5)
wirtecode Dec 12, 2018
4260006
重启 节点,黑名单 失效,fixes #7 (#8)
vlbos Dec 12, 2018
6935bf6
Fix/#3 notify plugin (#10)
Dec 12, 2018
a8de458
merge v1.0.2 (#13)
Thaipanda Dec 13, 2018
85cf4d0
bump version to 1.5.1
b1bart Dec 13, 2018
5f2a0c5
Consolidated Security Fixes for 1.5.1
b1bart Dec 13, 2018
8f1de5c
Merge pull request #6479 from EOSIO/feature/1.5.1-security-omnibus
b1bart Dec 13, 2018
147cdb9
Merge pull request #6481 from EOSIO/feature/bump-version-to-1.5.1
b1bart Dec 13, 2018
d4ffb4e
Merge pull request #6482 from EOSIO/release/1.5.x
b1bart Dec 13, 2018
daa83fd
merge 1.0.3 to develop (#16)
Thaipanda Dec 17, 2018
04655aa
state history plugin: permission_object bug #6495
tbfleming Dec 17, 2018
0b70dd6
Merge pull request #6496 from EOSIO/state-history-auth-bug
tbfleming Dec 17, 2018
341d410
has_contract() : Determine whether to deploy the contract (#18)
wirtecode Dec 18, 2018
52d0745
Fix comments and function names (#19)
wirtecode Dec 18, 2018
3831e54
bump version to 1.5.2
b1bart Dec 18, 2018
a51aeac
Merge pull request #6503 from EOSIO/feature/bump-version-to-1.5.2
b1bart Dec 18, 2018
d342409
Merge pull request #6504 from EOSIO/release/1.5.x
b1bart Dec 18, 2018
13dce54
Consolidated Security Fixes for 1.5.3
b1bart Jan 2, 2019
edae18f
bump version to 1.5.3
b1bart Jan 2, 2019
5b58029
Merge pull request #6546 from EOSIO/feature/1.5.3-security-omnibus
b1bart Jan 2, 2019
c81ef13
Merge pull request #6545 from EOSIO/feature/bump-version-to-1.5.3
b1bart Jan 2, 2019
ced8d7d
Merge pull request #6547 from EOSIO/release/1.5.x
b1bart Jan 2, 2019
c6f4a42
fix tag version typo of cppkafka (#24)
flyxl Jan 7, 2019
66e545c
get_contract_code (#26)
wirtecode Jan 8, 2019
9899638
fixed #20Using greylist-account while starting nodeos for the first t…
vlbos Jan 8, 2019
2f26403
fixed 'cleos system bidname info' cmd exec return could not …
vlbos Jan 10, 2019
fda174c
merge bos/develop to eosio-master:v1.5.3
vonhenry Jan 11, 2019
1aca429
prepare for 2.0.1
Thaipanda Jan 13, 2019
68ab255
adjust the location paramater
Thaipanda Jan 13, 2019
9197399
apply 1.5.3 patch
Thaipanda Jan 13, 2019
7020da9
modify the location type
Thaipanda Jan 13, 2019
307dbf1
fix cmake error
Thaipanda Jan 14, 2019
2382df6
merge master
Thaipanda Jan 15, 2019
f84de85
fix aragument name error
Thaipanda Jan 15, 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
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ steps:
cd /data/job/build/packages && bash generate_package.sh deb
label: ":ubuntu: 18.04 Package builder"
agents:
- "role=linux-builder"
queue: "automation-large-builder-fleet"
artifact_paths:
- "build/packages/*.deb"
plugins:
Expand All @@ -469,7 +469,7 @@ steps:
cd /data/job/build/packages && bash generate_package.sh rpm
label: ":fedora: Package builder"
agents:
- "role=linux-builder"
queue: "automation-large-builder-fleet"
artifact_paths:
- "build/packages/x86_64/*.rpm"
plugins:
Expand All @@ -496,7 +496,7 @@ steps:
cd /data/job/build/packages && bash generate_package.sh rpm
label: ":centos: Package builder"
agents:
- "role=linux-builder"
queue: "automation-large-builder-fleet"
artifact_paths:
- "build/packages/x86_64/*.rpm"
plugins:
Expand Down
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<!-- PLEASE FILL OUT THE FOLLOWING MARKDOWN TEMPLATE -->
<!-- Give your PR a title that is sufficient to understand what is being changed. -->

**Change Description**
## Change Description

<!-- Describe the change you made, the motivation for it, and the impact it will have. Reference issues or pull requests where possible (use '#XX' or 'GH-XX' where XX is the issue or pull request number). -->

**Consensus Changes**
## Consensus Changes

<!-- If this PR introduces a change to the validation of blocks in the chain or consensus in general, please describe the impact. -->


**API Changes**
## API Changes

<!-- If this PR introduces API changes, please describe the changes here. What will developers need to know before upgrading to this version? -->


**Documentation Additions**
## Documentation Additions

<!-- List all the information that needs to be added to the documentation after merge. -->
10 changes: 8 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,15 @@ set( CMAKE_CXX_STANDARD 14 )
set( CMAKE_CXX_EXTENSIONS ON )
set( CXX_STANDARD_REQUIRED ON)

set(VERSION_MAJOR 1)
set(VERSION_MAJOR 2)
set(VERSION_MINOR 0)
set(VERSION_PATCH 3)
set(VERSION_PATCH 1)

if(VERSION_SUFFIX)
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")
else()
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
endif()

set( CLI_CLIENT_EXECUTABLE_NAME cleos )
set( NODE_EXECUTABLE_NAME nodeos )
Expand Down
4 changes: 2 additions & 2 deletions CMakeModules/EosioTester.cmake.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cmake_minimum_required( VERSION 3.5 )
message(STATUS "Setting up Eosio Tester @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@ at @EOS_ROOT_DIR@")
message(STATUS "Setting up Eosio Tester @VERSION_FULL@ at @EOS_ROOT_DIR@")

set(CMAKE_CXX_COMPILER @CMAKE_CXX_COMPILER@)
set(CMAKE_C_COMPILER @CMAKE_C_COMPILER@)

set(EOSIO_VERSION "@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@")
set(EOSIO_VERSION "@VERSION_FULL@")

enable_testing()

Expand Down
6 changes: 3 additions & 3 deletions CMakeModules/EosioTesterBuild.cmake.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cmake_minimum_required( VERSION 3.5 )
message(STATUS "Setting up Eosio Tester @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@ at @EOS_ROOT_DIR@")
message(STATUS "Setting up Eosio Tester @VERSION_FULL@ at @EOS_ROOT_DIR@")

set(CMAKE_CXX_COMPILER @CMAKE_CXX_COMPILER@)
set(CMAKE_C_COMPILER @CMAKE_C_COMPILER@)

set(EOSIO_VERSION "@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@")
set(EOSIO_VERSION "@VERSION_FULL@")

enable_testing()

Expand Down Expand Up @@ -98,8 +98,8 @@ macro(add_eosio_test test_name)
${liblogging}
${libchainbase}
${libbuiltins}
${GMP_LIBRARIES}
${libsecp256k1}
${GMP_LIBRARIES}

LLVMX86Disassembler
LLVMX86AsmParser
Expand Down
2 changes: 1 addition & 1 deletion CMakeModules/doxygen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(FindDoxygen)
if(NOT DOXYGEN_FOUND)
message(STATUS "Doxygen not found. Contract documentation will not be generated.")
else()
set(DOXY_EOS_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" CACHE INTERNAL "Version string used in PROJECT_NUMBER.")
set(DOXY_EOS_VERSION "${VERSION_FULL}" CACHE INTERNAL "Version string used in PROJECT_NUMBER.")
# CMake strips trailing path separators off of variables it knows are paths,
# so the trailing '/' Doxygen expects is embedded in the doxyfile.
set(DOXY_DOC_DEST_DIR "${CMAKE_BINARY_DIR}/docs" CACHE PATH "Path to the doxygen output")
Expand Down
3 changes: 2 additions & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN git clone -b $branch https://github.com/boscore/bos.git --recursive \
&& cmake -H. -B"/tmp/build" -GNinja -DCMAKE_BUILD_TYPE=Release -DWASM_ROOT=/opt/wasm -DCMAKE_CXX_COMPILER=clang++ \
-DCMAKE_C_COMPILER=clang -DCMAKE_INSTALL_PREFIX=/tmp/build -DBUILD_MONGO_DB_PLUGIN=true -DCORE_SYMBOL_NAME=$symbol \
-DOPENSSL_ROOT_DIR="${OPENSSL_ROOT_DIR}" \
&& cmake --build /tmp/build --target install && rm /tmp/build/bin/eosiocpp
&& cmake --build /tmp/build --target install



FROM ubuntu:18.04
Expand Down
7 changes: 4 additions & 3 deletions Docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ Simple and fast setup of BOSCore on Docker is also available.
```bash
git clone https://github.com/boscore/bos.git --recursive --depth 1
cd bos/Docker
docker build . -t boscore/bos
docker build . -t boscore/bos -s BOS
```

The above will build off the most recent commit to the master branch by default. If you would like to target a specific branch/tag, you may use a build argument. For example, if you wished to generate a docker image based off of the v1.0.3 tag, you could do the following:
The above will build off the most recent commit to the master branch by default. If you would like to target a specific branch/tag, you may use a build argument. For example, if you wished to generate a docker image based off of the v2.0.1 tag, you could do the following:

```bash
docker build -t boscore/bos:v1.0.3 --build-arg branch=v1.0.3 .
docker build -t boscore/bos:v2.0.1 --build-arg branch=v2.0.1 .

```

By default, the symbol in eosio.system is set to SYS. You can override this using the symbol argument while building the docker image.
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BOSCore - Born for DApps. Born for Usability.

## BOSCore Version: v1.0.3
### Basic EOSIO Version: v1.4.4
## BOSCore Version: v2.0.1
### Basic EOSIO Version: v1.5.3-patched

# Background
The emergence of EOS has brought new imagination to the blockchain. In just a few months since the main network was launched, the version has undergone dozens of upgrades, not only the stability has been greatly improved, but also the new functions have been gradually realized. The node team is also actively involved in building the EOSIO ecosystem. What is even more exciting is that EOS has attracted more and more development teams. There are already hundreds of DApp running on the EOS main network. The transaction volume and circulation market value far exceed Ethereum, and the space for development is growing broader.
Expand All @@ -20,14 +20,16 @@ As BOS continues to develop, developer rewards will be appropriately adjusted to

## Links
1. [Website](https://boscore.io)
2. [Developer Telegram Group](https://t.me/BOSCoreDev)
3. [WhitePaper](https://github.com/boscore/Documentation/blob/master/BOSCoreTechnicalWhitePaper.md)
4. [白皮书](https://github.com/boscore/Documentation/blob/master/zh-CN/BOSCoreTechnicalWhitePaper.md)
2. [Developer Telegram Group](https://t.me/BOSDevelopers)
3. [Community Telegram Group](https://t.me/boscorecommunity)
4. [WhitePaper](https://github.com/boscore/Documentation/blob/master/BOSCoreTechnicalWhitePaper.md)
5. [白皮书](https://github.com/boscore/Documentation/blob/master/zh-CN/BOSCoreTechnicalWhitePaper.md)

## Start
1. Build from code : `bash ./eosio_build.sh -s BOS`
2. Docker Style,check [Docker](./Docker/README.md)


BOSCore bases on EOSIO, so you can also referer:

[Getting Started](https://developers.eos.io/eosio-nodeos/docs/overview-1)
Expand Down
11 changes: 6 additions & 5 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BOSCore - 更可用的链,为DApp而生。

## BOSCore Version: v1.0.3
### Basic EOSIO Version: v1.4.4
## BOSCore Version: v2.0.1
### Basic EOSIO Version: v1.5.3-patched

# 背景
EOS的出现给区块链带来了新的想象力,主网启动短短几个月以来,版本经历了几十次升级,不仅稳定性得到了很大提高,并且新功能也逐步实现,各个节点团队也积极参与建设EOSIO生态。让人更加兴奋的是,EOS已经吸引了越来越多的开发团队,当前已经有数百个DApp在EOS主网上面运行,其交易量和流通市值远超以太坊,可发展的空间愈来愈广阔。
Expand All @@ -20,9 +20,10 @@ BOS链的代码完全由社区贡献并维护,每个生态参与者都可以

## 资源
1. [官网](https://boscore.io)
2. [开发者社群](https://t.me/BOSCoreDev)
3. [WhitePaper](https://github.com/boscore/Documentation/blob/master/BOSCoreTechnicalWhitePaper.md)
4. [白皮书](https://github.com/boscore/Documentation/blob/master/zh-CN/BOSCoreTechnicalWhitePaper.md)
2. [Developer Telegram Group](https://t.me/BOSDevelopers)
3. [Community Telegram Group](https://t.me/boscorecommunity)
4. [WhitePaper](https://github.com/boscore/Documentation/blob/master/BOSCoreTechnicalWhitePaper.md)
5. [白皮书](https://github.com/boscore/Documentation/blob/master/zh-CN/BOSCoreTechnicalWhitePaper.md)

## 开始
1. 源码直接编译: `bash ./eosio_build.sh -s BOS`
Expand Down
4 changes: 0 additions & 4 deletions contracts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ set(STANDARD_INCLUDE_FOLDERS ${CMAKE_SOURCE_DIR}/contracts ${CMAKE_BINARY_DIR}/c
add_subdirectory(eosiolib)
add_subdirectory(musl)
add_subdirectory(libc++)
add_subdirectory(simple.token)
add_subdirectory(eosio.token)
add_subdirectory(eosio.msig)
add_subdirectory(eosio.sudo)
Expand All @@ -18,17 +17,14 @@ add_subdirectory(identity)
add_subdirectory(stltest)
add_subdirectory(test.inline)

#add_subdirectory(bancor)
add_subdirectory(hello)
add_subdirectory(asserter)
add_subdirectory(infinite)
add_subdirectory(proxy)
add_subdirectory(test_api)
add_subdirectory(test_api_mem)
add_subdirectory(test_api_db)
add_subdirectory(test_api_multi_index)
add_subdirectory(test_ram_limit)
#add_subdirectory(social)
add_subdirectory(eosio.bios)
add_subdirectory(noop)
add_subdirectory(tic_tac_toe)
Expand Down
8 changes: 0 additions & 8 deletions contracts/bancor/CMakeLists.txt

This file was deleted.

18 changes: 0 additions & 18 deletions contracts/bancor/bancor.cpp

This file was deleted.

22 changes: 0 additions & 22 deletions contracts/bancor/bancor.hpp

This file was deleted.

Loading