657 Commits (5eee7ff2f9fc9eaf3f71525d616a16e183271036)

Author SHA1 Message Date
Thomas Eizinger 5eee7ff2f9
Move testnet seeds to `testnet` directory 3 years ago
Thomas Eizinger 7bd428e8c7
Upgrade to Rust 1.57 3 years ago
dependabot[bot] ef926f8525
Bump rust_decimal_macros from 1.17.0 to 1.18.0 3 years ago
Thomas Eizinger 6348374790
Remove unnecessary default arguments 3 years ago
Lucas Soriano del Pino c6e59abcfc
Introduce short-lived setup_maker::Actor 3 years ago
Thomas Eizinger b515d90a66
Use `xtra-productivty` for `TakeOffer` 3 years ago
dependabot[bot] c1e0835fc7
Bump rust_decimal from 1.17.0 to 1.18.0 3 years ago
Lucas Soriano del Pino d337e23906
Remove unnecessary allow attribute 3 years ago
Thomas Eizinger d75e73da9f
Move collab. settlement protocol into dedicated actor for taker 3 years ago
Thomas Eizinger a07453ec8e
Bundle all settlement related messages in a individual enums 3 years ago
Thomas Eizinger dd374474e9
Remove error case from updating projection 3 years ago
bonomat 696d82cc6a
Add HTTP API to get cfds and takers 3 years ago
Mariusz Klochowicz 2ee97c41fe
Pass changes in cfd proposals into projection actor 3 years ago
Thomas Eizinger 30e5dc8ae7
Refactor bitmex price feed to Actor that reconnects on error 3 years ago
Daniel Karzel 020e1383e4
Log target = module 3 years ago
Thomas Eizinger b6d82129e4
Introduce a 10s timeout for connecting to the maker 3 years ago
Thomas Eizinger 4ff4d01804
Cleanup logs for establishing connection 3 years ago
Lucas Soriano del Pino 4245c22b44
Refactor maker_inc_connections::Actor 3 years ago
itchymax 26b75b75d6 Prepare release 0.1.2 3 years ago
Mariusz Klochowicz 01a6dba79b
Use projection::Cfd in the feeds 3 years ago
Mariusz Klochowicz 0fb4457f37
Create cfds from the local state kept in projection actor 3 years ago
Mariusz Klochowicz b028ed6e84
Pass in `Role` and `Network` into projection actor 3 years ago
dependabot[bot] 8fd42a8b8f
Bump rust-embed from 6.2.0 to 6.3.0 3 years ago
dependabot[bot] 3b66dc35f5
Bump derive_more from 0.99.16 to 0.99.17 3 years ago
Mariusz Klochowicz 7464ababc8
Move Cfd types into the projection actor 3 years ago
Mariusz Klochowicz 1ddab68188
Extract code generating mempool.space URLs to avoid duplication 3 years ago
Mariusz Klochowicz 384ac2bfec
Move more types from ToSseEvent to projection actor 3 years ago
Mariusz Klochowicz 612f810088
Move TxUrl assembly into a separate module 3 years ago
Thomas Eizinger 673555b1b0
Remove taker_cfd::CfdAction enum and use `xtra-productivity` 3 years ago
Thomas Eizinger 220c0766c6
Introduce `AddressMap` primitive 3 years ago
Lucas Soriano del Pino f9cd6cb5d5
Handle incoming InvalidOrderId in setup_taker::Actor 3 years ago
Mariusz Klochowicz 17673e50cc
Remove deadlock after triggering collaborative settlement 3 years ago
Daniel Karzel 2781f57e29
Add acknowledge message at the end of rollover 3 years ago
Mariusz Klochowicz 9624cc2ece
Use projection actor for connected takers 3 years ago
Daniel Karzel 57ad8a645a
Add acknowledge message at the end of contract setup 3 years ago
Mariusz Klochowicz 08059677bc
Increase heartbeat timeout interval in debug mode to 45s 3 years ago
Mariusz Klochowicz ea961019c8
Increase the timeout in debug mode to fix CI/bors 3 years ago
Thomas Eizinger e7f44fb187
Add `FromStr` implementation for Identity 3 years ago
Thomas Eizinger ffe3d1439b
Rename `TakerId` to `Identity` 3 years ago
Mariusz Klochowicz 73fb28ddba
Move CfdOrder inside projection actor 3 years ago
Mariusz Klochowicz 5fde06500b
Move Quote inside projection actor 3 years ago
Mariusz Klochowicz e43325d888
Use shorter heartbeat timeout in test that waits for it 3 years ago
Mariusz Klochowicz 844fa4dd80
Add ignored attribute to contract setup test 3 years ago
Mariusz Klochowicz 6907026850
Tweak waiting time for new values on channels in tests 3 years ago
Mariusz Klochowicz 0984111425
Increase heartbeat interval in debug builds 3 years ago
Mariusz Klochowicz a76e24d970
Use the same number of payouts in the contract setup test 3 years ago
Mariusz Klochowicz ee9d81e7bc
Refactor projection actor before adding new functionality 3 years ago
Daniel Karzel 9135264782
Contract setup `Completed` is the same for taker and maker 3 years ago
Thomas Eizinger 079dc4ceb1
Push down signing of CET into `Dlc` 3 years ago
Thomas Eizinger e01d84f578
Push down signing of commit transaction into `Dlc` 3 years ago