forked from forbole/big-dipper
-
Notifications
You must be signed in to change notification settings - Fork 0
[ChainOps] Latest merge to develop. #61
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* update tx event index * update changelog * update version
* add tx indices * fix inflation display * replace json view to react-json-view * update changelog * get uptime from signing info * store all signing info * remove unused uptime function * ensure avatar address value * remove reading genesis file * remove plural denom * update changelog * remove plural denom * fix lint * update package name * simplify storing validators * only save signing info when data exist * only record voting power remove when previous voting power exists * get at most 300 validators from rpc * remove transaction mongo bluk object in block indexing * put vp distribution calculation in async function * enable modules * remove tx indexing from block * update changelog * update proposal if gov module is enabled * get transaction in a parallel process * add try catch on pubkey conversion * get self delegation every 50 blocks * only update self delegation and profile on first fetch * update validator saving logic * add try catch for bech32 conversion * update display error code * make sure last sens is updated after validator is inserted * update validator with consensus key * get validator self delegation address once * improve validators info update performance * put uptime in async * update changelog * update validator info by interval set by settings * update get validator uptime condition * fix getting validator initial detail height * update width of validator list * fix self delegation * limit tx queries to 50 each * add tx processed index * add missing this.unblock() to server side methods * update meteor and npm packages * fix processed transaction not being displayed * limit index 300 transactions every loop * update changelog * catch error from fetching keybase * save total number of validator at start of loop * remove unnecessary error console log * save tx hash in upper case * update txhash to uppercase before querying details * check if validator description and idenity exisit * transaction list only show proccessed txs * save tx detail immediately
* update default_settings.json * fetch keybase profile picture base on setting interval * fix missing value in vp distribution calculation * fix lint
* index tx in timer * remove old commented codes * update changelog
* update npm packages * add transaction interval to default settings * fix a bug that VP chart is not showing * update changelog * update version
* replace json view to react-json-view * simplify storing validators * put vp distribution calculation in async function * enable modules * remove tx indexing from block * get self delegation every 50 blocks * add try catch for bech32 conversion * update display error code * display staking ratio * update validator search condition * fix home validator list and genesis params * fix account delegation validator name * change the BondStatus from 2 to 3 * show minting * update validator status value * fix: update more status code changes (forbole#357) * fix total supply amount * update tx elements structures * update version * refactor getting validator for v0.40 * get validator self delegation * display validator list * set uptime label to slashing window * replace legecy api * add grpc and cosmos protobuf * replace with imporable-eng grpc-web * update packages * add grpc unary function * update chain status request with grpc * update block update * update meteor to 2.0 * update validator address index * block not show proposer * save tx data correctly * get the tendermint hex address * fix propser name * fix precommits storage * update validator field names * fix get uptime * add new fields to settings.json * only save validator data at start or after number of blcoks * remove some comments of the old LCD * update validator delegations * update delegations * updat proposal list * update version * fix save validator height * check if validator set value exists before assigning value * update cosmos protobuf * revert updating validators with RPC and validator hex address * fix chain status active validators * revert back using legacy api /tx endpoint for transactions * using legacy /tx endpoint * change LCD to API * update default_settings.json * index tx with grpc gateway * fix transaction row * update transations and message types * get proposal with grpc gateway * fix ui of proposals * update block tx tabs * update delegator reward message type * update balance apis * update validator delegation names * update tx event search * update indexes * update power history values * fix vp distribution * fix initial power change value * update version * temperary disable inflation and annual provision query * reduce community pool to human readable number * remove gov proposer query * update version * console log object * fix transactions not being saved * save proposal correctly * save missing flag to tx if index is missing * update version * remove custom grpc call in chain state update * update npm packages * disable getting all validator delegations * revert grpc to use sdk grpc gateway api * update validator ui with correct field names * update home page validator list field name * remove unused components * display voting power with tokens * sorting with number of tokens * update label to show bonded tokens for inactive validators * update language * remove cosmos-protobuf-js * update meteor packages * added jailed until * update language * update power distribution * reduce update validator info * fix self delegation address * update validator account field names * update version * remove uncessary flag * fix account page query * update operatorAddress variable name * fix validator name query in Account component * fix delegation rewards * remove console log * update version * handle unbonded validator if not in database * only start and update height to update validator info * validator info can be updated every block but not delegation * only update validator self delegation at start or update interval * don't update validator info every block * upload ledger login message and settings * change validator update schedule * update version * fix lint * update proposal status * fix ledger tx skeleton * fixed ledger button validator proptypes * fixed unmatched bonding status in ledger buttons * update validator bond status * fixed delegate message * fixed ledger redelegation * update version * get correct votes and tally results * fix gov proposal chart * remove gov buttons until * update changelog Co-authored-by: Michael FIG <[email protected]>
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.3...v6.5.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fixed tx not showing propoerly * remove GRPC at startup * fix typo that break delegation tx lookup not working * update changelog * fix lint * remove unused packages
* update ledger app name checking
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Updated @ledgerhq/hw-transport-webusb pkg * Update CHANGELOG.md
* update version and change log * add banner support with remote settings * update changelog * remove console log
…le#506) * Replaced TopValidators with LatestBlocks component * Update blocks on small screens * Replace Chart with Transaction component on home page * Update fee display * Updated blocks icon display on smaller screens * Updated homepage var * Added CHANGELOG.md * Update headers * Increase limit * Updated tx list height
* Added @ledgerhq/hw-transport-web-ble pkg * Added bluetooth and usb svg * Added USB and Bluetooth buttons * Updated LedgerModal.jsx and ledger.js * Add CHANGELOG.md * Add BLELEDGERCONNECTION * Updated ble transport * Updated sign method * Updated parse sequence to string * Added message bluetooth only supported on chrome browser * Added CHANGELOG.md
…mber of delegations (forbole#503) * Sorted delegations in desc order * Added pagination limit of 500 * Added CHANGELOG.md * . * Fix typo * Updated delegation tab to only display total num of delegations * Added CHANGELOG.md * Updated CHANGELOG.md * Updated CHANGELOG.md Co-authored-by: Kwun Yeung <[email protected]>
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fetch keybase with timer settings (forbole#501) * Update methods.js * Add timerFetchKeybase * Updated methofs.js * Updated methods.js * Update message * Update CHANGELOG.md * Add fetching keybase when validators are first indexed * Moved getValidatorProfileUrl method * Updated method * fix lint Co-authored-by: Magic Cat <[email protected]>
added to 42
new trigger
updated trigger
Bumps [css-what](https://github.com/fb55/css-what) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/fb55/css-what/releases) - [Commits](fb55/css-what@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: css-what dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add IBC MsgType * Update Activities * Update styles.scss * Add IBC Channel Activities * Add IBC connection Activities * Add Msg types * Add UncontrolledCollapse in Activities * Updated MultiSend MsgAcknowledgement * Update Msgs * Remove Uncontrolled Collapse * Add CHANGELOG.md * Update ibc Activities and MsgTypes * update changelog
updated the readme to trigger deploymnet
updated the readme to trigger deploymnet
Trigger42
new trigger deployment
updated some extra loggin on the validator method to see where its fa…
removed the extra logging
This pull request was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.