Tomasz Drwięga
|
c13afcf404
|
Removing assertion and just comparing fees
|
2016-03-05 17:06:04 +01:00 |
|
Tomasz Drwięga
|
8915974cf0
|
Fixing compilation
|
2016-03-05 16:48:03 +01:00 |
|
Tomasz Drwięga
|
cc3839ae57
|
Revert "Revert "Transaction Queue integration""
This reverts commit d330f0b7b7 .
Conflicts:
sync/src/transaction_queue.rs
|
2016-03-05 16:46:04 +01:00 |
|
Tomasz Drwięga
|
5ac7b9f812
|
Merge branch 'master' into tx_queue_integration
Conflicts:
sync/src/transaction_queue.rs
|
2016-03-05 16:44:35 +01:00 |
|
Tomasz Drwięga
|
0a7fc4af73
|
Recalculating heights in future when removing transaction
|
2016-03-05 16:42:34 +01:00 |
|
Tomasz Drwięga
|
6afa1c85b7
|
Replacing transactions instead of just inserting
|
2016-03-05 16:20:41 +01:00 |
|
Tomasz Drwięga
|
765d7179f5
|
Failing tests for transaction queue
|
2016-03-05 15:43:04 +01:00 |
|
Tomasz Drwięga
|
78a39d3ac9
|
Avoid importing same transaction twice (especially with different nonce_height)
|
2016-03-05 14:34:15 +01:00 |
|
Tomasz Drwięga
|
0109e5e9d4
|
Removing memory leak when transactions are dropped from set
|
2016-03-05 13:03:34 +01:00 |
|
Gav Wood
|
d330f0b7b7
|
Revert "Transaction Queue integration"
|
2016-03-05 12:53:54 +01:00 |
|
Tomasz Drwięga
|
bcaed67eaa
|
Swapping order of inserting block to chain and commiting to DB to avoid race conditions
|
2016-03-04 16:48:10 +01:00 |
|
Tomasz Drwięga
|
bd7614f445
|
Merge branch 'tx_queue' into tx_queue_integration
Conflicts:
sync/src/transaction_queue.rs
|
2016-03-04 16:25:39 +01:00 |
|
Tomasz Drwięga
|
677c3996b9
|
Taking expected nonce from state into consideration when removing txs
|
2016-03-04 16:12:48 +01:00 |
|
Tomasz Drwięga
|
b320ff4602
|
Getting rid of first_nonces (we can fetch it from state)
|
2016-03-04 15:02:11 +01:00 |
|
Tomasz Drwięga
|
f7371daca3
|
Merge branch 'tx_queue' into tx_queue_integration
|
2016-03-04 12:20:31 +01:00 |
|
Tomasz Drwięga
|
8542d651ae
|
Refactoring transactions queue to avoid cloning transactions
|
2016-03-04 11:45:20 +01:00 |
|
Tomasz Drwięga
|
f4a71dc03c
|
Merge branch 'tx_queue' into tx_queue_integration
|
2016-03-02 21:27:08 +01:00 |
|
Tomasz Drwięga
|
fc9999fb05
|
Changing uint to numbers
|
2016-03-02 21:26:48 +01:00 |
|
Tomasz Drwięga
|
c6934431d1
|
Adding test for sync.chain_new_blocks.
|
2016-03-01 22:52:28 +01:00 |
|
Tomasz Drwięga
|
725e894f9b
|
TransactionsQueue implementation
|
2016-03-01 21:48:58 +01:00 |
|