- Jul 03, 2017
-
-
Jaco Greeff authored
-
Jaco Greeff authored
* Add account & vault APIs * Additional status methods * Move permission modals into Dapp * Adjust display position * Don't publish invalid events
-
asynchronous rob authored
Report whether a peer was kept from `Handler::on_connect`
-
* add transaction index message without implementing * add epoch proof fetch and response messages
-
Jaco Greeff authored
-
Jaco Greeff authored
-
Jaco Greeff authored
-
Jaco Greeff authored
-
- Jun 30, 2017
- Jun 29, 2017
-
-
asynchronous rob authored
constant time HMAC comparison and clarify docs in ethkey
-
asynchronous rob authored
Avoid pre-computing jump destinations
-
asynchronous rob authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
asynchronous rob authored
Upgrade elastic array
-
asynchronous rob authored
-
Vurich authored
-
Vurich authored
This is a huge change, which includes some changes to replace code that originally cloned to reuse allocations instead. The updated `elastic-array` crate renames its consuming `Vec`-conversion method to `into_vec`, which means that I can do a simple `sed -i 's/to_vec/into_vec/'` and then fix the compilation errors. This commit is probably a minor performance win and definitely a significant readability win.
-
- Jun 28, 2017
-
-
Arkadiy Paronyan authored
-
Jaco Greeff authored
-
* final engine changes * migration to v13 * adding and removing pending transitions * epoch_transition_for * port snapshot to new engine methods * final validator set interface * fix compiler errors * revert v13/epoch_depth transition * make call on new epoch * rolling finality checker * tests for finality checker * constructing finality proof upon pending transition * fix warnings and finality proof checking * fix compiler warnings in tests * test fixes * don't include genesis in finality checking * change snapshot test chain building logic * minor refactorings * fetch epoch transition based on parent, fix divide-by-zero in SimpleList * fix formatting * fix ABIs and finality checking in snapshot restoration * encode signal number in proof * create more blocks at the end of tests * update gist to accurate contract code * test for epoch_transition_for * fix tests with immediateTransitions parameter * disable force flag after forcing * rename ValidatorsChanged to InitiateChange and finalizeSignal to finalizeChange * a few more validator set tests
-
Denis S. Soldatov aka General-Beck authored
add `cargo clean`
-
Denis S. Soldatov aka General-Beck authored
add evmbin, ethstore, ethkey
-
* Logs subscription. * Add test. * lock -> write
-
Putting the installation instructions for the snap will help getting more testers, and then publish it in the stable channel with more confidence.
-
-
-
* Adding CSP headers. * Adding Content-Security-Policy headers. * Fixing test. * CSP in ws server responses.
-
Arkadiy Paronyan authored
* Dust protection * Track touched accounts in the substate * Minor alterations
-
- Jun 27, 2017
-
-
GitLab Build Bot authored
-
Arkadiy Paronyan authored
* Removed numbed of active connections from informant * Print error message when fatdb is required * Remove peers from UI
-
-
-
Arkadiy Paronyan authored
-
ddorgan authored
-
- Jun 26, 2017
-
-
Denis S. Soldatov aka General-Beck authored
add -cli
-
- Jun 23, 2017
-
-
Maciej Hirsz authored
Prioritize accounts over address book
-
maciejhirsz authored
-