Evgeny Poberezkin
|
a7a467196f
|
smp: command authorization
|
2024-02-05 09:07:27 +00:00 |
|
Evgeny Poberezkin
|
7f7a77c4eb
|
SMP protocol: optimize batching transactions, remove Builder (#961)
* remove Builder
* fewer chunks
* remove lazy bytestrings
* optimize
* pad
|
2024-01-14 20:42:47 +00:00 |
|
Evgeny Poberezkin
|
ca527b4d6c
|
use Builder for batching commands (#953)
* use Builder for batching commands
* refactor
* refactor
* increase timeout in test
* do not materialize builder
* use concat
* debug test
* debug2
* delays
* more delay, less worker delay
* remove logs
* reduce delay
* tests
* sized builder
* builder
* comment
* remove unsafe
* style
* remove fromIntegral
|
2024-01-08 22:54:27 +00:00 |
|
Evgeny Poberezkin
|
13a60d1d39
|
use ChaChaDRG as the source of randomness (#920)
* use ChaChaDRG as the source of randomness
* remove functions using entropy directly
* comment
|
2023-12-21 00:12:08 +00:00 |
|
Evgeny Poberezkin
|
9d12d76078
|
add fourmolu (#868)
* add fourmolu
* linebreak
* simplify
* comment
|
2023-10-22 09:20:14 +01:00 |
|
Moritz Angermann
|
002f36dde0
|
5.4.0.0: use ghc 9.6.2 (#791)
* Add 9.6 compat
* compile with GHC9.6.2: dependencies, imports, code
* refactor typeclasses
* refactor record dot
* update cabal version
* update github actions
* update direct-sqlcipher
* 5.4.0.0
* update cabal.project
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
|
2023-08-24 20:22:02 +01:00 |
|
Evgeny Poberezkin
|
40e6d16e48
|
client: streaming batched commands, refactor (#826)
|
2023-08-19 16:11:05 +01:00 |
|
Evgeny Poberezkin
|
f3111f4559
|
client: batch while sending commands - wait for responses before sending the next batch (#825)
* client: batch while sending commands - wait for responses before sending the next batch
* fix comments
* fix tests
|
2023-08-18 21:02:47 +01:00 |
|