-
Notifications
You must be signed in to change notification settings - Fork 98
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
automatic release created for v0.10003.4 #1973
Closed
Closed
Conversation
This file contains 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
Signed-off-by: Karoly Albert Szabo <[email protected]>
Refactor: TmPage manage status
Signed-off-by: Karoly Albert Szabo <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
Fix: align snapshots -> WEB
Add yarn audit check -> WEB
Co-Authored-By: jbibla <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
…tes' into sabau/web/1833-deploy-prerequisites
Signed-off-by: Karoly Albert Szabo <[email protected]>
* custom image for voyager build / AWS deployment
Signed-off-by: Karoly Albert Szabo <[email protected]>
Gaia build: Keep old versions if available
Signed-off-by: Karoly Albert Szabo <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
…docker image and alias, we use docker-deploy instead Signed-off-by: Karoly Albert Szabo <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
* reduce blocks cache to 100 * improve table styles * added blocks as a getter * made panel sort work when no sorting is needed * minor style change to licoin * added PageBlock * updated PageNetwork to accomodate blocks * made links to explorer router links instead of links to external explorer * some style improvements and standardization of time! * fixed lint errors * update snapshots, fix compile errors * fixed some tests * lint * all the transaction tests depend on each other, so changing an href to a router-link caused a lot of tests to fail because router-link wasn't stubbed * added some tests * changelog and snaperoos * removed unused method * refactor how we get one block * fixed blocks tests * lint * bump the coverage * fixed route name, addressed _this_, moved some logic to computed properties, updated snaps * tests for date function Signed-off-by: Karoly Albert Szabo <[email protected]> * fix tests for datetimes in TmLiTransactions.spec.js Signed-off-by: Karoly Albert Szabo <[email protected]> * align txs with real Date Signed-off-by: Karoly Albert Szabo <[email protected]>
…kunze/update-PR-template pull develop
…mos/voyager into fedekunze/update-PR-template merge
update PR template
* fixed local validator setup * refactored
Co-Authored-By: sabau <[email protected]>
Web deploy prerequisites
* [HOT FIX] unit test fix
* remove proposer_address raw hex's
* [HOT FIX] unit test fix * bring back dev mode * bring back dev mode
* session signedIn restrictions * update tests * fix tests * changelog and linter * coverage * more tests for coverage * snaps * more tests * update staking page tests * revert redirect and add preferences to required auth views * add message to log on action modal; closes #1918 * update snaps * changelog 2 * address comments from code review * lint * update delegation tests * delete route guard condition * update snap action modal
Signed-off-by: Karoly Albert Szabo <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
Webpack Bundle analyzer change to static report
* dev mode warning
Signed-off-by: Karoly Albert Szabo <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
nice test 🥑 |
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.
Added
keys
endpoints in lcdClient. @NodeGuymain
,node
andlcdClient
. @NodeGuylcdClient(Mock).js
@fedekunzeChanged
describe
andit
instead oftest
@fedekunzeerr
toerror
because abbreviations are bad @fabowebTmBalance
to receive tabs an array of objects to avoid conflicting routes @fedekunzeREADME
@faboweb @fedekunzeFixed
Ctrl+F
@fedekunze#1642 Refactor table styles and fixed bad aligned headers @faboweb
now
function from Date module @sabauyarn start
@ƒaboweb