Skip to content

Commit

Permalink
Merge branch 'dev' into lr-swap-wip
Browse files Browse the repository at this point in the history
* dev:
  fix(derive_key_from_path): check length of current_key_material (#2356)
  chore(release): bump mm2 version to 2.4.0-beta (#2346)
  fix(tests): add additional testnet sepolia nodes to test code (#2358)
  fix(swaps): maintain legacy compatibility for negotiation messages (#2353)
  refactor(SwapOps): impl defaults for protocol specific swapops fns (#2354)
  feat(tpu-v2): provide swap protocol versioning (#2324)
  feat(wallet): add change mnemonic password rpc (#2317)
  fix(tpu-v2): fix tpu-v2 wait for payment spend and extract secret (#2261)
  feat(tendermint): unstaking/undelegation (#2330)
  fix(utxo-withdraw): get hw ctx only when `PrivKeyPolicy` is trezor (#2333)
  feat(event-streaming): API-driven subscription management (#2172)
  fix(hash-types): remove panic, enforce fixed-size arrays (#2279)
  fix(ARRR): store unconfirmed change output (#2276)
  feat(tendermint): staking/delegation (#2322)
  chore(deps): `timed-map` migration (#2247)
  fix(mem-leak): `running_swap` never shrinks (#2301)
  chore(dep-bump): libp2p (#2326)
  refactor(build script): rewrite the main build script (#2319)
  • Loading branch information
dimxy committed Feb 16, 2025
2 parents 92bf147 + 84f5c92 commit b86f433
Show file tree
Hide file tree
Showing 198 changed files with 8,324 additions and 6,059 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ cmake-build-debug
/wasm-build.log

# Opt out from history in order to speed the `COPY .` up.
# Note that we should create and/or update the MM_VERSION file when using `COPY .` to build a custom version.
/.git
164 changes: 67 additions & 97 deletions .github/workflows/dev-build.yml

Large diffs are not rendered by default.

150 changes: 60 additions & 90 deletions .github/workflows/release-build.yml

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ scripts/mm2/seed/unparsed.txt
/js/.kdf.*

# Rust artefacts
/MM_DATETIME
/MM_DATETIME.tmp
/MM_VERSION
/MM_VERSION.tmp
/target
/targettest
/clippytarget
Expand Down Expand Up @@ -74,9 +70,11 @@ MM2.json

# mergetool
*.orig
# Dumpster (files not intended for tracking)
hidden

# Ignore containers runtime directories for dockerized tests
# This directory contains temporary data used by Docker containers during tests execution.
# It is recreated from container-state data each time test containers are started,
# and should not be tracked in version control.
.docker/container-runtime/
.docker/container-runtime/
Loading

0 comments on commit b86f433

Please sign in to comment.