-
Notifications
You must be signed in to change notification settings - Fork 76
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
string eth_sendRawTransaction(string _trRLPWithSig) #6
Comments
rename to |
|
|
test files has this field named "secretKey". that might be confusing but doable |
The "secret key" is confusing by itself. Nobody knows what it is except ~5 people. |
Why not sign the tx in the test runner and then send it to the client with |
that would require test runner to implement crypto libs, making it heavier |
@winsvega why? There is |
ok. then I should study how it works. so maybe there is no need in this method. |
replacing this requirement with standart |
string eth_sendRawTransaction(string _transactionRLP)
Accepts a transaction RLP list of the following items:
and apply on top of the current chain configuration. (add it to a block which is yet not finalized)
returns the hash of the imported transaction if transaction is valid. or 0 if it's not.
The text was updated successfully, but these errors were encountered: