You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tree:
84c70cac65
bdk-0.11
bip39
burn-down-handle
chore/actor-names-in-logs
chore/bump-bdk-0.15
chore/bump-maia
chore/changelog-entries
chore/leaner-release-process
chore/remove-next-dependency
chore/sql-format
chore/use-esplora-backend
compile-for-aarch64
contact-taker-before-changing-cfd-state
debug-collab-settlement
debug-statements
dependabot/cargo/anyhow-1.0.52
dependabot/cargo/clap-3.0.0-rc.8
dependabot/cargo/reqwest-0.11.8
dependabot/github_actions/docker/login-action-1.12.0
dependabot/npm_and_yarn/taker-frontend/types/node-17.0.4
dependabot/npm_and_yarn/taker-frontend/types/react-17.0.38
dependabot/npm_and_yarn/taker-frontend/vite-2.7.6
failing-clippy
feature/actor-custom-derive
feature/concurrent-roll-over
feature/delete-wallet-cache-on-failure
feature/force-stop-button
feature/integration-tests
feature/reconnect-button
feature/rollover-event-sourcing
feature/supervised-connection
fix-bad-api-calls
fix-olivia-event-id
fix/incorrect-tracing-use
fix/sql-oddness
frontend-backend
heartbeat-event-source
hotfix/0.1.1
hotfix/0.3.1
initial-taker-ui
integrate-protocol-maker-side
maker-taker-cfd-setup-messaging
master
new-http-api
no-buy-button-while-setting-up-cfd
no-contract-setup-message
pAndLAndPayout
patch-1
patch-2
reconnect-to-maker
refactor/no-log-handler
release/0.3.1
release/0.3.2
remove-long-heartbeat-interval-in-debug-mode
resilient-broadcast
rollover-test
rollover-test-2
shutdown-taker-if-no-maker-present
staging
state-machine
temporary-fast-timelocks
test-force-close-without-fake-clock
testing
ui-rampup
update-blockstream-electrum-server-url
upload-correct-windows-binary
verify-transactions
0.1.0
0.1.1
0.1.2
0.2.0
0.3.0
0.3.1
0.3.2
preview
${ noResults }
itchysats/taker-frontend
912: Bump @types/node from 16.11.12 to 17.0.0 in /taker-frontend r=thomaseizinger a=dependabot[bot] Bumps [`@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)` from 16.11.12 to 17.0.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)` Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 913: Bump tokio from 1.14.0 to 1.15.0 r=thomaseizinger a=dependabot[bot] Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.14.0 to 1.15.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.15.0</h2> <h3>Fixed</h3> <ul> <li>io: add cooperative yielding support to <code>io::empty()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4300">#4300</a>)</li> <li>time: make timeout robust against budget-depleting tasks (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4314">#4314</a>)</li> </ul> <h3>Changed</h3> <ul> <li>update minimum supported Rust version to 1.46.</li> </ul> <h3>Added</h3> <ul> <li>time: add <code>Interval::reset()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4248">#4248</a>)</li> <li>io: add explicit lifetimes to <code>AsyncFdReadyGuard</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4267">#4267</a>)</li> <li>process: add <code>Command::as_std()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4295">#4295</a>)</li> </ul> <h3>Added (unstable)</h3> <ul> <li>tracing: instrument <code>tokio::sync</code> types (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4302">#4302</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4302">#4302</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4302">tokio-rs/tokio#4302</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4300">#4300</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4300">tokio-rs/tokio#4300</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4295">#4295</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4295">tokio-rs/tokio#4295</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4267">#4267</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4267">tokio-rs/tokio#4267</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4248">#4248</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4248">tokio-rs/tokio#4248</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4314">#4314</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4314">tokio-rs/tokio#4314</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
3 years ago | |
---|---|---|
.. | ||
src | Remove oracle event id from cfd | 3 years ago |
.gitignore | Add new taker-frontend and rename old to maker-frontend | 3 years ago |
index.html | we are not stats | 3 years ago |
package.json | Merge #912 #913 #918 #919 #920 | 3 years ago |
tsconfig.json | Add new taker-frontend and rename old to maker-frontend | 3 years ago |
vite.config.ts | Align vite configuration of the new taker UI | 3 years ago |
yarn.lock | Merge #912 #913 #918 #919 #920 | 3 years ago |