Commit Graph

27 Commits (1fecc687a762ad04f99585bcfa35881c3e29595d)

Author SHA1 Message Date
Byron Hambly 53972cdeb3
ci: update minimum rust version to 1.70
this is to fix the issue with installing sqlx-cli in ci
5 months ago
Byron Hambly acdba8474b
build(deps): update rust-toolchain to 1.67 and bump uuid to 1.4
some of the dependency updates are requiring a higher version of the
rust toolchain. bump to 1.67 and fix new clippy lints.

also fix dprint to 0.39.1 because 0.40 has breaking changes.
10 months ago
Steve Russo 4458e00e94 readme: fix minor grammar error 1 year ago
Byron Hambly 4ca1f8da5e
ci: update msrv and github actions toolchains 1 year ago
Byron Hambly 2a0fc3f278
chore: bump rust toolchain to 1.62 2 years ago
Byron Hambly 6e7e39eea4
build(deps): upgrade bdk, ecdsa_fun, sigma_fun, sha2, bitcoin-harness, serde
- bdk to 0.22.0 #1126
- ecdsa_fun to 7c3d592 #1127
- sigma_fun to 7c3d592 #1128
- sha2 to 0.10.2 #948
- serde to 1.0.144 #1115
- bitcoin-harness to bff9a64

Revert "ci: specify previous dprint version until fixed"
This reverts commit 11eb1737ce.
2 years ago
Byron Hambly 5a3675a06f
Update dependencies and rust-toolchain to 1.59
This commit updates the rust-toolchain to the current stable version
1.59, and fixes a number of new clippy warnings from that change.

Other changes:
    - updates backoff to 0.4
    - updates swap to 2021 edition
    - updates comfy-table to 5.0
    - updates monero-wallet to 2021 edition
    - updates moneor-harness to 2021 edition
    - updates bdk and rust_decimal
    - updates tokio-util to 0.7
    - updates workflow to use actions/setup-python@3
    - updates pem and serde_with
    - adds stable rust toolchain notice to readme
2 years ago
Daniel Karzel ebb7d24660
Add section that discourages bumping fees 3 years ago
rishflab fff2f6e783 Improve discoverability of contribution guidelines 3 years ago
Thomas Eizinger 819feafc77
Add note about security of software 3 years ago
binarybaron 357f4a0711
Fix quick start README.md list-sellers command
Change list-sellers from flag to command
3 years ago
Daniel Karzel ffad47d515
Update docs with latest changes to CLI and ASB 3 years ago
Daniel Karzel 7a787fba6a
Update the README for mainnet 3 years ago
Daniel Karzel 80fb9b7393
`dnsaddr` instead of `dns4` 3 years ago
Daniel Karzel 33623c3a68
Change the public ASB to use the default port 3 years ago
c22 206fc694b3
Update README.md
--seller-multiaddr should  be --seller-addr
3 years ago
rishflab 9b0467d43a Remove default connection details from CLI
Connecting buyers to us by default is not consistent with our vision of
a decentralised network of sellers.

Closes #395
3 years ago
Daniel Karzel 1cac82d212 Document the setup of the ASB
- How to run the ASB
- ASB component interaction
- ASB wallet management
3 years ago
Thomas Eizinger febc68c780
Enforce consistent formatting of Markdown files 3 years ago
Lucas Soriano 4a4729d331
Minor fixes in README.md 3 years ago
Thomas Eizinger 8d8b3100ea
Fixup backticks in README 3 years ago
Thomas Eizinger 0b17b1177a
Replace protocol definition in README with setup instructions
Fixes #262.
3 years ago
Tobin C. Harding bfeb460073 Fix typo 4 years ago
Tobin C. Harding 30767ec755 Move alice/bob definition comment 4 years ago
Tobin C. Harding 1f89ea122e Fix embedded image 4 years ago
Tobin C. Harding 861dcc4a56 Update README
Update the readme inline with review suggestions by doing:

- Copy 'long story short' text from blog post
- Correct the erroneous description of watching blockchains
- Fix gramar
4 years ago
Tobin C. Harding 65b0e54a5f Add a README.md file
Add a readme that describes the project. Specifically

- module structure
- what we prove and do not prove
- how we test
4 years ago