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

Bosv1.0.4 #31

Closed
wants to merge 355 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
355 commits
Select commit Hold shift + click to select a range
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
e8e00fc
Fix requires in spec file to resolve dependency resolution issues wit…
Nov 21, 2018
f6396e4
Fix requires in spec file to resolve dependency resolution issues wit…
Nov 21, 2018
5ee8c6c
Remove unneeded req_trx vector
heifner Nov 21, 2018
0a56282
Remove needless copy of signed_block. Only create pending_notify if n…
heifner Nov 21, 2018
b4c3094
Remove unused blk_buffer
heifner Nov 21, 2018
a5324cc
Merge pull request #6372 from EOSIO/net-plugin-cleanup
heifner Nov 26, 2018
6c3a091
Merge pull request #6371 from EOSIO/fix-rpms-1.5.x
emorybarlow Nov 27, 2018
fd693bb
Merge pull request #6370 from EOSIO/fix-rpms-develop
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
bb72d47
Make signed_block copy constructor private to avoid accidental copies.
heifner Nov 27, 2018
fc7d56c
add release suffix to doxygen cmake module
b1bart Nov 27, 2018
f1d16f2
move signed_block instead of making copy
heifner Nov 27, 2018
dfe8f77
Avoid copy constructor for push_block
heifner Nov 27, 2018
9710c26
add release suffix to EOSIO_VERSION in tester cmake modules
b1bart Nov 27, 2018
b230172
Add which comment
heifner Nov 27, 2018
6b18a1b
Update tests for private signed_block copy constructor
heifner Nov 27, 2018
a4a9ded
Avoid making copies of signed_block
heifner 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
0213c88
Use rvalue for signed_block
heifner Nov 27, 2018
4664838
Update buildkite pipeline to use new queues
Nov 27, 2018
43c2185
Update buildkite pipeline to use new queues
Nov 27, 2018
26bf33b
Special case msg_handler visit of signed_block to avoid hidden move f…
heifner Nov 27, 2018
3d99414
pass along trigger_send
heifner Nov 27, 2018
07deed1
Use move for rvalue
heifner Nov 28, 2018
760f2b4
Merge pull request #6397 from EOSIO/blk-copy
heifner Nov 28, 2018
3f91147
Merge pull request #6398 from EOSIO/update-bk-fleet-develop
emorybarlow Nov 28, 2018
20c469a
Merge pull request #6399 from EOSIO/update-bk-fleet-1.5.x
emorybarlow Nov 28, 2018
bdb45c1
Merge remote-tracking branch 'origin/release/1.5.x' into feature/port…
b1bart Nov 28, 2018
51bcea2
Merge pull request #6410 from EOSIO/feature/port-1.5.x
b1bart Nov 28, 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
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
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
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
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
a4c6f74
Merge pull request #2 from EOSIO/release/1.5.x
vlbos Jan 8, 2019
8b65f01
eosio1.5.1
vvvictorlee Jan 8, 2019
76c5fa7
eosio1.5.3
vvvictorlee Jan 8, 2019
2957998
eosio1.5.3
vvvictorlee Jan 9, 2019
7dae598
merged eosio 1.5.3
vvvictorlee Jan 9, 2019
244ca9f
merged eosio 1.5.3
vvvictorlee Jan 9, 2019
442fc31
merged eosio 1.5.3
vvvictorlee Jan 9, 2019
1d2b358
merged eosio 1.5.3
vvvictorlee Jan 9, 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
Prev Previous commit
Next Next commit
eosio1.5.1
  • Loading branch information
vvvictorlee committed Jan 8, 2019
commit 8b65f01fb74e5d6a307541e17238e5c4bef9e1f1
2 changes: 1 addition & 1 deletion CMakeLists.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set( CXX_STANDARD_REQUIRED ON)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 5)
set(VERSION_PATCH 3)
set(VERSION_PATCH 1)

