Skip to content

Commit

Permalink
SargonOS + MFA Batch 1 (#176)
Browse files Browse the repository at this point in the history
* Rust: `SargonOS` &`Drivers` more Profile Logic | Swift: Shared State  (working example app)! (#131)

Introducing SargonOS

* MFA: Sec Structure of Factor <Source | ID | Instance>s (#150)

MFA Batch 1: SecurityStructureOfFactorSources and MatrixOfFactorSoures and also on FactorSourceID and FactorInstance level. Also add some new FactorSourceKinds at least a POC version of them or stubbed out ones.

* Sargon OS undo Profile JSON format change (#177)

Revert Profile JSON format changes in DeviceInfo

* Merge 'main' into 'sargon_os'

* Implement HostInfo struct (#189)

* Implement HostInfo struct

* Store host id in secure storage

* Fix doc

* Separate id and date from host info

* Implement HostOS that will encapsulate the different values and constants of each host os

* Expose uniffi method for creating device info from host info

* Small fix for AppleHostDriver (#192)

wip

---------

Co-authored-by: micbakos-rdx <[email protected]>
Co-authored-by: micbakos-rdx <[email protected]>
Co-authored-by: Ghenadie <[email protected]>
  • Loading branch information
4 people authored Jul 29, 2024
1 parent 598a8a4 commit d5ebac0
Show file tree
Hide file tree
Showing 577 changed files with 75,569 additions and 4,954 deletions.
5 changes: 5 additions & 0 deletions .github/attention.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Hey 👋 You DID in fact read my fancy PR description BEFORE you started reviewing the code, right? Else switch back to description now and read it in full:

https://github.com/radixdlt/sargon/pull/131

Thank you! Happy review! 🙏
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: RDXWorks-actions/cargo-install@main
with:
crate: typos-cli
locked: true
version: 1.22.7

- name: Check typos
run: typos
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
rustup target add aarch64-apple-darwin
sh ./scripts/ios/test.sh --codecov ${{ env.SWIFT_CODE_COV_REPORT_PATH }}
sh ./scripts/ios/test.sh --build --codecov ${{ env.SWIFT_CODE_COV_REPORT_PATH }}
- name: Upload to CodeCov.io
uses: RDXWorks-actions/codecov-action@main
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
uses: RDXWorks-actions/cargo-install@main
with:
crate: cargo-tarpaulin
tag: 0.27.3
tag: 0.30.0
locked: true

- name: Code Coverage - Generate
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fail_fast: true

repos:
- repo: https://github.com/crate-ci/typos
rev: v1.20.1
rev: v1.22.7
hooks:
- id: typos
- repo: local
Expand Down Expand Up @@ -33,4 +33,4 @@ repos:
language: system
types: [file, rust]
entry: cargo test --lib
pass_filenames: false
pass_filenames: false
Loading

0 comments on commit d5ebac0

Please sign in to comment.