Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Add llvm dependency to Docker #33

Merged
merged 1 commit into from
Jun 20, 2017
Merged

Conversation

jcalfee
Copy link
Contributor

@jcalfee jcalfee commented Jun 20, 2017

No description provided.

@nathanielhourt nathanielhourt merged commit 603e5e1 into EOSIO:master Jun 20, 2017
DavidHuie pushed a commit to activeeos/eos that referenced this pull request Jun 9, 2018
Revert "finish the delegated_bandwidth->self_delegated_bandwidth"
@Drug0j Drug0j mentioned this pull request Aug 31, 2018
@dos2ii dos2ii mentioned this pull request Sep 18, 2018
qianxiaofeng pushed a commit to eosiosg/eos that referenced this pull request Jan 12, 2019
* dpos pbft

* bug fix: ignore empty certificate on view change validation

* bug fix: force switch to new schedule when there is new schedule in pending; remove unnecessary logs.

* open view change related logs.

* separate checkpoint db from pbft state

* update certificate validations.

* add logs for large scale debug.

* bug fix: generate prepare (commit) certificates with valid prepare (commits) msgs

* turn on view change related logs for testing.

* extend waiting time on BP schedule change.

* separate checkpoint db from state db; remove dpos confirm related logic.

* move checkpoints dir into blocks dir; open more logs for debug.

* no longer persist target view (default value will be current view +1); open more logs for debug.

* bug fix: avoid fetching empty block state.

* open prepare-adding related logs

* bug fix: inappropriate comparision may lead to crash during sorting.

* force activate schedule once gpo is set.

* remove unnecessary logs.

* force all bps, who belong to any schedule in fork db blocks, sending pbft related msgs. bug fix: cannot load empty pbft index upon restart.

* bp candidates are involved in pbft consensus.

* bug fix: proposed new view should be strictly equal to view changed cert.

* open new_view related logs.

* force new view check, even if I am the primary.

* bug fix: calculate primary key

* extend view change timeout to 8 sec.

* skip view change validation for test.

* skip new view validation for test.

* add prepare validation

* update prepared(committed) cert validation, add uuid info for view change msg.

* open view change validation related log.

* increase prepare (commit) timeout to 2s.

* remove unnecessary logs; optimise msg validation.

* remove unnecessary validations

* remove uuid from pbft msgs; only publish new msgs into chain plugin.

* reformat end itr validation.

* include chain_id into pbft msgs; extend msg cache ttl to very long.

* include chain_id into pbft msgs; extend msg cache ttl to very long.

* skip all signature validation for test.

* change to fetch from forkdb

* fix crash bug

* optimise certificate validation

* add uuid into pbft msgs

* replace committed cert with stable checkpoint; use stable checkpoints to skip view change state; not send any pbft msgs when syncing and replaying.

* send view change immediately on transition to veiw change state (do not wait for timer)

* increase view change waiting time.

* bug fix: fetch stable checkpoint block id.

* remove sig validation for profiling

* bug fix: accept prepare(commit) msgs from bp candidates; enqueue msg only when connection is active;

* skip cert check on view change msgs

* no pbft msgs if all connections are syncing

* add current view into view change msg.

* skip sig check for profiling; add timestamp & current view in view change msg

* force resend checkpoints; send msgs only to active connections

* optimise debug log.

* add constructor (destructor) log for pbft ctrl;

* add timestamp to all pbft msgs; skip all msgs that are generated before 10s ago; open sig check;

* add connection monitor log

* add more connection monitor info

* add view assertion

* remove debug logs; optimise some implementation.

* prevent bp set lib via checkpoints; force send prepare (commit) msg after transit to new state;

* enable net plugin queue log and restrict out queue size to 10

* dont send pbft untili  handshake finished

* use pbft_queue to send pbft message

* bug fix: treat an isolated node as synced one.

* add log

* revert Dockerfile

* fix network issue by adding pbft queue and timeout

* separate outqueue limit for write queue and pbft queue

* add debug log in handle pbft msg.

* check write queue size for safty

* add log

* update log

* disable 'syncing' & 'current' check; add set_view api in producer api plugin to enable manually view set (after set, node will transit to view change state immediately).

