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

feat: generate c509 certificate + Extensions msg fields #518

Merged
merged 187 commits into from
Jul 10, 2024
Merged

Commits on Apr 8, 2024

  1. feat: setup c509 lib

    bkioshn committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    76d78b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. fix: update toml file

    bkioshn committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ef76f02 View commit details
    Browse the repository at this point in the history
  2. feat: add earthfile

    bkioshn committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    19db45e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc5b859 View commit details
    Browse the repository at this point in the history
  4. fix: remove blank line

    bkioshn committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    083c8e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    a25c041 View commit details
    Browse the repository at this point in the history
  2. docs: Add CatalystDataGatewayRepository docs (#388)

    * test: Fix tests after cat-gateway update.
    
    * docs: Add `CatalystDataGatewayRepository` usage examples.
    
    * docs: Move docs from README to code comment.
    
    * test: Update `CatalystDataGatewayRepository` tests.
    
    * test: Use Fake instead of Mock.
    
    * chore: Fix Markdown errors.
    
    * chore: Explicit use of `HttpStatus` codes.
    coire1 authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    34ea755 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    805482c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. feat: Collect flutter code coverage (#404)

    * test: Fix tests after cat-gateway update.
    
    * docs: Add `CatalystDataGatewayRepository` usage examples.
    
    * docs: Move docs from README to code comment.
    
    * test: Update `CatalystDataGatewayRepository` tests.
    
    * test: Use Fake instead of Mock.
    
    * chore: Fix Markdown errors.
    
    * chore: Explicit use of `HttpStatus` codes.
    
    * chore(deps-dev): bump vite in /utilities/wallet-tester (#397)
    
    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.6 to 5.1.7.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.1.7/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.1.7/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Apisit Ritreungroj <[email protected]>
    
    * feat: Get slot number by provided date-time endpoint (#387)
    
    * fix CardanoStakeAddress error handling
    
    * refactor, add sync_state_get endpoint
    
    * refactor types
    
    * refactor
    
    * add block_hash validation
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * add check_network fn
    
    * fix
    
    * fix schematisis test
    
    * try
    
    * wip
    
    * try
    
    * try
    
    * try
    
    * try
    
    * wip
    
    * try
    
    * try
    
    * fix
    
    * update Network
    
    * add test_utxo test
    
    * try
    
    * fix
    
    * try
    
    * fix
    
    * wip
    
    * fix
    
    * fix docket-compose.yml file
    
    * try
    
    * try
    
    * fix
    
    * try
    
    * try
    
    * try
    
    * try
    
    * wip
    
    * fix
    
    * wip
    
    * try
    
    * try
    
    * wip
    
    * try
    
    * try
    
    * revert
    
    * wip
    
    * wip
    
    * wip
    
    * fix
    
    * fix
    
    * fix
    
    * remove mithril_snapshot loader
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * add stake addr bech32 encode utils function
    
    * wip
    
    * wip
    
    * update indexing of the utxo data
    
    * fix spelling
    
    * wip
    
    * wip
    
    * finish utxo test
    
    * fix deny
    
    * fix check
    
    * fix
    
    * fix
    
    * update earthly builder versions
    
    * wip
    
    * ignore test_utxo.py in CI
    
    * dont ignore tests
    
    * add date_time_to_slot_number_get endpoint
    
    * add sql queries
    
    * fix
    
    * update slot info, fix follower indexing block time issue
    
    * add previous slot info field
    
    * fix
    
    * refactor
    
    * fix sync_state_get
    
    * wip
    
    * fix check
    
    * try
    
    * fix
    
    * finish slot_info test, fix queries
    
    * fix
    
    * cleanup
    
    * wip
    
    * wip
    
    * wip
    
    * feat: RBAC Documentation Drafting (#332)
    
    * chore: wip
    
    * Update 0005-flutter-app.md
    
    * Update 0005-flutter-app.md
    
    * Update 0005-flutter-app.md
    
    * Update 0005-flutter-app.md
    
    * Update 0005-flutter-app.md
    
    * Update 0005-flutter-app.md
    
    * Update 0005-flutter-app.md
    
    * Update 0005-flutter-app.md
    
    * Update 0005-flutter-app.md
    
    * Update 0005-flutter-app.md
    
    * Update 0005-flutter-app.md
    
    * docs(docs): Use latest docs builders and fix concepts page
    
    * docs(cips): Start drafting the CIPS for milestone 2
    
    * docs(cips): More text for RBAC metadata draft
    
    * docs(cips): WIP updates to draft cip for role registration
    
    * docs(cips): define draft specification for a ULID cbor tag
    
    * docs(cips): Further WIP edits to RBAC
    
    * docs(cips): fix ulid spec binary encoding reference
    
    * docs(cips): Add a tag to the epoch time.
    
    * docs(cips): Add CBOR tag cip for ED25519-BIP32 Keys, Derivation paths and Signatures
    
    * docs(cips): Properly define the field tags to use where known, and clean up Stake Address specification.
    
    * docs(cips): Fix nonce so its reliable without needing blockchain data
    
    * docs(cips): updates
    
    * docs(docs): Add CDDL definition for POC x509 envelope metadata
    
    * fix(vscode): update vscode extension recommendations
    
    * docs(cips): rbac x509 envelope fix
    
    * docs(cips): wip updates to high level docs
    
    * docs(cips): Add overview of cardano transaction processign and data
    
    * docs(cips): update cardano block to be complete for clarity
    
    * docs(cips): fix layout engine
    
    * docs(cips): wip cddl for envelope metadata
    
    * docs(cips): Add cddl specs and diagrams for x509 rbac registration work
    
    * docs(cips): Add full transaction/metadata relationship diagram
    
    * refactor(cips): reorganize documentation ready for drafting descriptive prose about the formats and uses
    
    * docs(cips): add cip draft for catalyst roles using the x509-rbac standard
    
    * docs(cips): Add c509 cddl with restrictions and enhancements for plutus usage
    
    * docs(cips): Metadata envelope specification draft complete
    
    * Update docs/src/catalyst-standards/draft-cips/c509-plutus-restricted-certificate/c509-cert-plutus-restricted.cddl
    
    Co-authored-by: bkioshn <[email protected]>
    
    * Update docs/src/catalyst-standards/draft-cips/c509-plutus-restricted-certificate/c509-cert-plutus-restricted.cddl
    
    Co-authored-by: bkioshn <[email protected]>
    
    * Update docs/src/catalyst-standards/draft-cips/x509-role-registration-metadata/x509-roles.cddl
    
    Co-authored-by: bkioshn <[email protected]>
    
    * Update docs/src/catalyst-standards/draft-cips/x509-role-registration-metadata/x509-roles.cddl
    
    Co-authored-by: bkioshn <[email protected]>
    
    * Update docs/src/catalyst-standards/draft-cips/x509-envelope-metadata/x509-envelope.cddl
    
    Co-authored-by: bkioshn <[email protected]>
    
    * Update docs/src/catalyst-standards/draft-cips/x509-envelope-metadata/x509-envelope.cddl
    
    Co-authored-by: bkioshn <[email protected]>
    
    * Update docs/src/catalyst-standards/draft-cips/x509-envelope-metadata/x509-envelope.cddl
    
    Co-authored-by: bkioshn <[email protected]>
    
    * Update docs/src/catalyst-standards/draft-cips/c509-plutus-restricted-certificate/c509-cert-plutus-restricted.cddl
    
    Co-authored-by: bkioshn <[email protected]>
    
    * docs(cips): Fix time and algorithm comments
    
    * build(frontend): Relax flutter/dart version requirements to last minor release
    
    * docs(cips): wip
    
    * fix(cips): rename draft x509 envelope CIP so its easier to identify
    
    * docs(cips): WIP updates to x509 roles
    
    * fix(cips): rename RBAC definition CIP draft so its easier to identify
    
    * docs(cips): x509 certificate registration format fully defined
    
    * docs(cips): Document the restricted plutus subset.
    
    * docs(cips): Add document detailing how CIP-30 is used to sign the transaction
    
    * fix(cips): remove trailing spaces
    
    * fix(cips): Fix line lengths
    
    * fix(cips): Correct spelling
    
    * fix(cips): spelling
    
    * fix(frontend): revert changes to flutter/dart versions
    
    * fix(frontend): more flutter/dart version corrections
    
    * fix(frontend): Revert flutter files to same as main branch
    
    * fix(frontend): revert more flutter .yml files to those in main
    
    * fix(cips): Fix links between files
    
    * docs(cips): Add catalyst specific role registration documentation
    
    * docs(spelling): fix spelling
    
    ---------
    
    Co-authored-by: minikin <[email protected]>
    Co-authored-by: bkioshn <[email protected]>
    
    * ci: configure static analysis & code formatting check
    
    * style: formatting
    
    * fix: revert browser installation scripts
    
    * style: format code
    
    * ci: optimize directions include in repo-catalyst-voices-all artifact to include only needed ones
    
    * refactor: remove empty tests
    
    * ci: add melos script to generate test reports
    
    * ci: melos script to generate test report
    
    * style: revert previously generated files formatting
    
    * style: format files
    
    * ci: update melos to exclude generated code form code coverage
    
    * ci: cleanup build script
    
    * ci: generate multiple junit test reports and save them at /test_reports
    
    * ci: depend on melos analyze instead of custom command
    
    * docs: improve melos docs
    
    * ci: remove unused melos scripts
    
    * ci: format files in test & integration_test directories
    
    * ci: break code to make sure CI will report failure for demonstration purposes
    
    * style: fix lint issues
    
    * ci: change WORKDIR after creating the user to make sure it will be owned by that user
    
    * ci: restore root user
    
    * Revert "Merge branch 'main' into feat/collect-flutter-code-coverage"
    
    This reverts commit d0f66b2, reversing
    changes made to 39ce401.
    
    * style: format code
    
    * ci: revert test-unit target name
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: Lucio Baglione <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Apisit Ritreungroj <[email protected]>
    Co-authored-by: Alex Pozhylenkov <[email protected]>
    Co-authored-by: Steven Johnson <[email protected]>
    Co-authored-by: minikin <[email protected]>
    Co-authored-by: bkioshn <[email protected]>
    8 people authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    bb245a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    0f8916e View commit details
    Browse the repository at this point in the history
  2. refactor: update schema_validation check (#414)

    * update schema_validation check
    
    * wip
    
    * fix
    Mr-Leshiy authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6365ce9 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    aaf6809 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. fix: update wasm testing

    bkioshn committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    8ebd6ce View commit details
    Browse the repository at this point in the history
  2. fix: remove clippy toml

    bkioshn committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1388eff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84ae2c7 View commit details
    Browse the repository at this point in the history
  4. fix: update cargo toml

    bkioshn committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4226d49 View commit details
    Browse the repository at this point in the history
  5. fix: spelling

    bkioshn committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0106768 View commit details
    Browse the repository at this point in the history
  6. fix: revert test report

    bkioshn committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3c89375 View commit details
    Browse the repository at this point in the history
  7. chore: add comment

    bkioshn committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a0ac9ab View commit details
    Browse the repository at this point in the history
  8. chore: update message

    bkioshn committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    9ad1978 View commit details
    Browse the repository at this point in the history
  9. fix: update cargo.toml

    bkioshn committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    06ae7c5 View commit details
    Browse the repository at this point in the history
  10. chore: fix format

    bkioshn committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0c61614 View commit details
    Browse the repository at this point in the history
  11. fix: linter

    bkioshn committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    8c045f9 View commit details
    Browse the repository at this point in the history
  12. fix: update cargo toml

    bkioshn committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    51e5b6e View commit details
    Browse the repository at this point in the history
  13. fix: update cargo toml

    bkioshn committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6eb77b0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    68e8566 View commit details
    Browse the repository at this point in the history
  15. fix: update project dic

    bkioshn committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    64622fc View commit details
    Browse the repository at this point in the history
  16. fix: remove wasm-pack install

    bkioshn committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    842d5d9 View commit details
    Browse the repository at this point in the history
  17. feat: add config

    bkioshn committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    672166a View commit details
    Browse the repository at this point in the history
  18. fix: earthly for c509

    bkioshn committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    70485dc View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    4127344 View commit details
    Browse the repository at this point in the history
  2. feat: add regex dependency

    bkioshn committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    fc5caa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43c6ab5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. fix: clean up lib.rs

    bkioshn committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1b2180d View commit details
    Browse the repository at this point in the history
  2. fix: add c509 cert module

    bkioshn committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0ddf1a2 View commit details
    Browse the repository at this point in the history
  3. feat: add x690 der

    bkioshn committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    00c0dbf View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. feat: wip TLV extract value

    bkioshn committed May 2, 2024
    Configuration menu
    Copy the full SHA
    de1366a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bad134 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. fix (wip): update der parser

    bkioshn committed May 4, 2024
    Configuration menu
    Copy the full SHA
    ffdcb8a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. fix (wip): update der parser

    bkioshn committed May 6, 2024
    Configuration menu
    Copy the full SHA
    cb95f63 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. fix (wip): update der parser

    bkioshn committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9edb93d View commit details
    Browse the repository at this point in the history
  2. fix (wip): update der parser

    bkioshn committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1301ff9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. fix (wip): dependencies

    bkioshn committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e50f046 View commit details
    Browse the repository at this point in the history
  2. feat(wip): add c509 enum

    bkioshn committed May 20, 2024
    Configuration menu
    Copy the full SHA
    668bf5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fcc891 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79aa5b5 View commit details
    Browse the repository at this point in the history
  5. fix(wip): modify lib

    bkioshn committed May 20, 2024
    Configuration menu
    Copy the full SHA
    14c5d13 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    91eebf6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. fix: add thiserror

    bkioshn committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4629bc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8b3d10 View commit details
    Browse the repository at this point in the history
  3. fix: cbor encode time

    bkioshn committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f587d7a View commit details
    Browse the repository at this point in the history
  4. fix: cleanup

    bkioshn committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d86fa68 View commit details
    Browse the repository at this point in the history
  5. fix: add oid crate

    bkioshn committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8c5bc12 View commit details
    Browse the repository at this point in the history
  6. feat: add extensions

    bkioshn committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7c63a33 View commit details
    Browse the repository at this point in the history
  7. feat: add alt name

    bkioshn committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9e52c8d View commit details
    Browse the repository at this point in the history
  8. chore: remove fixme

    bkioshn committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c6cb9cb View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. fix: clean up c509 enum

    bkioshn committed May 29, 2024
    Configuration menu
    Copy the full SHA
    36d5ea2 View commit details
    Browse the repository at this point in the history
  2. fix: rewrite cbor encoder

    bkioshn committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6181188 View commit details
    Browse the repository at this point in the history
  3. fix: move c509 crate folder

    bkioshn committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5f7bd50 View commit details
    Browse the repository at this point in the history
  4. feat: add gitignore

    bkioshn committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d453981 View commit details
    Browse the repository at this point in the history
  5. fix: cargo toml

    bkioshn committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ef70902 View commit details
    Browse the repository at this point in the history
  6. fix: cbor encoder

    bkioshn committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e6cc3f2 View commit details
    Browse the repository at this point in the history
  7. fix: remove der encoding

    bkioshn committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b9c1da1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. feat: add eid encoder

    bkioshn committed May 30, 2024
    Configuration menu
    Copy the full SHA
    3037e53 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. fix: ssp encoder

    bkioshn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d3e2e62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5685716 View commit details
    Browse the repository at this point in the history
  3. feat: add sigalgo registry

    bkioshn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d1c04d2 View commit details
    Browse the repository at this point in the history
  4. fix: altname type visibility

    bkioshn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a0fc33e View commit details
    Browse the repository at this point in the history
  5. fix: altname encoder

    bkioshn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    32ed35c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    613fd66 View commit details
    Browse the repository at this point in the history
  7. fix: lib.rs

    bkioshn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c079a17 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. fix: gen c509 function

    bkioshn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    7c3ebf5 View commit details
    Browse the repository at this point in the history
  2. fix: cbor encoder

    bkioshn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    780d02f View commit details
    Browse the repository at this point in the history
  3. fix: alt name

    bkioshn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    39a2f9c View commit details
    Browse the repository at this point in the history
  4. fix: extensions

    bkioshn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    7f28e94 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    326fe78 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    4b19b7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39b5111 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16f3643 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. docs: update c509 docs

    bkioshn committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6878fe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42eb95a View commit details
    Browse the repository at this point in the history
  3. fix: name

    bkioshn committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    862013b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    4f8e63d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    1d21b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db8b292 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8fefb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06ec613 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. feat: add oid encode/decode

    bkioshn committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    81e3dd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. fix: naming and test

    bkioshn committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a80f477 View commit details
    Browse the repository at this point in the history
  2. fix: naming

    bkioshn committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1c36a5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f740b4a View commit details
    Browse the repository at this point in the history
  4. fix: test

    bkioshn committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    867836f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    ccc6700 View commit details
    Browse the repository at this point in the history
  2. fix: merge

    stevenj committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    091670d View commit details
    Browse the repository at this point in the history
  3. fix: merge

    stevenj committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2e7b117 View commit details
    Browse the repository at this point in the history
  4. wip

    stevenj committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d572d0d View commit details
    Browse the repository at this point in the history
  5. fix: pen decode and encode

    bkioshn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    eb6519c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4304d91 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    7fdc8a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. chore: add comments

    bkioshn committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    faeed8a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix: update c509 extensions

    bkioshn committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    48beb67 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. fix: add once cell

    bkioshn committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    70e5816 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7761ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34dc486 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. fix: value encode and test

    bkioshn committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d7716ec View commit details
    Browse the repository at this point in the history
  2. fix: add decode extension

    bkioshn committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    dbb9a9a View commit details
    Browse the repository at this point in the history
  3. fix: extension decode value

    bkioshn committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d9dab5b View commit details
    Browse the repository at this point in the history
  4. fix: delete files

    bkioshn committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2107753 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0d0f16 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. fix(wip): handle extensions

    bkioshn committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e061532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    755c7af View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    95c8db6 View commit details
    Browse the repository at this point in the history
  2. fix(wip): refactor tables

    bkioshn committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    27d54e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3a8473 View commit details
    Browse the repository at this point in the history
  4. fix: name and type

    bkioshn committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1c41054 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    285ef15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9234b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. fix: remove unused crate

    bkioshn committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    23e60a7 View commit details
    Browse the repository at this point in the history
  2. fix: gns encode and decode

    bkioshn committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    f69b188 View commit details
    Browse the repository at this point in the history
  3. fix: remove unused table

    bkioshn committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    090a2ac View commit details
    Browse the repository at this point in the history
  4. fix: oid lifetime to static

    bkioshn committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    1639683 View commit details
    Browse the repository at this point in the history
  5. fix: create extensions mod

    bkioshn committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    2412156 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. fix: general name visibility

    bkioshn committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    97d7aff View commit details
    Browse the repository at this point in the history
  2. feat: add alt name

    bkioshn committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    3a500fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb053d9 View commit details
    Browse the repository at this point in the history
  4. fix: minor fixes + cleanup

    bkioshn committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    81120b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. chore: use super in test

    bkioshn committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    043171f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d62b57f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. fix(wip): extensions

    bkioshn committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    581eeec View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. feat: add strum crate

    bkioshn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0d060d6 View commit details
    Browse the repository at this point in the history
  2. fix: tables

    bkioshn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1332865 View commit details
    Browse the repository at this point in the history
  3. fix: extensions

    bkioshn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    77fb568 View commit details
    Browse the repository at this point in the history
  4. fix: general name

    bkioshn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    88b9060 View commit details
    Browse the repository at this point in the history
  5. fix: table

    bkioshn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    59f4737 View commit details
    Browse the repository at this point in the history
  6. fix: alt name

    bkioshn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    094bef6 View commit details
    Browse the repository at this point in the history
  7. fix: extensions

    bkioshn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b5faf7c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    520227a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. fix: refactor

    bkioshn committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    04cc102 View commit details
    Browse the repository at this point in the history
  2. feat(wip): add eid

    bkioshn committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1ae27dc View commit details
    Browse the repository at this point in the history
  3. chore: spelling

    bkioshn committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8063042 View commit details
    Browse the repository at this point in the history
  4. chore: spelling

    bkioshn committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d5de46c View commit details
    Browse the repository at this point in the history
  5. chore: revert back to main

    bkioshn committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e79c6ea View commit details
    Browse the repository at this point in the history
  6. chore: restore file in main

    bkioshn committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    9c12734 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b875235 View commit details
    Browse the repository at this point in the history
  8. fix: earthfile

    bkioshn committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    efab558 View commit details
    Browse the repository at this point in the history
  9. fix: earthfile

    bkioshn committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e72f1dc View commit details
    Browse the repository at this point in the history
  10. fix: earthfile

    bkioshn committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5c2ad44 View commit details
    Browse the repository at this point in the history
  11. fix: wrong earthfile

    bkioshn committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3084934 View commit details
    Browse the repository at this point in the history
  12. fix: doc link

    bkioshn committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    573929c View commit details
    Browse the repository at this point in the history
  13. Update catalyst-gateway-crates/c509-certificate/src/c509_extensions/m…

    …od.rs
    
    Co-authored-by: Apisit Ritreungroj <[email protected]>
    Mr-Leshiy and apskhem authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    660fd6b View commit details
    Browse the repository at this point in the history
  14. Update catalyst-gateway-crates/c509-certificate/src/c509_extensions/m…

    …od.rs
    
    Co-authored-by: Apisit Ritreungroj <[email protected]>
    Mr-Leshiy and apskhem authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c76e705 View commit details
    Browse the repository at this point in the history
  15. bump cat-ci

    Mr-Leshiy committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    aabe2ab View commit details
    Browse the repository at this point in the history
  16. bump deny.toml

    Mr-Leshiy committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5817c25 View commit details
    Browse the repository at this point in the history
  17. fix fmt

    Mr-Leshiy committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    bfda52f View commit details
    Browse the repository at this point in the history
  18. fix machete

    Mr-Leshiy committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    df01198 View commit details
    Browse the repository at this point in the history
  19. fix

    Mr-Leshiy committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    093bae5 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    f45a151 View commit details
    Browse the repository at this point in the history
  2. chore: code format

    bkioshn committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c59cd19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d68f562 View commit details
    Browse the repository at this point in the history
  4. bump cat-ci

    Mr-Leshiy committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6b40c22 View commit details
    Browse the repository at this point in the history
  5. update build

    Mr-Leshiy committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3830062 View commit details
    Browse the repository at this point in the history
  6. fix: doc

    bkioshn committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    eb87664 View commit details
    Browse the repository at this point in the history
  7. test: new cliipy ci fix

    bkioshn committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    608d5fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b11a8b View commit details
    Browse the repository at this point in the history
  9. fix: orphan module

    bkioshn committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4606bfe View commit details
    Browse the repository at this point in the history
  10. fix: remove EID

    bkioshn committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    87747e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3349817 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    0ccab68 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. fix: add chaining

    bkioshn committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    3476b0a View commit details
    Browse the repository at this point in the history
  2. fix: linter

    bkioshn committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    0665f46 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. fix: PR comment

    bkioshn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b77cf7d View commit details
    Browse the repository at this point in the history
  2. fix: move code section

    bkioshn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7817f8c View commit details
    Browse the repository at this point in the history
  3. chore: fix name and comment

    bkioshn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    45d14ee View commit details
    Browse the repository at this point in the history
  4. fix: format

    bkioshn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ab586ee View commit details
    Browse the repository at this point in the history
  5. test: add zero extensions

    bkioshn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b405496 View commit details
    Browse the repository at this point in the history
  6. fix: format

    bkioshn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b8b2a2a View commit details
    Browse the repository at this point in the history
  7. fix: gn type naming

    bkioshn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9409cf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. chore: remove unused file

    bkioshn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0b3296d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b069b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8ff97d View commit details
    Browse the repository at this point in the history
  4. fix: format

    bkioshn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bae088a View commit details
    Browse the repository at this point in the history
  5. fix: data tables

    bkioshn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    db23d96 View commit details
    Browse the repository at this point in the history
  6. fix: alt name test case

    bkioshn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6492464 View commit details
    Browse the repository at this point in the history
  7. fix: cspell

    bkioshn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    325430a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fix: table functions

    bkioshn committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    06130fc View commit details
    Browse the repository at this point in the history
  2. fix: format

    bkioshn committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    800688a View commit details
    Browse the repository at this point in the history
  3. chore: fix test comment

    bkioshn committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1107588 View commit details
    Browse the repository at this point in the history