if(VERSION_SUFFIX)
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")
Expand Down
Empty file modified CMakeModules/EosioTester.cmake.in
100644 → 100755
Empty file.
Empty file modified CMakeModules/EosioTesterBuild.cmake.in
100644 → 100755
Empty file.
Empty file modified CMakeModules/doxygen.cmake
100644 → 100755
Empty file.
Empty file modified Docker/Dockerfile
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions Docker/README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ cd eos/Docker
docker build . -t eosio/eos
```

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.5.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 v1.5.1 tag, you could do the following:

```bash
docker build -t eosio/eos:v1.5.3 --build-arg branch=v1.5.3 .
docker build -t eosio/eos:v1.5.1 --build-arg branch=v1.5.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
16 changes: 8 additions & 8 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,31 @@ $ brew remove eosio
```
#### Ubuntu 18.04 Debian Package Install
```sh
$ wget https://github.com/eosio/eos/releases/download/v1.5.3/eosio_1.5.3-1-ubuntu-18.04_amd64.deb
$ sudo apt install ./eosio_1.5.3-1-ubuntu-18.04_amd64.deb
$ wget https://github.com/eosio/eos/releases/download/v1.5.1/eosio_1.5.1-1-ubuntu-18.04_amd64.deb
$ sudo apt install ./eosio_1.5.1-1-ubuntu-18.04_amd64.deb
```
#### Ubuntu 16.04 Debian Package Install
```sh
$ wget https://github.com/eosio/eos/releases/download/v1.5.3/eosio_1.5.3-1-ubuntu-16.04_amd64.deb
$ sudo apt install ./eosio_1.5.3-1-ubuntu-16.04_amd64.deb
$ wget https://github.com/eosio/eos/releases/download/v1.5.1/eosio_1.5.1-1-ubuntu-16.04_amd64.deb
$ sudo apt install ./eosio_1.5.1-1-ubuntu-16.04_amd64.deb
```
#### Debian Package Uninstall
```sh
$ sudo apt remove eosio
```
#### Centos RPM Package Install
```sh
$ wget https://github.com/eosio/eos/releases/download/v1.5.3/eosio-1.5.3-1.el7.x86_64.rpm
$ sudo yum install ./eosio-1.5.3-1.el7.x86_64.rpm
$ wget https://github.com/eosio/eos/releases/download/v1.5.1/eosio-1.5.1-1.el7.x86_64.rpm
$ sudo yum install ./eosio-1.5.1-1.el7.x86_64.rpm
```
#### Centos RPM Package Uninstall
```sh
$ sudo yum remove eosio.cdt
```
#### Fedora RPM Package Install
```sh
$ wget https://github.com/eosio/eos/releases/download/v1.5.3/eosio-1.5.3-1.fc27.x86_64.rpm
$ sudo yum install ./eosio-1.5.3-1.fc27.x86_64.rpm
$ wget https://github.com/eosio/eos/releases/download/v1.5.1/eosio-1.5.1-1.fc27.x86_64.rpm
$ sudo yum install ./eosio-1.5.1-1.fc27.x86_64.rpm
```
#### Fedora RPM Package Uninstall
```sh
Expand Down
Empty file modified contracts/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified contracts/tic_tac_toe/tic_tac_toe.cpp
100644 → 100755
Empty file.
Empty file modified eosio.version.in
100644 → 100755
Empty file.
Empty file modified libraries/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified libraries/chain/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified libraries/chain/apply_context.cpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/authorization_manager.cpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/block_header_state.cpp
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion libraries/chain/block_log.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ namespace eosio { namespace chain {
old_block_stream.read( reinterpret_cast<char*>(&tmp_pos), sizeof(tmp_pos) );
}
if( pos != tmp_pos ) {
bad_block.emplace(std::move(tmp));
bad_block = tmp;
break;
}

Expand Down
Empty file modified libraries/chain/block_state.cpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/controller.cpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/eosio_contract.cpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/fork_database.cpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/include/eosio/chain/apply_context.hpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/include/eosio/chain/authority_checker.hpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/include/eosio/chain/authorization_manager.hpp
100644 → 100755
Empty file.
6 changes: 1 addition & 5 deletions libraries/chain/include/eosio/chain/block.hpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,9 @@ namespace eosio { namespace chain {
/**
*/
struct signed_block : public signed_block_header {
private:
signed_block( const signed_block& ) = default;
public:
using signed_block_header::signed_block_header;
signed_block() = default;
signed_block( const signed_block_header& h ):signed_block_header(h){}
signed_block( signed_block&& ) = default;
signed_block clone() const { return *this; }

vector<transaction_receipt> transactions; /// new or generated transactions
extensions_type block_extensions;
Expand Down
Empty file modified libraries/chain/include/eosio/chain/block_header_state.hpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/include/eosio/chain/block_state.hpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/include/eosio/chain/chain_config.hpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/include/eosio/chain/config.hpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/include/eosio/chain/contract_table_objects.hpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/include/eosio/chain/controller.hpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/include/eosio/chain/database_utils.hpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/include/eosio/chain/exceptions.hpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/include/eosio/chain/fork_database.hpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/include/eosio/chain/genesis_state.hpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/include/eosio/chain/parallel_markers.hpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/include/eosio/chain/transaction_context.hpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/include/eosio/chain/transaction_metadata.hpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/transaction.cpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/transaction_context.cpp
100644 → 100755
Empty file.
Empty file modified libraries/chain/wasm_interface.cpp
100644 → 100755
Empty file.
Empty file modified libraries/testing/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified libraries/testing/include/eosio/testing/tester.hpp
100644 → 100755
Empty file.
Empty file modified libraries/testing/tester.cpp
100644 → 100755
Empty file.
Empty file modified plugins/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified plugins/bnet_plugin/bnet_plugin.cpp
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions plugins/chain_plugin/chain_plugin.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ bool chain_plugin::import_reversible_blocks( const fc::path& reversible_dir,

new_reversible.create<reversible_block_object>( [&]( auto& ubo ) {
ubo.blocknum = num;
ubo.set_block( std::make_shared<signed_block>(std::move(tmp)) );
ubo.set_block( std::make_shared<signed_block>(tmp) );
});
end = num;
}
Expand Down Expand Up @@ -1526,9 +1526,9 @@ fc::variant read_only::get_block_header_state(const get_block_header_state_param
return vo;
}

void read_write::push_block(read_write::push_block_params&& params, next_function<read_write::push_block_results> next) {
void read_write::push_block(const read_write::push_block_params& params, next_function<read_write::push_block_results> next) {
try {
app().get_method<incoming::methods::block_sync>()(std::make_shared<signed_block>(std::move(params)));
app().get_method<incoming::methods::block_sync>()(std::make_shared<signed_block>(params));
next(read_write::push_block_results{});
} catch ( boost::interprocess::bad_alloc& ) {
chain_plugin::handle_db_exhaustion();
Expand Down
2 changes: 1 addition & 1 deletion plugins/chain_plugin/include/eosio/chain_plugin/chain_plugin.hpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ class read_write {

using push_block_params = chain::signed_block;
using push_block_results = empty;
void push_block(push_block_params&& params, chain::plugin_interface::next_function<push_block_results> next);
void push_block(const push_block_params& params, chain::plugin_interface::next_function<push_block_results> next);

using push_transaction_params = fc::variant_object;
struct push_transaction_results {
Expand Down
Empty file modified plugins/faucet_testnet_plugin/faucet_testnet_plugin.cpp
100644 → 100755
Empty file.
Loading