Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
22a9ab8
Add half of the code for the account linking api.
May 26, 2019
9c84105
Add more code for the account linking api.
May 28, 2019
dfecec8
1. Fix the transaction exception message because it was printing the …
May 29, 2019
5dfd4c8
Merge branch 'master' into DP-492_one_wallet_account_linking_api
May 29, 2019
bfb111c
1. Add 'aggregateBalance', 'controlledAccounts' 'accountData'
Jun 2, 2019
619340f
Add a TODO
Jun 2, 2019
2c11801
Merge branch 'master' into DP-492_one_wallet_account_linking_api
Jun 2, 2019
6179ebb
Add more java doc and some more unit tests
Jun 3, 2019
15f4883
Add and change some java docs
Jun 3, 2019
6fc0377
remove 2 TODOs
Jun 3, 2019
3f60ff7
Add another test which was written in the tech design
Jun 3, 2019
0ccfcb4
Show txResultCode even if no opResultCode
Jun 6, 2019
d59e43c
Add more java doc
Jun 6, 2019
5a6cd33
Add java doc in order to explain a bit on c=aggregated balance, contr…
Jun 6, 2019
e6cbd3e
Indent the java doc
Jun 6, 2019
d4589e6
Add a DecodeTransactionException and throw it if decode transaction f…
Jun 6, 2019
66e2ccd
Add javadocs to our Transaction object and also remove the id/hash fr…
Jun 6, 2019
46b2fec
1. Add validation to the memo when build method is called
Jun 6, 2019
5ce9959
Remove and add some java docs and also validate fee is not negative
Jun 7, 2019
c1b404f
Remove aappId form setMemo and add it to the constructor so it will b…
Jun 7, 2019
5bf88a8
Update and fix tests
Jun 7, 2019
e05b46e
Rename the fee in some places
Jun 7, 2019
739e47b
remove the get prefix
Jun 10, 2019
9d74c93
As a result from removing the get prefix then the code here changed
Jun 10, 2019
ed2b90c
Add missing methods nad remove the get prefix
Jun 10, 2019
229e92c
As a result from removing the get prefix then the code here changed
Jun 10, 2019
4a598e4
As a result from removing the get prefix then the code here changed
Jun 10, 2019
51d71f4
As a result from removing the get prefix then the code here changed
Jun 10, 2019
2e4e703
As a result from removing the get prefix then the code here changed
Jun 10, 2019
d4405df
Remove stellar docs
Jun 10, 2019
bf80b37
1. Add base transaction class and change th older one to be payment t…
Jun 10, 2019
8baa5da
1. Add base transaction class and change the older one to be payment …
Jun 11, 2019
0f3fdb9
1. Add memo appId to memo only after validation of the memo
Jun 11, 2019
e3d2819
1. Fix the tests because change the transaction creation
Jun 11, 2019
f46ccc3
Merge branch 'master' into DP-492_one_wallet_account_linking_api
Jun 11, 2019
9cf68ab
1. Rename all the variations of buildTransaction to be buildPaymentTr…
Jun 12, 2019
e5cd9f3
1. change the base unit to quark in the docs
Jun 12, 2019
9cdb1e4
1. format the class
Jun 13, 2019
1fc216d
1. Change the code style settings
Jun 13, 2019
0d98639
Update README.md
drEfrati Jun 13, 2019
33d266b
Edited by Sasha
sbeskin Jun 13, 2019
d4c7eaf
Edited by Sasha 2
sbeskin Jun 13, 2019
dacfeda
Update README.md
drEfrati Jun 13, 2019
6edd97e
Update README.md
drEfrati Jun 13, 2019
a8b1d14
Update README.md
drEfrati Jun 13, 2019
7bbe684
Sasha
sbeskin Jun 13, 2019
cd63473
1. Change the code style settings
Jun 13, 2019
e8ad994
Merge branch 'DP-492_one_wallet_account_linking_api' of github.com:ki…
Jun 13, 2019
6d5173c
Remove get prefix
Jun 16, 2019
660e19b
rename the controlled account url and fix whitelist test because of t…
Jun 16, 2019
27f4504
Update README.md
drEfrati Jun 16, 2019
8379cfa
Merge branch 'master' into DP-492_one_wallet_account_linking_api
Jun 16, 2019
83570ae
Update README.md
drEfrati Jun 16, 2019
b2e13c6
Use regular test-net instead of the one wallet url (which we used onl…
Jun 17, 2019
e8e28eb
Add more java docs
Jun 17, 2019
e4feb56
Fix the tests because now we accept Memo and not just a string in Tra…
Jun 17, 2019
6cc4208
Fix the sample app because the removal of the 'get' prefix in the Whi…
Jun 17, 2019
c590fba
Add getAggregatedBalance(String publicAddress) and same for getAggreg…
Jun 18, 2019
00fcd49
Merge branch 'master' into DP-492_one_wallet_account_linking_api
Jun 18, 2019
ce3d16e
Remove any related code of getAggregatedBalance and getControlledAcco…
Jul 21, 2019
08c03bd
Merge branch 'master' into DP-492_one_wallet_account_linking_api
Jul 21, 2019
82c12e8
Rename WhitelistPayload instead of WhitelistableTransaction
Jul 25, 2019
b9573e2
shahriyar
Dec 30, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
104 changes: 104 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
version: 2.1
executors:
kin-executor:
working_directory: ~/code
docker:
- image: circleci/android:api-28
resource_class: xlarge
environment:
JVM_OPTS: -Xmx3200m

references:
gradle_key: &gradle_key
jars-{{ checksum "build.gradle" }}-{{ checksum "kin-backup-and-restore/kin-backup-and-restore-lib/build.gradle" }}-{{ checksum "kin-backup-and-restore/kin-backup-and-restore-sample/build.gradle" }}-{{ checksum "kin-backup-and-restore/kin-backup-and-restore-ui-tests/build.gradle" }}-{{ checksum "kin-sdk/kin-base/build.gradle" }}-{{ checksum "kin-sdk/kin-sdk-lib/build.gradle" }}-{{ checksum "kin-sdk/kin-sdk-sample/build.gradle" }}

restore_gradle_cache: &restore_gradle_cache
restore_cache:
key: *gradle_key

save_gradle_cache: &save_gradle_cache
save_cache:
key: *gradle_key
paths:
- ~/.gradle
- ~/.m2

android_dependencies: &android_dependencies
run:
name: Download Android Dependencies
command: ./gradlew androidDependencies

gcloud_init: &gcloud_init
run:
name: gcloud Init
command: |
./scripts/ci_gcloud_init.sh

jobs:
build:
executor: kin-executor
steps:
- checkout
- *restore_gradle_cache
- *android_dependencies
- *save_gradle_cache
- run:
name: Assemble
command: ./gradlew assemble

unit_and_integration_test:
executor: kin-executor
steps:
- checkout
- *restore_gradle_cache
- *android_dependencies
- *save_gradle_cache
- run:
name: Run Unit & Integration Tests
command: ./gradlew testDebugUnitTest jacocoTestReport

android_tests_sdk_lib:
executor: kin-executor
steps:
- checkout
- *restore_gradle_cache
- *android_dependencies
- *save_gradle_cache
- *gcloud_init
- run:
name: Run kin-sdk-lib Android Tests
command: ./scripts/ci_android_test_with_firebase.sh kin-sdk kin-sdk-sample kin-sdk-lib 2

android_tests_backup_and_restore:
executor: kin-executor
steps:
- checkout
- *restore_gradle_cache
- *android_dependencies
- *save_gradle_cache
- *gcloud_init
- run:
name: Run kin-backup-and-restore-lib Android Tests
command: ./scripts/ci_android_test_with_firebase.sh kin-backup-and-restore kin-backup-and-restore-sample kin-backup-and-restore-lib 0

ui_autormator_tests:
executor: kin-executor
steps:
- checkout
- *restore_gradle_cache
- *android_dependencies
- *save_gradle_cache
- *gcloud_init
- run:
name: Run kin-backup-and-restore-ui-tests Ui Automator Tests
command: ./scripts/ci_android_test_with_firebase.sh kin-backup-and-restore kin-backup-and-restore-ui-tests kin-backup-and-restore-ui-tests 0

workflows:
version: 2
build-sdk:
jobs:
- build
- unit_and_integration_test
- android_tests_backup_and_restore
- android_tests_sdk_lib
- ui_autormator_tests
Loading