Skip to content
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

sendrawtransaction RPC method implemented #267

Merged
merged 4 commits into from Dec 9, 2016
Merged

Conversation

svyatonik
Copy link
Collaborator

No description provided.

@svyatonik
Copy link
Collaborator Author

hmmmmm

svyatonik@xwnotebook:~/dev/parity-bitcoin$ cargo test -p rpc
   Compiling rpc v0.1.0 (file:///home/svyatonik/dev/parity-bitcoin/rpc)
    Finished debug [unoptimized + debuginfo] target(s) in 7.43 secs
     Running target/debug/deps/rpc-1f299d3d0e09ca03

running 7 tests
test v1::types::bytes::tests::test_bytes_deserialize ... ok
test v1::impls::raw::tests::sendrawtransaction_rejected ... ok
test v1::types::bytes::tests::test_bytes_serialize ... ok
test v1::types::hash::tests::hash_debug ... ok
test v1::types::hash::tests::hash_from_str ... ok
test v1::types::hash::tests::hash_to_global_hash ... ok
test v1::impls::raw::tests::sendrawtransaction_accepted ... ok

test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured

   Doc-tests rpc

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured

@svyatonik
Copy link
Collaborator Author

It must be because I use nightly Rust?

@svyatonik svyatonik mentioned this pull request Dec 9, 2016
@debris debris merged commit db0e4f3 into master Dec 9, 2016
@debris debris deleted the sync_sendrawtransaction branch December 9, 2016 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants