You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -161,17 +161,21 @@ Logs from communication between ruby app and node are available under following
161
161
162
162
## Roadmap
163
163
164
-
* Support for signing transactions
165
-
* Support for arrays serialization
164
+
* Dynamic arrays serialization
165
+
* Signing transactions
166
+
166
167
167
168
## Development
168
169
169
170
Make sure `rake ethereum:test:setup` passes before running tests.
170
171
171
172
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:
173
173
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:
0 commit comments