Skip to content

Commit

Permalink
Added more brfc specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Apr 14, 2020
1 parent f8bd8ca commit 437529d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ paymail-inspector -h

**Run via [compiled binary](https://github.com/mrz1836/paymail-inspector/releases)** on Linux, Mac or Windows _(Mac example)_
```bash
$ curl -LkSs https://github.com/mrz1836/paymail-inspector/releases/download/v0.0.18/paymail-inspector_macOS_64-bit.tar.gz -o app.tar.gz
$ curl -LkSs https://github.com/mrz1836/paymail-inspector/releases/download/v0.0.19/paymail-inspector_macOS_64-bit.tar.gz -o app.tar.gz
$ tar -zxf app.tar.gz
$ ./app/paymail-inspector -h
```
Expand Down Expand Up @@ -121,11 +121,19 @@ View the [example config file](.paymail-inspector.yaml).
- [x] Basic Address Resolution ([759684b1a19a](http://bsvalias.org/04-01-basic-address-resolution.html))
- [x] Verify Public Key Owner ([a9f510c16bde](http://bsvalias.org/05-verify-public-key-owner.html))
- [x] PayTo Protocol Prefix ([7bd25e5a1fc6](http://bsvalias.org/04-04-payto-protocol-prefix.html))
- [x] Public Profile (f12f968c92d6) (unknown source)
- [x] Public Profile [(f12f968c92d6)](https://github.com/bitcoin-sv-specs/brfc-paymail/pull/7/files)
- [x] P2P Payment Destination ([2a40af698840](https://docs.moneybutton.com/docs/paymail-07-p2p-payment-destination.html))
- [ ] P2P Transactions ([5f1323cddf31](https://docs.moneybutton.com/docs/paymail-06-p2p-transactions.html))
- [ ] Sender Validation ([6745385c3fc0](http://bsvalias.org/04-02-sender-validation.html))
- [ ] Receiver Approvals ([3d7c2ca83a46](http://bsvalias.org/04-03-receiver-approvals.html))
- [ ] Merchant API ([ce852c4c2cd1](https://github.com/bitcoin-sv-specs/brfc-merchantapi))
- [ ] Fee Specification ([fb567267440a](https://github.com/bitcoin-sv-specs/brfc-misc/tree/master/feespec))
- [ ] MinerID ([07f0786cdab6](https://github.com/bitcoin-sv-specs/brfc-minerid))
- [ ] MinerID Extension: FeeSpec ([62b21572ca46](https://github.com/bitcoin-sv-specs/brfc-minerid/tree/master/extensions/feespec))
- [ ] MinerID Extension: MinerParams ([1b1d980b5b72](https://github.com/bitcoin-sv-specs/brfc-minerid/tree/master/extensions/minerparams))
- [ ] MinerID Extension: BlockInfo ([a224052ad433](https://github.com/bitcoin-sv-specs/brfc-minerid/tree/master/extensions/blockinfo))
- [ ] MinerID Extension: BlockBind ([b8930c2bbf5d](https://github.com/bitcoin-sv-specs/brfc-minerid/tree/master/extensions/blockbind))
- [ ] JSON Envelope Specification ([298e080a4598](https://github.com/bitcoin-sv-specs/brfc-misc/tree/master/jsonenvelope))

### Package Dependencies
- bitcoinsv's [bsvd](https://github.com/bitcoinsv/bsvd) for BSV script functionality
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/paymail-inspector.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ __________ .__.__ .___
| ___/\__ \< | |/ \\__ \ | | | | |/ \ / ___/\____ \_/ __ \_/ ___\ __\/ _ \_ __ \
| | / __ \\___ | Y Y \/ __ \| | |__ | | | \\___ \ | |_> > ___/\ \___| | ( <_> ) | \/
|____| (____ / ____|__|_| (____ /__|____/ |___|___| /____ >| __/ \___ >\___ >__| \____/|__|
\/\/ \/ \/ \/ \/ |__| \/ \/ v0.0.18
\/\/ \/ \/ \/ \/ |__| \/ \/ v0.0.19
```
Author: MrZ © 2020 github.com/mrz1836/paymail-inspector

Expand Down
9 changes: 0 additions & 9 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ all: test install gen-docs ## Runs test, install, clean, docs
bench: ## Run all benchmarks in the Go application
go test -bench ./... -benchmem -v

brew-publish: ## Prep the brew deployment (IE: brew version=v0.0.16)
test $(version)
brew update
cd $(brew --repository)
git checkout -b paymail-inspector-v$(version)
git add ../paymail-inspector.rb
git commit -m "paymail-inspector $(version) (new formula)"
git push

build-go: ## Build the Go application (locally)
go build -o bin/$(REPO_NAME)

Expand Down

0 comments on commit 437529d

Please sign in to comment.