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

release-candidate backup test #481

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4c4856f
chore(release): Add release script (#403)
msbrogli Jan 29, 2024
f9c8a4e
Merge pull request #425 from HathorNetwork/dev
r4mmer Feb 5, 2024
cdbe0cd
fix: push notification registration latency on PinScreen (#423)
alexruzenhack Feb 1, 2024
0e2c637
fix: opt-in modal render time (#424)
alexruzenhack Feb 2, 2024
efc7ec3
refactor: feature toggle using hathor unleash client (#421)
andreabadesso Feb 8, 2024
4e3b410
refactor: reset wallet service ignore flag (#426)
andreabadesso Feb 8, 2024
99d6970
fix: isTokenRegistered call from getTxDetails (#428)
alexruzenhack Feb 13, 2024
3d5c3e2
feat: sending more exceptions on load wallet to sentry (#430)
andreabadesso Feb 15, 2024
af2c0bc
fix: token duplication on dashboard (#431)
alexruzenhack Mar 4, 2024
36ee5f0
chore: add release-candidate template (#436)
alexruzenhack Mar 6, 2024
2bbf7ec
bump: v0.27.0-rc.1 (#439)
alexruzenhack Mar 8, 2024
836a3ae
feat: add nano contract feature toggle (#441)
alexruzenhack Mar 14, 2024
6cf8ee8
fix: missing transaction after reload (#442)
alexruzenhack Mar 15, 2024
22381ca
fix: wallet-service network error (#444)
alexruzenhack Mar 22, 2024
2753ce1
bump: v0.27.0-rc.2 (#449)
alexruzenhack Mar 22, 2024
7a9ae2a
fix: layout disposition and input configuration (#461)
alexruzenhack Apr 5, 2024
1284d1f
bump: v0.27.0-rc.3 (#463)
alexruzenhack Apr 9, 2024
b88fa51
fix: network settings processing on wallet (#465)
alexruzenhack Apr 11, 2024
bb06304
bump: v0.27.0-rc.4 (#468)
alexruzenhack Apr 16, 2024
dbf1c5b
fix: useWalletService by forcefully disabling it when wallet service …
alexruzenhack Apr 22, 2024
4b01c20
bump: v0.27.0-rc.5 (#472)
alexruzenhack Apr 23, 2024
91d000a
fix: disable push notification if wallet service url is empty (#474)
alexruzenhack Apr 30, 2024
b72f1dd
fix: disable push notification if wallet service url is empty (#473)
alexruzenhack Apr 30, 2024
4a0f2e8
chore: bump v0.27.0-rc.6 (#477)
alexruzenhack May 3, 2024
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
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Please go the the `Preview` tab and select the appropriate Pull Request template

* [Feature Branch](?expand=1&template=feature_branch_pr_template.md) - Use this template when you are creating a feature branch pull-request
* [Version Bump](?expand=1&template=version_bump_pr_template.md) - Use this template when you are creating a version bump pull-request
* [Release Candidate](?expand=1&template=release_candidate_pr_template.md) - Use this template when you are starting a new release-candidate process
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

[//]: # (This should be discussed in the daily meeting)
[//]: # (Remember to bump the version to the next release candidate after this is merged)

### Description

Start the release candidate process for version `X.X.X-rc.1`.
This PR will merge any changes on `master` into `release-candidate` branch.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ on:
push:
branches:
- master
- dev
- release
- release-candidate
tags:
- v*
pull_request:
branches:
- dev
- master
- release
- release-candidate
jobs:
test:
runs-on: 'ubuntu-latest'
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ ios/HathorMobile.xcodeproj/project.xcworkspace/
.metro-health-check*
# testing
/coverage

# Env file used by pre_release.sh.
/env
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ android {
applicationId "network.hathor.wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 63
versionName "0.26.1"
versionCode 69
versionName "0.27.0-rc.6"
missingDimensionStrategy "react-native-camera", "general"
}
signingConfigs {
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
];
packages = with pkgs; [
nixpkgs-fmt
nodejs-16_x
nodejs-18_x
ruby
gnumake
gettext
Expand Down
8 changes: 4 additions & 4 deletions ios/HathorMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = HathorMobile/HathorMobile.entitlements;
CURRENT_PROJECT_VERSION = 1.0.0;
CURRENT_PROJECT_VERSION = 0.6.0;
DEVELOPMENT_TEAM = 55SHY647CG;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = HathorMobile/Info.plist;
Expand All @@ -521,7 +521,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.26.1;
MARKETING_VERSION = 0.27.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -542,15 +542,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = HathorMobile/HathorMobile.entitlements;
CURRENT_PROJECT_VERSION = 1.0.0;
CURRENT_PROJECT_VERSION = 0.6.0;
DEVELOPMENT_TEAM = 55SHY647CG;
INFOPLIST_FILE = HathorMobile/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.26.1;
MARKETING_VERSION = 0.27.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
Loading
Loading