Skip to content
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

[Simsala] automatic release created for v1.0.158 #3429

Closed
wants to merge 55 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
d46c128
Fabo/handle image null on validator page (#3319)
faboweb Dec 16, 2019
c8ab4eb
Update proposals every new block (#3295)
mariopino Dec 17, 2019
cf4d7b7
chooseFilter for pagevalidator. fix website (#3289)
Bitcoinera Dec 17, 2019
44583ca
Ana/3313 add link for linux users to ledger connection issues article…
Bitcoinera Dec 17, 2019
24b67e6
Ana/fixes-for-pagevalidator (#3323)
Bitcoinera Dec 17, 2019
1caec35
Fabo/handle async tx failure (#3327)
faboweb Dec 18, 2019
843739a
Merge remote-tracking branch 'origin/master' into develop
jbibla Dec 18, 2019
e9c7c2d
Jordan/tx flow love (#3329)
jbibla Dec 18, 2019
d62dced
Fix error 404 in validator links from transactions in page block (#3344)
mariopino Dec 19, 2019
5c66471
Fabo/3314 session per network (#3336)
faboweb Dec 20, 2019
5072210
Remove unused quey field (#3350)
colw Dec 20, 2019
0474a8d
Ana/fix session per network (#3354)
Bitcoinera Dec 23, 2019
aa619ca
New tutorial component (#3346)
mariopino Dec 27, 2019
c7f20c4
Fabo/improve release script (#3332)
faboweb Dec 27, 2019
68ef991
github_action_added (#3352)
iambeone Dec 27, 2019
43553c9
Ana/add emoney logo (#3358)
Bitcoinera Dec 27, 2019
04cc650
Fix typo (#3351)
colw Dec 27, 2019
973b3b3
Fabo/3316 cross account creation (#3337)
faboweb Dec 27, 2019
8dcf788
Ana/fix multi send to address (#3359)
Bitcoinera Dec 28, 2019
a14e45c
Ana/livepeer explore mode frontend (#3349)
Bitcoinera Jan 6, 2020
0663a47
Fix redelegation (#3281)
mariopino Jan 7, 2020
f7b9a8d
Fix session modal validation triggers on closing (#3374)
mariopino Jan 7, 2020
e6c518d
Ana/fix lunie browser extension link (#3366)
Bitcoinera Jan 7, 2020
925ac1a
Merge remote-tracking branch 'origin/master' into develop
faboweb Jan 8, 2020
9dad3b1
Fabo/better handling of sequence in ActionModal (#3364)
faboweb Jan 8, 2020
79b1586
Ana/fix micro denoms (#3384)
Bitcoinera Jan 8, 2020
31787dd
Fabo/add a button to show the address on the Ledger (#3375)
faboweb Jan 8, 2020
9481b3e
Ana/add back to validators button (#3362)
Bitcoinera Jan 8, 2020
35f7d6f
Fabo/retry on failed requests (#3382)
faboweb Jan 8, 2020
120a73f
Ana/add better validation for cosmos addresses (#3371)
Bitcoinera Jan 8, 2020
3bb6b07
Ana/change svg icon for material icon (#3388)
Bitcoinera Jan 8, 2020
9d75303
Fabo/cleanup dependencies (#3385)
faboweb Jan 8, 2020
699d33e
Merge remote-tracking branch 'origin/master' into develop
faboweb Jan 9, 2020
6c1bb5d
Ana/replace phantom div with padding (#3398)
Bitcoinera Jan 10, 2020
c5465dd
Replace toggles in all and active buttons in validators page (#3397)
mariopino Jan 10, 2020
f1f6246
Round total rewards to 6 decimal places (#3396)
mariopino Jan 10, 2020
a6310dd
Fabo/fetch policy (#3390)
faboweb Jan 10, 2020
b28c8a3
Jordan/show on ledger (#3401)
jbibla Jan 10, 2020
217a220
delete only (#3406)
Bitcoinera Jan 10, 2020
0f52385
Fabo/add emoney account creation (#3404)
faboweb Jan 14, 2020
5eabe7d
Ana/handle blocks links according to explorer feature (#3411)
Bitcoinera Jan 14, 2020
32c83c4
Ana/fix waiting for extension button (#3413)
Bitcoinera Jan 14, 2020
82df018
Ana/emoney sendmodal multiple denoms (#3370)
Bitcoinera Jan 14, 2020
83e0b97
Ana/fix signout fault (#3417)
Bitcoinera Jan 14, 2020
5fad390
Fabo/cross network ledger (#3338)
faboweb Jan 14, 2020
4c70365
Fabo/add script to add intercom keys (#3418)
faboweb Jan 14, 2020
48b6bf8
Fabo/fixed balances not available (#3420)
faboweb Jan 14, 2020
126d1ae
Enable Intercom in mobile apps (#3419)
mariopino Jan 15, 2020
0087132
Implement mobile Intercom using vuex store (#3424)
mariopino Jan 16, 2020
fcd4ec3
Ana/multiple denoms in porfolio (missing better designs) (#3365)
Bitcoinera Jan 16, 2020
452b1eb
Fabo/add x frame header (#3428)
faboweb Jan 16, 2020
4111ce5
added frame ancestor header
faboweb Jan 16, 2020
f417656
Merge remote-tracking branch 'origin/master' into develop
faboweb Jan 16, 2020
b0f8d22
release-1.0.158
Jan 16, 2020
5dc5351
Merge branch 'master' into release-candidate/v1.0.158
faboweb Jan 17, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ commands:
steps:
- restore_cache:
keys:
- v5-dependencies-root-{{ checksum "yarn.lock" }}
- v5-dependencies-root-
- v6-dependencies-root-{{ checksum "yarn.lock" }}
- v6-dependencies-root-

- run: yarn install
- save_cache:
paths:
- yarn.lock
- node_modules
key: v5-dependencies-root-{{ checksum "yarn.lock" }}
key: v6-dependencies-root-{{ checksum "yarn.lock" }}

# use npm as the extension install happens in the mashine image which doesn't have yarn
npm-install-extension:
Expand Down
66 changes: 66 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,72 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- SIMSALA --> <!-- DON'T DELETE, used for automatic changelog updates -->

## [1.0.158] - 2020-01-16

### Added

- [#3362](https://github.com/cosmos/lunie/pull/3362) Adds "Back to Validators" button in PageValidator @Bitcoinera
- [#3358](https://github.com/cosmos/lunie/pull/3358) Adds the e-Money network icon @Bitcoinera
- [#3370](https://github.com/cosmos/lunie/pull/3370) Now it is possible to select different tokens to send in the SendModal for networks with multiple tokens @Bitcoinera
- [#3365](https://github.com/cosmos/lunie/pull/3365) TmBalance now displays multiple tokens balances and has a currency selector to display total value in the selected fiat currency @Bitcoinera
- [#3314](https://github.com/cosmos/lunie/issues/3314) Keep sessions per network @faboweb
- Added EMoney account handling @faboweb
- Allow address creation in all cosmos networks @faboweb
- [#3392](https://github.com/cosmos/lunie/issues/3392) Use Ledger across networks @faboweb
- [#3364](https://github.com/cosmos/lunie/pull/3364) Track failing transactions clientside in Sentry @faboweb
- Retry graphql fetches on failed attempts @faboweb
- [#3375](https://github.com/cosmos/lunie/pull/3375) Allow user to show address on Ledger Nano @faboweb
- added little x back to action modal @jbibla
- [#3345](https://github.com/cosmos/lunie/issues/3345) New tutorial component @mariopino
- [#3423](https://github.com/cosmos/lunie/issues/3423) Implement mobile Intercom using vuex store @mariopino

### Changed

- [#3313](https://github.com/cosmos/lunie/issues/3313) Now when Linux users go to sign in with Ledger they get a warning message with a link to the Ledger documentation to fix connection issues @Bitcoinera
- [#3289](https://github.com/cosmos/lunie/pull/3289) Now PageValidator handles empty fields more uniformly, always displaying `--` @Bitcoinera
- [#3398](https://github.com/cosmos/lunie/pull/3398) Replaces a phantom div in the "Back to Validators" button for padding, as it should have been from the beginning @Bitcoinera
- [#3366](https://github.com/cosmos/lunie/pull/3366) Fix link in ActionModal for lunie browser extension @Bitcoinera
- [#3282](https://github.com/cosmos/lunie/issues/3282) Now the block links in the activity section are active or not depending on the feature_explorer feature flag of the network @Bitcoinera
- [#3371](https://github.com/cosmos/lunie/pull/3371) Strengthen the validation for cosmos addresses signin @Bitcoinera
- [#3349](https://github.com/cosmos/lunie/pull/3349) Now it is possible to also sign in with an Ethereum address @Bitcoinera
- [#3349](https://github.com/cosmos/lunie/pull/3349) Now the Undelegations component filters for only pending undelegations @Bitcoinera
- success screen icon is green instead of orange @jbibla
- delegation and undelegation are now "stake" and "unstake" @jbibla

### Fixed

- [#3384](https://github.com/cosmos/lunie/pull/3384) Now fees in action modals for all enabled networks work. Micro denoms are properly set @Bitcoinera
- [#3354](https://github.com/cosmos/lunie/pull/3354) Fix session per network so it signs in to the current network @Bitcoinera
- [#3405](https://github.com/cosmos/lunie/issues/3405) Fixes sign out so the user is not signed back in upon refreshing the page @Bitcoinera
- [#3306](https://github.com/cosmos/lunie/issues/3306) Fixes the waiting for extension button in the ActionModal. Now the captions don't overflow @Bitcoinera
- [#3323](https://github.com/cosmos/lunie/pull/3323) Fixes the userTransactionAdded subscription and deletes the double TmLoadingComponent @Bitcoinera
- [#3359](https://github.com/cosmos/lunie/pull/3359) Fixes address undefined for the "To address" in multisends @Bitcoinera
- [#3350](https://github.com/cosmos/lunie/pull/3350) Remove field not present in API schema @colw
- [#3351](https://github.com/cosmos/lunie/pull/3351) A typo @colw
- [#3390](https://github.com/cosmos/lunie/pull/3390) Fix ActionModal data being out of date if a live update of data happened @faboweb
- Fix balances not in overview query anymore @faboweb
- [#3364](https://github.com/cosmos/lunie/pull/3364) Improve handling of sequence querying in ActionModal @faboweb
- Show failing txs in action modal @faboweb
- there was a styling issue with the "show on ledger" button and it was being displayed for all signed in sessions, not just ledger sessions @jbibla
- [#3096](https://github.com/cosmos/lunie/issues/3096) Fix redelegation to and from fields @mariopino
- [#3277](https://github.com/cosmos/lunie/issues/3277) Update proposals every 10 blocks @mariopino
- [#3280](https://github.com/cosmos/lunie/issues/3280) Replace toggles in all and active buttons in validators page. @mariopino
- [#3326](https://github.com/cosmos/lunie/issues/3326) Enable Intercom in mobile apps @mariopino
- [#3328](https://github.com/cosmos/lunie/issues/3328) Fix error 404 in validator links from transactions in page block @mariopino
- [#3339](https://github.com/cosmos/lunie/issues/3339) Fix session modal validation triggers on closing @mariopino
- [#3376](https://github.com/cosmos/lunie/issues/3376) Round total rewards to 6 decimal places @mariopino

### Security

- Add X-Frame header @faboweb

### Repository

- Merge back master into develop before releasing @faboweb
- Add script to add intercom keys to capacitor @faboweb
- Cleaned packages @faboweb
- Lint before push @faboweb

## [1.0.157] - 2020-01-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {

apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {

implementation project(':capacitor-intercom')

}

Expand Down
10 changes: 9 additions & 1 deletion android/app/src/main/assets/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@
"appName": "Lunie",
"bundledWebRuntime": false,
"npmClient": "yarn",
"webDir": "dist"
"webDir": "dist",
"plugins": {
"IntercomPlugin": {
"android-apiKey": "android_sdk-xxxx",
"android-appId": "yyyy",
"ios-apiKey": "ios_sdk-xxxx",
"ios-appId": "yyyy"
}
}
}
3 changes: 3 additions & 0 deletions android/app/src/main/java/org/lunie/lunie/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

import java.util.ArrayList;

import io.stewan.capacitor.intercom.IntercomPlugin;

public class MainActivity extends BridgeActivity {
@Override
public void onCreate(Bundle savedInstanceState) {
Expand All @@ -16,6 +18,7 @@ public void onCreate(Bundle savedInstanceState) {
this.init(savedInstanceState, new ArrayList<Class<? extends Plugin>>() {{
// Additional plugins you've installed go here
// Ex: add(TotallyAwesomePlugin.class);
add(IntercomPlugin.class);
}});
}
}
3 changes: 3 additions & 0 deletions android/capacitor.settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
include ':capacitor-android'
project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor')

include ':capacitor-intercom'
project(':capacitor-intercom').projectDir = new File('../node_modules/capacitor-intercom/android/capacitor-intercom')
10 changes: 9 additions & 1 deletion capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@
"appName": "Lunie",
"bundledWebRuntime": false,
"npmClient": "yarn",
"webDir": "dist"
"webDir": "dist",
"plugins": {
"IntercomPlugin": {
"android-apiKey": "android_sdk-xxxx",
"android-appId": "yyyy",
"ios-apiKey": "ios_sdk-xxxx",
"ios-appId": "yyyy"
}
}
}
13 changes: 12 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,16 @@ export default {
graphqlHost: graphql,

e2e: process.env.VUE_APP_E2E || false,
enableTxAPI: process.env.VUE_APP_ENABLE_TX_API === "true" || false
enableTxAPI: process.env.VUE_APP_ENABLE_TX_API === "true" || false,

bech32Prefixes: {
"cosmos-hub-mainnet": "cosmos",
"cosmos-hub-testnet": "cosmos",
"regen-testnet": "xrn:",
"regen-mainnet": "xrn:",
"terra-testnet": "terra",
"terra-mainnet": "terra",
"emoney-testnet": "emoney",
"emoney-mainnet": "emoney"
}
}
4 changes: 4 additions & 0 deletions ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"Keyboard": {
"resize": "none",
"style": "dark"
},
"IntercomPlugin": {
"ios-apiKey": "ios_sdk-xxxx",
"ios-appId": "yyyy"
}
}
}
Loading