-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarification on a few specification terms #23
Comments
I am at a loss as to the incredible lack of any sort of response from Coinbase on this, why should anyone devote any sort of serious time to this? I have seen projects on SourceForge with better response times. |
👋 @sambacha sorry for the delay on responding here! We are still working on our processes for tracking incoming requests and this one slipped by.
I chose the term
I'd prefer not to change this description unless we changed the name of the fields in the model (which would be a pretty large breaking change) but something we could consider for V2.
Could you elaborate on what you mean here and provide an example?
Great question!
You could populate the I invite you to make PRs directly with your suggestions as it is sometimes easier to discuss. Here is an example: #26 |
Hey 👋 Patrick, thank you for answering my questions, I appreciate the clarification on 'currency' terminology especially. I will make a PR specifically for dealing with the genesis/networkID. As for the account derivation path, you can use the same derivation path as ethereum and have the same account addresses, they won't obviously have the same balances as you are starting from a raw state (e.g. think of forking the network at block 0, you have the same address but no transactions). This is how our network works and many others (e.g.. EWT). Appreciate the help, 💯👍 |
I have a few questions/requests for clarification as to your specification
Amount.yaml
Amount is described as:
Amount is some Value of a Currency
Can it be changed to:
Amount is some Unit of Account
currency has legal implications, and strictly speaking, this is not entirely accurate for EVM chains as gas is the unit of account for EVM chains (typically) whereas ethereum
Account Identifier
currently reads:
can it be expanded to fit a more approximate meaning of the word, as you can have a chain that uses the same derivation path in both instances but have assets in different addresses.
Also, can this be explicit in what it means as to what constitutes an "account"? Is it only EOA - Externally owned accounts only or can smart contract addresses be included with no distinction?
informative ref: eip1191.
example:
example ref: ensdomains/address-encoder/commit/5bf53b13fa014646ea28c9e5f937361dc9b40590
Network Identifer.yaml
The network_identifier specifies which network a particular object is associated with.
"If a blockchain has a specific chain-id or network identifier, it
should go in this field."
Can we also provide an (optional) direct link to a repository containing the genesis file? This would be the least ambiguous as to
** Informative ** ethereum-listss/chains
Additional references and sources can be made available. A Java SDK would be trivial, I just would like to not have to make awkward choices if possible, these are the ones just most apparent.
Thank you.
The text was updated successfully, but these errors were encountered: