-
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 #1979
Merged
Merged
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
Jordan/1754 forms
Fabo/1818 fix validators message
Fabo/hide project coverage
Jordan/1785 preferences
* removed several electron references * basic sign in working * added scripts for backend * fixed sign in * fied missing tmdataloading on tabparameters * update to latest tendermint lib * added ssl cert creation readme * use nilyra node * correct wait for connection on app start * updated webpack * linted * updated webpack dev server to work again * import genesis at build time * readd google analytics * fied tmfield * added networks to dev server * fixed pageview * reconnect on signin * Revert "reconnect on signin" This reverts commit a9e29b2. * fixed bug on LiProposal * increased timeout for waiting for blocks to proof connection * Update app/src/renderer/components/common/TmSessionSignIn.vue Co-Authored-By: faboweb <[email protected]> * refactor keystore * fixed keystore issues * made analytics not global * cleanup package scripts * cleanup deps * fixes signin feedback * enable transactions in prod mode * removed config.toml * code cleanup * removed browserified dependencies * several * several tests refactored * several * several * several * remove build test * override write to clipboard in test * more * override copy to clipboard in test for btncopy * fixed app menu test * add gos genesis * added proxy * added to start script * remove logging in prxy * refactored connection tests * fixed tests * removed network config folder getter script * refactored tests * linted * add wallet test * added tests for keystroe and wallet * added salt * linted * remove e2e tests for now * Revert "remove e2e tests for now" This reverts commit 2e0fd07. * removed dependency ref * changelog * reenable console error safe guard * fixed snapshots * fixed session import * redo local testnet creation * switched proxy * migrate to latest SDK * add new generate_only logic * Revert "redo local testnet creation" This reverts commit 85f9b0c. * reenable testnet logic * revert to working SDK * better start scripts * added skip rebuild * fixed send snapshot * linted * moved to latest SDK * make not creating the nodes the default * working gen and post * working * comments * remove mnemonic from wallet * stripped console log * fixed lcdClient + tests * fixed send tests * fix keystore tests * added send tests * remove caddy binary * latest working SDK patch * reenable error handlers * removed commented lines * removed naviagtor mock * fix session sign up * cleanup of config * refactored waiting for node * made default gas a config value * fixed typo * a * refactor of keystore test * fixed gas config * catch wrong password * fixed tests * fixed tmformmsg * added coverage for getKey * ignore some lines from coverage * increase coverage user.js * refactored request postprocessors * ignore coverage for network.js * removed more theme * added test for main * ignore coverage in google analytics script * removed more theme stuff * disable e2e tests for now * go with 2 nodes as the third node fails currently * updating header correctly and provide liquidAtoms getter * Update test/unit/specs/components/governance/PageGovernance.spec.js Co-Authored-By: faboweb <[email protected]> * removed comments * fixed pagevalidator test * updated tablevalidator jest * added coverage * update balance correct after sending * implemented feedback by Karoly * fixed integration test * tally bug * fixed serialization of txs * fix circleci audit job Signed-off-by: Karoly Albert Szabo <[email protected]> * fixed tally prop * fixed tests
* new 404 page
Signed-off-by: Karoly Albert Szabo <[email protected]>
…tes' into sabau/web/1833-deploy-prerequisites
Signed-off-by: Karoly Albert Szabo <[email protected]>
Co-Authored-By: faboweb <[email protected]>
* added sign flow to actionmodal * sendmodal half working * changelog * tests for sendmodal * fixed several * fixed more tests * tests for actionmodal * fixed modal propose * fix e2e tests * fixed more e2e tests * added coverage * fixed tests * more coverage * Apply suggestions from Fede Co-Authored-By: faboweb <[email protected]> * jordans comments * improved e2e tests by waiting
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]>
Security patch jest
* [HOT FIX] unit test fix * bring back dev mode * xxx * upload code to sentry * changelog * fixed tests
Signed-off-by: Karoly Albert Szabo <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
Auto release: Creating PR overnight
fedekunze/1718 remove session pt 2
Codecov Report
@@ Coverage Diff @@
## master #1979 +/- ##
==========================================
+ Coverage 94.69% 94.86% +0.16%
==========================================
Files 122 121 -1
Lines 2941 2627 -314
Branches 119 123 +4
==========================================
- Hits 2785 2492 -293
+ Misses 147 126 -21
Partials 9 9
|
Codecov Report
@@ Coverage Diff @@
## master #1979 +/- ##
==========================================
+ Coverage 94.69% 94.86% +0.16%
==========================================
Files 122 121 -1
Lines 2941 2629 -312
Branches 119 123 +4
==========================================
- Hits 2785 2494 -291
+ Misses 147 126 -21
Partials 9 9
|
* always upload coverage
* fix ledger errors
faboweb
force-pushed
the
release-candidate/v0.10003.4
branch
from
February 16, 2019 00:01
d6e0fca
to
b0fc1ed
Compare
faboweb
force-pushed
the
release-candidate/v0.10003.4
branch
from
February 17, 2019 00:00
b0fc1ed
to
ac4ec75
Compare
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.
Note: Version should have been bumped to 0.11000.1. Will do this 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