* remove write queue size limit, add log for local_txns

* clear outqueue when close conn

* resolve conflict

* do not bcast pbft msgs if I am not in sync; only bcast (forward) to current connections; force send checkpoints upon committed local; clean view change cache upon new state; bug fix: cal pending stable checkpoint via block info (instead of num)

* add timeout when conn is doing connecting

* clean up do_queue_write

* increase checkpoint interval to 100; increase block production sleep time to 100ms.

* skip switch fork if is pbft prepared, to ensure invariance

* add pbft test

* add pbft_supported into block_state, ensure prepared fork is current chain.

* bug fix: set prepared block as pbft_supported

* bug fix: set my prepare block as supported fork.

* correct conditions for prepare reserve; fix typo

* add prepared and my prepare priority to fork_db, to ensure fork_db head falls on the fork that the majority is prepared or that I used to prepare

* add log

* bug fix: add all prepared cert info pbft db, to ensure consistency

* clear pbft state during transit to new view

* prevent sending and receiving pbft msgs during syncing; reformat logs;

* switch connection stats monitor to debug level

* correct my prepare mark; remove unnecessary methods; change log level to debug in net plugin
NorseGaud pushed a commit that referenced this pull request Jul 30, 2019
# This is the 1st commit message:

various improvements

# This is the commit message #2:

new hash

# This is the commit message #3:

fix for script path

# This is the commit message #4:

fixes

# This is the commit message #5:

fixes

# This is the commit message #6:

fixes

# This is the commit message #7:

fixes

# This is the commit message #8:

fixes

# This is the commit message #9:

fixes

# This is the commit message #10:

fixes

# This is the commit message #11:

fixes

# This is the commit message #12:

fixes

# This is the commit message #13:

fixes

# This is the commit message #14:

fixes

# This is the commit message #15:

fixes

# This is the commit message #16:

fixes

# This is the commit message #17:

fixes

# This is the commit message #18:

fixes

# This is the commit message #19:

fixes

# This is the commit message #20:

fixes

# This is the commit message #21:

fixes

# This is the commit message #22:

fixes

# This is the commit message #23:

fixes

# This is the commit message #24:

fixes

# This is the commit message #25:

fixes

# This is the commit message #26:

testing

# This is the commit message #27:

testing

# This is the commit message #28:

testing

# This is the commit message #29:

testing

# This is the commit message #30:

testing

# This is the commit message #31:

testing

# This is the commit message #32:

testing

# This is the commit message #33:

testing

# This is the commit message #34:

testing

# This is the commit message #35:

testing

# This is the commit message #36:

testing

# This is the commit message #37:

testing

# This is the commit message #38:

testing

# This is the commit message #39:

testing

# This is the commit message #40:

testing

# This is the commit message #41:

testing

# This is the commit message #42:

testing

# This is the commit message #43:

testing

# This is the commit message #44:

fixes

# This is the commit message #45:

fixes

# This is the commit message #46:

fixes

# This is the commit message #47:

fixes

# This is the commit message #48:

fixes

# This is the commit message #49:

fixes

# This is the commit message #50:

fixes

# This is the commit message #51:

fixes

# This is the commit message #52:

fixes

# This is the commit message #53:

fixes

# This is the commit message #54:

fixes

# This is the commit message #55:

fixes

# This is the commit message #56:

fixes

# This is the commit message #57:

fixes

# This is the commit message #58:

fixes

# This is the commit message #59:

fixes

# This is the commit message #60:

fixes

# This is the commit message #61:

fixes

# This is the commit message #62:

fixes

# This is the commit message #63:

fixes

# This is the commit message #64:

fixes

# This is the commit message #65:

fixes

# This is the commit message #66:

fixes

# This is the commit message #67:

fixes

# This is the commit message #68:

fixes

# This is the commit message #69:

fixes

# This is the commit message #70:

fixes

# This is the commit message #71:

fixes

# This is the commit message #72:

fixes

# This is the commit message #73:

fixes

# This is the commit message #74:

fixes

# This is the commit message #75:

fixes

# This is the commit message #76:

fixes

# This is the commit message #77:

fixes

# This is the commit message #78:

fixes

# This is the commit message #79:

