Skip to content

Commit

Permalink
chore(domain): WIP added comments wrt bikeshedding
Browse files Browse the repository at this point in the history
  • Loading branch information
alber70g committed Feb 6, 2024
1 parent 1d037a1 commit f6e53cd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/domain/domain.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Domain model: conceptual model of the entities that exist. This doesn't
necessarily mean the interfaces will represent the entities in the same way

Bike shedding:
* `sender` vs `gaspayer`
* `data` for transaction, what does it mean, adds scope
* use of the word `guard`
*

```mermaid
erDiagram
Expand Down Expand Up @@ -29,8 +35,8 @@ erDiagram
Signer {
PublicKey publicKey
Address address
SigningScheme Scheme
Address address "way back: ecdsa pubkey, address are different"
SigningScheme Scheme "no more support for ETH (chainweb node team)"
}
Signature {
Expand Down

0 comments on commit f6e53cd

Please sign in to comment.