Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Problem: i18n typo of modifyWithdrawAddress #409

Closed
foreseaz opened this issue Oct 15, 2020 · 0 comments · Fixed by #410
Closed

Problem: i18n typo of modifyWithdrawAddress #409

foreseaz opened this issue Oct 15, 2020 · 0 comments · Fixed by #410

Comments

@foreseaz
Copy link
Contributor

return <Badge color="secondary"><T>messgeTypes.modifyWithdrawAddress</T></Badge>;

Should be:

messageTypes.modifyWithdrawAddress
foreseaz pushed a commit to foreseaz/big-dipper that referenced this issue Oct 15, 2020
davepuchyr added a commit to iov-one/big-dipper that referenced this issue Jun 16, 2021
* enable gov proposal crawling

* Create SECURITY.md

* Update SECURITY.md

* Fixed Typo in Spanish Translation (forbole#353)

* Bump lodash from 4.17.15 to 4.17.19 (forbole#377)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update to SDK v0.38.x (forbole#307)

* Dockerize big-dipper (forbole#371)

* Add docker-compose.yml

* Dockerize big-dipper

* Dockerize big-dipper

* Add changelog

* Revert empty space on readme

* Add docker host info to readme

* Update README.md

Co-authored-by: Dave Puchyr <dave@slim.avaritia.com>
Co-authored-by: Kwun Yeung <kwun@forbole.com>
Co-authored-by: Kwun Yeung <kopanda@gmail.com>

* Kwun/update packages (forbole#394)

* bump meteor to v1.10.2 and update packages

* update CHANGLOG

* Bump elliptic from 6.4.0 to 6.5.3 (forbole#393)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](indutny/elliptic@v6.4.0...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* update README

* Cherry pick v0.38 fixes (forbole#386)

* Kwun/add rewards amount (forbole#325)

* fix unjail message

* update changelog

* show reward amount in the activities

* update delegation in 6 decimal places

* update changelog

* Monika/kava testnet redelegations fix (forbole#373)

* Fixed Redelegation List showing on all account pages

* Updated CHANGELOG.md

* Updated ChainStates.jsx

Co-authored-by: Kwun Yeung <kwun@forbole.com>

Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>

* Update README.md

* Portuguese language translation (forbole#400)

* Added portuguese language translation

* Capitalization

* fix: modifyWithdrawAddress typo (forbole#409) (forbole#410)

* Kwun/update meteor (forbole#414)

* bump meteor to 1.11.1

* update dockerfile and meteor version

* update changelog

* Kwun/cherry pick fixes (forbole#415)

* update logo and version

* update logo

* Fixes incorrect fee

* update version translation

* some minor fixes (forbole#422)

* lint fix

* update package.js

* add favicon

* update brand font

* fix avatar at delegation pane

* fix typo

* fix NaN

* fix NaN in account total value

* update pr template

* add versioning (forbole#423)

* add versioning

* update changelog

* add gen version scripts

* update changelog

* quick fix on version

* fix commission rate

* add version v0.39.x-1-g5a77800

* update changelog

* add version v0.39.x-1

* Maintenance and fixes (forbole#427)

* update packages

* fixed empty account page rendering

* set redelegation max entries to 7 as default value

* fixed validator page error with Ledger

* update changelog

* update version

* update tx event index (forbole#432)

* update tx event index

* update changelog

* update version

* [WIP] for the next v0.39 release (forbole#434)

* 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 tag release

* Kwun/refactor keybase fetching (forbole#446)

* update default_settings.json

* fetch keybase profile picture base on setting interval

* fix missing value in vp distribution calculation

* fix lint

* update version

* update docker and readme

* Kwun/separate transactions (forbole#450)

* index tx in timer

* remove old commented codes

* update changelog

* Kwun/v0.39.x 7 (forbole#455)

* update npm packages

* add transaction interval to default settings

* fix a bug that VP chart is not showing

* update changelog

* update version

* Stargate (forbole#478)

* 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 <mfig@agoric.com>

* Bump elliptic from 6.5.3 to 6.5.4 (forbole#483)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update readme

* update meteor

* create code scan workflow (forbole#489)

* Some fixes (forbole#490)

* 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 (forbole#496)

* update ledger app name checking

* Bump y18n from 4.0.0 to 4.0.1 (forbole#494)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix Ledger Login errors on Windows10 (forbole#498)

* Updated @ledgerhq/hw-transport-webusb pkg

* Update CHANGELOG.md

* update version and change log

* Kwun/banners (forbole#504)

* update version and change log

* add banner support with remote settings

* update changelog

* remove console log

* bump meteor to v2.2 (forbole#505)

* Update title and meta data

* Update homepage with Latest Blocks and Transactions components (forbole#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

* update version and changelog

* Added Bluetooth Ledger support (forbole#510)

* 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

* update changelog and version

* Replaced delegation list displayed under validator page with total number 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 <kwun@forbole.com>

* Bump hosted-git-info from 2.8.8 to 2.8.9 (forbole#515)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fetch keybase with timer settings  (forbole#501) (forbole#516)

* 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 <37407870+MonikaCat@users.noreply.github.com>

* Display list of addresses available for user to login with when connecting the Ledger. (forbole#512)

* Added getLedgerAddresses

* updated header signOut

* wip: added ledger addresses dropdown

* Added successful login after dropdown selection

* Added ledger address list with radio selection and button to load more addresses

* Added load previous and next addresses buttons

* Add ADDRESSINDEX

* Updated successful login

* Updated usb and bluetoth svg

* Add dividers and default account message

* Added generating accounts msg

* added loader with react-loadingg pkg

* Add CHANGELOG.md

* Updated i18n

* Updated CHANGELOG.md

* Hidden next button when accountIndexEnd reaches 99

* Updated margin and ledger loader

* Rebase with master

Co-authored-by: Kwun Yeung <kwun@forbole.com>

* Improved token value display  (forbole#513)

* Updated coins.js

* Updated coin values

* Added estimated gas message

* Updated tx gas simulation and error message

* Updated estimatedGasPrice msg

* Added CHANGELOG.md

* code cleanup

* update changelog

* update version

* [Stargate] Updated missing proposer address in proposals (forbole#520)

* Add proposer display

* Remove console.log

* Add CHANGELOG.md

* Fixed validators address showing as undefined in link. (forbole#525)

* Update blocks links

* Updated account links

* Updated  proposer in consensus component

* Update proposer address in conensus component

* Remove duplicated function

* Updated address

* Add CHANGELOG

* Fixed delegators voting power display on gov proposals (forbole#521)

* Add getAddressVotingPower

* Update proposal voting display

* Add CHANGELOG.md

* Remove unused method

Co-authored-by: Kwun Yeung <kwun@forbole.com>

* Fixed conflict (forbole#527)

* Fix commission tx validator address (forbole#528)

* update meteor and npm packages

* update validator commission address in tx

* update CHANGELOG

* fix lint

* update version

* update CHANGELOG

* Added noreferrer to Banner links (forbole#531)

* Add noreferrer to banners links

* Updated CHANGELOG

* Updated proposal tally result, added activeVotingPower value to active proposal collection. (forbole#532)

* Updated tallyParams to tally_params

* Save activeVotingPower value with proposal when it is active

* Add CHANGELOG

Co-authored-by: Kwun Yeung <kwun@forbole.com>

* update changelog and version

* fix: improve Russian translation (forbole#530)

* apply ledger webusb fix for chromium 91.x (forbole#538)

* apply ledger webusb fix for chromium 91.x

* update changelog

* update changelog and version

* Add settings-stargatenet.json

* Bump meteor version

Co-authored-by: Kwun Yeung <kwun@forbole.com>
Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Orkun Külçe <orkunkl@users.noreply.github.com>
Co-authored-by: Dave Puchyr <dave@slim.avaritia.com>
Co-authored-by: Kwun Yeung <kopanda@gmail.com>
Co-authored-by: Terence Lam <34306139+terencesflam@users.noreply.github.com>
Co-authored-by: Cashmaney <itzik@enigma.co>
Co-authored-by: foreseaz <foreseazhang@gmail.com>
Co-authored-by: Michael FIG <mfig@agoric.com>
Co-authored-by: 오민석 <22854000+MinseokOh@users.noreply.github.com>
Co-authored-by: Techno Freak <83376337+Freak12Techno@users.noreply.github.com>
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 a pull request may close this issue.

1 participant