more testing

# This is the commit message #80:

testing

# This is the commit message #81:

fixes

# This is the commit message #82:

fixes

# This is the commit message #83:

fixes

# This is the commit message #84:

fixes

# This is the commit message #85:

fixes

# This is the commit message #86:

fixes

# This is the commit message #87:

fixes

# This is the commit message #88:

fixes

# This is the commit message #89:

fixes

# This is the commit message #90:

fixes

# This is the commit message #91:

fixes

# This is the commit message #92:

fixes

# This is the commit message #93:

propagate-environment for buildkite-agent

# This is the commit message #94:

propagate-environment for buildkite-agent

# This is the commit message #95:

propagate-environment for buildkite-agent

# This is the commit message #96:

propagate-environment for buildkite-agent

# This is the commit message #97:

fixes

# This is the commit message #98:

fixes

# This is the commit message #99:

fixes

# This is the commit message #100:

fixes

# This is the commit message #101:

fixes

# This is the commit message #102:

fixes

# This is the commit message #103:

fixes

# This is the commit message #104:

fixes

# This is the commit message #105:

fixes

# This is the commit message #106:

fixes

# This is the commit message #107:

fixes

# This is the commit message #108:

fixes

# This is the commit message #109:

fixes

# This is the commit message #110:

fixes

# This is the commit message #111:

fixes

# This is the commit message #112:

fixes

# This is the commit message #113:

fixes

# This is the commit message #114:

fixes

# This is the commit message #115:

fixes

# This is the commit message #116:

fixes

# This is the commit message #117:

fixes

# This is the commit message #118:

fixes

# This is the commit message #119:

fixes

# This is the commit message #120:

fixes

# This is the commit message #121:

fixes

# This is the commit message #122:

fixes

# This is the commit message #123:

fixes

# This is the commit message #124:

fixes

# This is the commit message #125:

fixes

# This is the commit message #126:

fixes

# This is the commit message #127:

fixes

# This is the commit message #128:

fixes

# This is the commit message #129:

fixes

# This is the commit message #130:

fixes

# This is the commit message #131:

fixes

# This is the commit message #132:

fixes

# This is the commit message #133:

fixes

# This is the commit message #134:

fixes

# This is the commit message #135:

fixes

# This is the commit message #136:

fixes

# This is the commit message #137:

fixes

# This is the commit message #138:

fixes

# This is the commit message #139:

fixes

# This is the commit message #140:

fixes

# This is the commit message #141:

fixes

# This is the commit message #142:

fixes

# This is the commit message #143:

fixes

# This is the commit message #144:

fixes

# This is the commit message #145:

fixes

# This is the commit message #146:

fixes

# This is the commit message #147:

fixes

# This is the commit message #148:

fixes

# This is the commit message #149:

fixes

# This is the commit message #150:

fixes

# This is the commit message #151:

fixes

# This is the commit message #152:

fixes

# This is the commit message #153:

testing

# This is the commit message #154:

fixes

# This is the commit message #155:

fixes

# This is the commit message #156:

fixes

# This is the commit message #157:

fixes

# This is the commit message #158:

fixes

# This is the commit message #159:

fixes

# This is the commit message #160:

fixes

# This is the commit message #161:

fixes

# This is the commit message #162:

fixes

# This is the commit message #163:

fixes

# This is the commit message #164:

fixes

# This is the commit message #165:

fixes

# This is the commit message #166:

fixes

# This is the commit message #167:

fixes

# This is the commit message #168:

fixes

# This is the commit message #169:

fixes

# This is the commit message #170:

fixes

# This is the commit message #171:

fixes

# This is the commit message #172:

fixes

# This is the commit message #173:

fixes

# This is the commit message #174:

fixes

# This is the commit message #175:

fixes

# This is the commit message #176:

fixes

# This is the commit message #177:

fixes

# This is the commit message #178:

fixes

# This is the commit message #179:

fixes

# This is the commit message #180:

fixes

# This is the commit message #181:

fixes

# This is the commit message #182:

fixes

# This is the commit message #183:

fixes

# This is the commit message #184:

fixes

# This is the commit message #185:

fixes

# This is the commit message #186:

fixes
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants