Skip to content

Commit c4a228f

Browse files
Merge branch 'master' of github.com:marekkirejczyk/ethereum.rb
2 parents 8737111 + fd0d813 commit c4a228f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -161,17 +161,21 @@ Logs from communication between ruby app and node are available under following
161161

162162
## Roadmap
163163

164-
* Support for signing transactions
165-
* Support for arrays serialization
164+
* Dynamic arrays serialization
165+
* Signing transactions
166+
166167

167168
## Development
168169

169170
Make sure `rake ethereum:test:setup` passes before running tests.
170171

171172
You can also run `bin/console` for an interactive prompt that will allow you to experiment.
172-
Then, run `rake spec` to run the tests. Test that do send transactions to blockchain are marked with `blockchain` tag. To run first fast tests that use no ether and slow test that do spend ether run the following line:
173173

174-
$ sudo bin/install_parity
174+
Then, run `rake spec` to run the tests.
175+
176+
Test that do send transactions to blockchain are marked with `blockchain` tag. Good practice is to run first fast tests that use no ether and only if they pass, run slow tests that do spend ether. To do that use the following line:
177+
178+
$ bundle exec rspec --tag ~blockchain && bundle exec rspec --tag blockchain
175179

176180
You need ethereum node up and running for tests to pass and it needs to be working on testnet (Ropsten).
177181

0 commit comments

Comments
 (0)