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/2023.1 milka #3946

Merged
merged 102 commits into from
Oct 3, 2023
Merged

Release/2023.1 milka #3946

merged 102 commits into from
Oct 3, 2023

Commits on Sep 11, 2023

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

Commits on Sep 12, 2023

  1. Wireguard listener (#3868)

    * wip
    
    * wip
    
    * Most channels are in place
    
    * tidy
    
    * Send data to tunnel
    
    * wip: adding in boringtun
    
    * Handle timers
    
    * Add consume_wg
    
    * Split into mod
    
    * Reorder
    
    * Comments
    
    * Refine channel handling
    
    * Sort out dependency conflict
    
    * Move wireguard listener in gateway beind a feature flag
    octol authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    96b54db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aa9996 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3875 from nymtech/release/v1.1.31-kitkat

    bump versions and update changelog
    tommyv1987 authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a11dead View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3876 from nymtech/mixnet-version

    updating mixnet contract version to 1.5.1
    tommyv1987 authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    df25c01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8981ffd View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    ec0ac56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    899db66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6a4fc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f9df2a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. fix ci failing builds on clippy errors

    Tommy Verrall committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    cd89e26 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3883 from nymtech/ci/fix-clippy-error

    fix ci failing builds on clippy errors
    tommyv1987 authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    dcfe5f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03736cc View commit details
    Browse the repository at this point in the history
  4. rename redeem to claim

    fmtabbara committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b48e2af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba0b5e2 View commit details
    Browse the repository at this point in the history
  6. add tooltips

    fmtabbara committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6aa9846 View commit details
    Browse the repository at this point in the history
  7. update lock file

    fmtabbara committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    339244a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3882 from nymtech/remove_unecessary_workflows

    Github actions: remove nightly builds workflows on latest releases
    tommyv1987 authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6b16170 View commit details
    Browse the repository at this point in the history
  9. [feat] Socks5 and Native client: run with hardcoded topology (#3866)

    * allow running clients using hardcoded topology
    
    * fixed sdk/lib/socks5-listener build
    
    * fixed nym-connect build
    
    * allow for both snake_case and camelCase deserialization
    jstuczyn authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    63b0658 View commit details
    Browse the repository at this point in the history
  10. fix linting

    fmtabbara committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    56ef23b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    a94c4c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd89f48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6371409 View commit details
    Browse the repository at this point in the history
  4. spell check

    serinko committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    4f39630 View commit details
    Browse the repository at this point in the history
  5. syntax fix

    serinko committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a8e7c3c View commit details
    Browse the repository at this point in the history
  6. syntax fix

    serinko committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3c750f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Fix all the rust warnings about ignored profile directives

    You can't specify profile in the manifest of a crate when it's part of a
    workspace. Move the profile directives that cargo complains about to the
    top-level workspace Cargo.toml
    octol committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    42d2ecc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    359a4e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc8ac89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9654cbf View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. formatting quotes

    serinko authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f6a9d0b View commit details
    Browse the repository at this point in the history
  2. syntax fix

    serinko authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0171791 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dfbc8c View commit details
    Browse the repository at this point in the history
  4. fix SUMMARY.md & links

    serinko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c75fda0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f76092e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53db649 View commit details
    Browse the repository at this point in the history
  7. add NymAPI codebase link

    serinko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    805e1b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec3aa7d View commit details
    Browse the repository at this point in the history
  9. removed redundant .faq dir

    serinko committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    65de9d1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3892 from nymtech/feature/operators/smoosh-faq

    Create smoosh FAQ section & re-organize operators/faq accordingly
    serinko authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ddaabdc View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3900 from nymtech/patch/dev-portal/integrations-f…

    …aq-fix
    
    integrations added to developers/faq section
    serinko authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f130ff7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    604657c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    06956ef View commit details
    Browse the repository at this point in the history
  14. Master (#3888)

    * removed old wallet address flag again
    
    * Add updates to community list projects
    
    * Update cd-docs.yml
    
    * Update cd-docs.yml
    
    * [hotfix]: don't assign invalid fields when crossing the JS boundary (#3805)
    
    * [hotfix]: don't assign invalid fields when crossing the JS boundary
    
    * eslint
    
    * changelog update and version bump
    
    * changed last vers. checkout to master
    
    * corrected path of config
    
    * make binaries executable
    
    * docs: typescript.md - changing variables
    
    * docs: rust.md - changing variables
    
    * docs: vesting-contract.md - changing variables
    
    * docs: mixnet-contract.md - changing variables
    
    * docs: all variables changed
    
    * operators: all variables finished
    
    * dev-portal: mixnet-integration.md - variable changed
    
    * dev-portal: faq.md - variable changed
    
    * dev-portal: moredo.md up to date w NC default
    
    * dev-portal: telegram.md - added banner & minor fix
    
    * dev-portal: matrix.md - added banner
    
    * PR finished - ready for review and merge
    
    * removed all instances of platform_release_version var
    
    * removed all instances of platform_release_version var
    
    * changed version bumper script: removed platform_release_version references
    
    * changed comment
    
    * updating changelog and bumping versions
    
    * Docs: new post-processing for books so that assets stay relative
    
    This commit has the same content as #3842
    
    * Docs: add prod deploy settings
    
    * fixed ChangeMixCostParams event deserialization (#3873)
    
    * Merge pull request #3892 from nymtech/feature/operators/smoosh-faq
    
    Create smoosh FAQ section & re-organize operators/faq accordingly
    
    * corrected faq dir path
    
    * added integrations-faq page
    
    ---------
    
    Co-authored-by: mfahampshire <[email protected]>
    Co-authored-by: Lorexia <[email protected]>
    Co-authored-by: Tommy Verrall <[email protected]>
    Co-authored-by: Tommy Verrall <[email protected]>
    Co-authored-by: Mark Sinclair <[email protected]>
    Co-authored-by: Jędrzej Stuczyński <[email protected]>
    Co-authored-by: serinko <[email protected]>
    Co-authored-by: mx <[email protected]>
    Co-authored-by: Mark Sinclair <[email protected]>
    Co-authored-by: Tommy Verrall <[email protected]>
    11 people authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    73a75f7 View commit details
    Browse the repository at this point in the history
  15. Remove leftover .faq files

    octol committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1096591 View commit details
    Browse the repository at this point in the history
  16. Typescript SDK Nextra Docs (#3880)

    * Remove pnpm-lock.yaml
    
    * Add initial documentation
    
    * updating packages and disconnecting on mixFetch when unmount
    
    * handle the mixFetch error
    
    * remove the mixfetch disconexion
    
    * using now rc5 version
    
    * Update overview
    
    * Update installation page
    
    * wip startong
    
    * Copy edits and improving some of the formatting and styling
    
    * Improve naming
    
    * Add CosmosKit example
    
    * Linting
    
    * Update next.js
    
    * Remove lock file
    
    * More CosmosKit docs
    
    * wip
    
    * cleaninig a bit
    
    * quick fix for wallet error
    
    * wip wallet ui
    
    * wip wallet ui
    
    * more wallet ui
    
    * fixing key error
    
    * wip
    
    * Example code
    
    * Add custom style for code blocks to limit their height and scroll
    
    * Change bg on darkmode
    
    * Add styling to darkmode
    
    * Reorg CSS - tbc
    
    * Move example code
    
    * Ledger support in Cosmos Kit - wip
    
    * Change default app to Typescript
    
    * Remove static export
    
    * Tidy up wallet UI
    
    * Set theme colour by hue
    
    * Force dark mode theme
    
    * some wallet ui
    
    * Style buttons sidebar
    
    * Sidebar colors
    
    * Links styling
    
    * Style callouts
    
    * Add styling to button, chips, progress motion component
    
    * Style agenda
    
    * adding loaders
    
    * wallet loaders
    
    * traffic styles
    
    * Fix colours
    
    * Add links to methods
    
    * Add execute code block
    
    * Add traffic codeblock
    
    * Add mixfetch codeblock
    
    * Add Cosmokit codeblock
    
    * Update info on getting started
    
    * fixing build
    
    * Fix build error
    
    * Fix theme
    
    * Fix filenames on examples
    
    * Add copy to CosmosKit example
    
    ---------
    
    Co-authored-by: Mark Sinclair <[email protected]>
    Co-authored-by: Gala <[email protected]>
    Co-authored-by: Lorexia <[email protected]>
    4 people authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    685f267 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    397e822 View commit details
    Browse the repository at this point in the history
  18. Tweak comments in template.rs

    octol committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    74d8d82 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    c57263e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3905 from nymtech/bugfix/ci-cd-docs

    Docs: make shell scripts exit on errors so that CI jobs fail on build errors
    mmsinclair authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2193378 View commit details
    Browse the repository at this point in the history
  3. fixed broken links

    serinko committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9b8add1 View commit details
    Browse the repository at this point in the history
  4. fixed broken code path

    serinko committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3be0a6c View commit details
    Browse the repository at this point in the history
  5. corrected surbs line

    serinko committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    279b494 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3906 from nymtech/patch/documentation/syntax-fix

    Fixing bugs in mdbook build errors (links, admonish, path) -> CI/CD runs without a problem.
    serinko authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    549b583 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79ae9b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a3a31d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98c03ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8aa8f07 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Merge pull request #3899 from nymtech/jon/fix-profile-warnings

    Fix all the cargo warnings
    tommyv1987 authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9d82809 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3901 from nymtech/jon/handle-socks5-udp-not-suppo…

    …rted
    
    Error instead of crash on UDP and BIND not supported
    tommyv1987 authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d6c27c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd3d4ff View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3904 from nymtech/jon/nr-enable-loop-cover-traffi…

    …c-by-default
    
    Enable loop cover traffic by default in NR
    tommyv1987 authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6dc8148 View commit details
    Browse the repository at this point in the history
  5. Feature/gateway inbuilt nr (#3877)

    * changed NymConfigTemplate trait to call 'template' by reference
    
    * network requester lib
    
    * introduced generic parameter to 'MixTrafficController' to allow non-remote gateways
    
    * allowing for custom gateway sender
    
    * types cleanup
    
    * minor gateway cmds refactor + initial NR work
    
    * wip
    
    * running a NR inside gateway
    
    note: this NR isnt tied to the gateway yet
    
    * rebase fixes
    
    * propagating same shutdown handle
    
    * wip
    
    * starting NR with appropriate local transceiver
    
    * fixed premature shutdown
    
    * wiring up PacketRouter
    
    * both ends wired together
    
    * actually working
    
    so much cleanup to do now
    
    * started removing dead code
    
    * wip
    
    * temp: hardcode gateway
    
    * further cleanup
    
    * fixed build of other binaries
    
    * setup-network-requester subcmd
    
    * overriding NR config in gateway init/run
    
    * wip making it wasm-compatible [again]
    
    * refactored 'GatewaySetup'
    
    * clippy and friends
    
    * removed debug code
    
    * rust 1.72 lints
    
    * ensuring local gateway is available + some comments
    
    * correctly putting network requester data in the same underlying details struct
    
    * improved gateway errors
    
    * changed 'network_requester_config' deserialization
    
    * missing clap annotation for 'enabled' flag in 'setup-network-requester' command
    
    * saving config file after 'setup-network-requester'
    
    * removed dead code
    
    * review comments
    
    * make embedded NR wait for gateway to come online (for at most 70min)
    
    * fixed shutdown on successful gateway wait
    
    * updated NR config override
    jstuczyn authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    114d92f View commit details
    Browse the repository at this point in the history
  6. Update index.tsx

    jessgess authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f536a20 View commit details
    Browse the repository at this point in the history
  7. Update index.tsx

    jessgess authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    21cf6c9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3912 from nymtech/jessgess-copyedit-1

    Explorer copyedits
    tommyv1987 authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    95e3971 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Merge pull request #3885 from nymtech/update/issue-3884/delegations-p…

    …age-updates
    
    Update/issue 3884/delegations page updates
    tommyv1987 authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a9a1eec View commit details
    Browse the repository at this point in the history
  2. Revert "Remove unused test-and-earn from nym-connect"

    This reverts commit cd3d4ff.
    fmtabbara committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1c2e3c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33838ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e85c7b6 View commit details
    Browse the repository at this point in the history
  5. fix linting

    fmtabbara committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    81a0729 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3908 from nymtech/jon/remove-growth-test-and-earn

    Remove unused test-and-earn from nym-connect
    tommyv1987 authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8affba8 View commit details
    Browse the repository at this point in the history
  7. Update wasm_sdk.yml

    mmsinclair authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    96e740e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c67855 View commit details
    Browse the repository at this point in the history
  9. Mix Fetch RC Release (#3910)

    * Bug fix `mixFetch` build
    
    * Batch integration tests for mixFetch
    
    * Bump RC version
    
    * Tidy up READMEs
    
    * Bump version to RC4 and fix up a few interfaces
    
    * Bump version to RC5 and fix opts
    
    * NodeJS SDK
    
    * mixFetch usage example
    
    * Update internal dev tester readme
    
    * Add NodeJS packages to publish script
    
    * Update lock file
    
    * Upgrade `lerna`
    
    ---------
    
    Co-authored-by: Mark Sinclair <[email protected]>
    mmsinclair and mmsinclair authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b97f8c1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3920 from nymtech/enable_trigger_on_workflow

    Github Actions: enable trigger on nightly workflow
    raphael-walther authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e6d3083 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cb910f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c1d02f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fba694f View commit details
    Browse the repository at this point in the history
  14. Merge pull request #3922 from nymtech/add_nightly_build_on_trigger

    Add a separate nightly workflow with a trigger
    tommyv1987 authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f1947d1 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #3921 from nymtech/tommy-feat/print-gateway-nr-con…

    …fig-path
    
    printing initialised gateway-NR's config path to stderr
    tommyv1987 authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    de47061 View commit details
    Browse the repository at this point in the history
  16. added forceTls argument to 'MixFetchOptsSimple' (#3907)

    * Squashing commits
    
    added forceTls argument to 'MixFetchOptsSimple'
    
    made forceTls flag optional in mix fetch opts
    
    whacking those moles
    
    * GitHub Actions: install node
    
    ---------
    
    Co-authored-by: Mark Sinclair <[email protected]>
    jstuczyn and mmsinclair authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d3325c1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a727d96 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    33c8b2e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    014e548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e60dea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    825e190 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb04a85 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3925 from nymtech/move_workflow_macos

    Github Actions: Move nightly builds on dispatch to custom MacOS runner
    raphael-walther authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    5fd68ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ccec38 View commit details
    Browse the repository at this point in the history
  7. Feature/mixfetch disconnect (#3890)

    * js error message
    
    * Ability to explicitly disconnect mixfetch
    
    * removed unused import
    
    * added disconnect method directly to sdk package
    
    * simplifying error throw
    
    Co-authored-by: Mark Sinclair <[email protected]>
    
    * added onunload event listener handler
    
    * Using global instance of mixfetch to disconnect
    
    Co-authored-by: Mark Sinclair <[email protected]>
    
    * Bump RC versions
    
    * MixFetch, move unload handler to creation and check for undefined `window`
    
    * Bump RC version
    
    * Force TLS on mixFetch demo
    
    * Add info about working around mixed content errors for mixFetch
    
    ---------
    
    Co-authored-by: Mark Sinclair <[email protected]>
    Co-authored-by: Mark Sinclair <[email protected]>
    3 people authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    eccd6e1 View commit details
    Browse the repository at this point in the history
  8. Update some CI workflow names (#3926)

    * Rename two workflows to fit naming scheme
    
    * ci-build name change
    
    * Rename 3 more workflows to ci- names
    
    * Rename wallet.yml and nym-wallet-nightly-build to reverse naming scheme
    
    * Rename to ci-contracts.yml
    
    * Delete nym-wallet webdriverio workflow
    
    * Update some workflow names
    octol authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0ddc6c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a3eb274 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e24520 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3929 from nymtech/move_workflow_custom_runner

    Github Actions: Move nightly builds to custom runner
    raphael-walther authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    36bcfc1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    56f3515 View commit details
    Browse the repository at this point in the history
  13. Another round of tidy gh workflows (#3931)

    * Remove unused Makefile target
    
    * Split out ci-contracts-upload-binaries
    
    * Remove the contracts from the main workflow
    
    * Rename build-and-upload-binaries-ci
    
    * Rename network-explorer name
    
    * Rename network-explorer filename and check-merge-conflicts
    
    * Rename three more workflows
    
    * Rename sdk-publish
    
    * Remove deprecated clippy-all
    
    * Rename matrix includes json and delete one that is unused
    
    * Typo in filename
    
    * Delete nym-wallet-release.yml
    octol authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f8733f5 View commit details
    Browse the repository at this point in the history
  14. always using port 443 for tls gateway connection (#3927)

    * always using port 443 for tls gateway connection
    
    * bumping up rc version
    
    * hack: additional hardcoded gateways
    
    it disables topology refresh
    
    * Add NPM packages to tool for bumping versions
    
    * Bump RC versions of SDK packages
    
    * Use manual gateway details
    
    * Add progress to `publish.sh` script
    
    * Add docs for WSS workaround
    
    ---------
    
    Co-authored-by: Mark Sinclair <[email protected]>
    jstuczyn and mmsinclair authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    5a0db2a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    806476d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    27d7f04 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

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

Commits on Oct 3, 2023

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