Luke Parker
2a05cf3225
June 2024 nightly update
...
Replaces #571 .
2024-06-01 21:46:49 -04:00
Luke Parker
f4147c39b2
bitcoin 0.32.1
2024-05-31 01:02:43 -04:00
rlking
cd69f3b9d6
Check if wasm was built by container exit code and state instead of local mountpoint ( #570 )
...
* Check if the serai wasm was built successfully by verifying the build container's status code and state, instead of checking the volume mountpoint locally
* Use a log statement for which wasm is used
* Minor typo fix
---------
Co-authored-by: Luke Parker <lukeparker5132@gmail.com >
2024-05-25 20:33:23 -04:00
Luke Parker
1d2beb3ee4
Ethereum relayer server
...
Causes send test to pass for the processor.
2024-05-22 18:50:11 -04:00
Luke Parker
ac709b2945
Correct processor docker tests encoding of Bitcoin addresses in OutInstructions
2024-05-21 08:49:57 -04:00
Luke Parker
a473800c26
More aggressive cargo update
...
Adds a few deps which are fine. Patches an old parking_lot(_core) version.
2024-05-21 08:07:32 -04:00
Luke Parker
09aac20293
Set the BufReader capacity to 0
...
Fixes issues with bitcoin.
We only use a BufReader as it's the only way to use a std::io::Read generic as
a bitcoin::io::Read object.
2024-05-21 07:06:13 -04:00
Luke Parker
f93214012d
Use ScriptBuf over Address where possible
2024-05-21 06:44:59 -04:00
Luke Parker
400319cd29
cargo update
...
Also updates our gems
2024-05-21 06:09:04 -04:00
Luke Parker
a0a7d63dad
bitcoin 0.32
2024-05-21 05:27:01 -04:00
Luke Parker
fb7d12ee6e
Short-circuit test_no_deadlock_in_multisig_completed if preconditions not met
2024-05-21 03:20:44 -04:00
Luke Parker
11ec9e3535
Ethereum processor docker tests, barring send
...
We need the TX publication relay thingy for send to work (though that is the
point the test fails at).
2024-05-21 00:29:33 -04:00
akildemir
929e66c607
add swap-to-staked-sri feature
2024-05-16 15:57:03 +03:00
akildemir
904c6ddbe3
Merge branch 'emissions' of https://github.com/akildemir/serai into block-emissions
2024-05-16 11:35:56 +03:00
akildemir
929d0bf48c
Merge branch 'develop' of https://github.com/akildemir/serai into emissions
2024-05-16 11:35:28 +03:00
Luke Parker
ae8a27b876
Add our own alloy meta module to deduplicate alloy prefixes
2024-05-14 01:42:18 -04:00
Luke Parker
af79586488
Fill out Ethereum functions in the processor Docker tests
2024-05-14 01:33:55 -04:00
Luke Parker
d27d93480a
Get processor signer/wallet tests working for Ethereum
...
They are handicapped by the fact Ethereum self-sends don't show up as outputs,
yet that's fundamental (unless we add a *harmful* fallback function).
2024-05-11 00:11:14 -04:00
Luke Parker
02c4417a46
Update no_deadlock_in_multisig test to set the initial key in the DB
2024-05-10 15:57:05 -04:00
Luke Parker
79a79db399
Update dockertest specification
2024-05-10 15:50:07 -04:00
Luke Parker
0c9dd5048e
Processor scanner tests for Ethereum
2024-05-10 14:06:43 -04:00
Luke Parker
5501de1f3a
Update to the latest alloy
...
Also makes various tweaks as necessary.
2024-05-10 14:06:43 -04:00
akildemir
b8a9d204db
fix clippy
2024-05-10 14:57:19 +03:00
akildemir
317b92983f
test whole pre ec security emissions
2024-05-10 14:54:10 +03:00
akildemir
30df83786e
add initial reward era test
2024-05-10 12:22:33 +03:00
akildemir
971b93b43d
only create the pool when adding liquidity first time
2024-05-10 12:14:07 +03:00
akildemir
1d5a53dad4
add fast-epoch feature
2024-05-05 11:49:37 +03:00
akildemir
3ed6bd3b76
fix licencing
2024-05-05 11:46:37 +03:00
akildemir
33fcd27dd1
Merge branch 'emissions' of https://github.com/akildemir/serai into block-emissions
2024-05-03 13:50:52 +03:00
akildemir
04fcb2bba3
fix rotation test
2024-05-03 13:34:01 +03:00
akildemir
90a5232bbd
Merge branch 'develop' of https://github.com/serai-dex/serai into emissions
2024-05-03 12:08:52 +03:00
GitHub Actions
21123590bb
Update nightly
2024-05-01 01:10:58 -04:00
akildemir
20cf4c930c
updato develop latest
2024-04-30 10:00:21 +03:00
akildemir
7ecbfde936
Merge branch 'develop' of https://github.com/serai-dex/serai into emissions
2024-04-30 09:42:04 +03:00
akildemir
926ddd09db
add genesis liquidity test & misc fixes
2024-04-29 23:19:55 +03:00
Luke Parker
bc1dec7991
Move TRANSACTION_MESSAGE to 1
2024-04-28 04:04:53 -04:00
Luke Parker
cef63a631a
Add a dev ethereum Docker setup
...
Also adds untested Dockerfiles for reth, lighthouse, and nimbus.
2024-04-24 09:30:54 -04:00
Luke Parker
d57fef8999
Slight documentation tweaks
2024-04-24 03:55:23 -04:00
Luke Parker
d1474e9188
Route top-level transfers through to the processor
2024-04-24 03:38:31 -04:00
Luke Parker
b39c751403
Reduce target peers a bit
2024-04-23 12:59:45 -04:00
Luke Parker
cc7202e0bf
Correct recv to try_recv when exhausting channel
2024-04-23 12:40:21 -04:00
Luke Parker
19e68f7f75
Correct selection of to-try peers to prevent infinite loops when to-try < target
2024-04-23 12:04:30 -04:00
Luke Parker
d94c9a4a5e
Use a constant for the target amount of peer
2024-04-23 11:59:51 -04:00
Luke Parker
43dc036660
Use a HashSet for which networks to try peer finding for
...
Prevents a flood of retries from individually failed attempts within a batch of
peer connection attempts.
2024-04-23 10:55:56 -04:00
Luke Parker
95591218bb
Remove cbor
2024-04-23 07:01:07 -04:00
Luke Parker
7dd587a864
Inline broadcast_raw now that it doesn't have multiple callers
2024-04-23 06:44:21 -04:00
Luke Parker
023275bcb6
Properly diversify ReqResMessageKind/GossipMessageKind
2024-04-23 06:37:41 -04:00
Luke Parker
8cef9eff6f
Move keep alive, heartbeat, block to request/response
2024-04-23 05:44:58 -04:00
Luke Parker
b5e22dca8f
Correct no-std Monero after moving from ToString to Display
2024-04-23 05:25:08 -04:00
Luke Parker
a41329c027
Update clippy now that redundant imports has been reverted
2024-04-23 04:31:27 -04:00