skoupidi
|
6b9f9d690a
net/p2p: downgrade broadcast message log level
|
2 months ago |
skoupidi
|
5e597c1ffb
net/session/seedsync_session: downgrade seed process completion log level
|
2 months ago |
darkfi
|
d916faacea
net/outbound_session: simplify peer discovery logic and fix seed sync after `GetAddrs` failures
|
2 months ago |
darkfi
|
d4d308266f
net/hosts: add verbose debug statements to filter_addresses()
|
2 months ago |
epiphany
|
ee82a7d6bf
app: fix dependency version conflicts
|
2 months ago |
epiphany
|
b22bedfda7
app/ui/tokentable: force DRK token as the first row
|
2 months ago |
x
|
07e73a7b30
chore: Update crate dependencies
|
2 months ago |
epiphany
|
fdf8e19071
app/schema/wallet: fix balances, replace is_valid_address()
|
2 months ago |
epiphany
|
99830a6a66
app/schema/wallet: remove all mock values, add get_balance() util
|
2 months ago |
epiphany
|
5d6f7d3d99
app/schema: split wallet.rs into multiple files
|
2 months ago |
epiphany
|
481d0a0fc3
app: add drk plugin
|
3 months ago |
marvincode42
|
e9d3856ed2
contrib/dependency_setup.sh: fixed macOS deps
|
3 months ago |
skoupidi
|
17295fa3d7
darkfid/task/garbage_collect: refactored to a standalone background task
|
4 months ago |
skoupidi
|
5eaf244951
darkfid/rpc/tx: rebroadcast mempool call added
|
4 months ago |
skoupidi
|
b0e36ee930
validator/consensus: removed redudant mempool vec from Fork struct
|
4 months ago |
skoupidi
|
8ec2bdbbc7
blockchain: removed pending transactions order tree and related fns
|
4 months ago |
skoupidi
|
94e7fac8e2
validator: verify new tx against only the current best fork
|
4 months ago |
skoupidi
|
3356fdebd5
darkfid: purge unreferenced trees after a new tx is received
|
4 months ago |
skoupidi
|
9074aef176
chore: clippy
|
3 months ago |
oars
|
15d70323cb
sdk/monotree: replace expect() panics with propagated errrors
|
3 months ago |
epiphany
|
c11d2c8059
app/schema: add wallet schema
|
4 months ago |
jkds
|
56f1f8c60e
app: add gesture support at the window level
|
3 months ago |
jkds
|
9f16bed6fe
app: add gesture stub submod to window, and make sure app compiles/runs when enable-plugins feature is disabled
|
3 months ago |
x
|
fe95bc2258
chore: Clippy lints
|
4 months ago |
oars
|
3885d494c0
event_graph: header sync with tips, retrieves events header that are not ancestors of the tips
|
10 months ago |
oars
|
00d560c5e6
script/research/event_graph/egv2: python model for event graph v2 to test some of its properties like finding all paths, least common ancestors, non-ancestor events
|
10 months ago |
oars
|
ef7e4411c8
event_graph: add tests
|
10 months ago |
oars
|
6079b19cd0
event_graph: fixes a bug due to how message subscription is handled between dag_sync and event_handle_put that triggers "peer replied with wrong event" when a valid event is replied from a peer
|
10 months ago |
oars
|
70f3b93190
event_graph: during event request retrive only the headers we don't have the events for so we don't ask the event we already have
|
10 months ago |
oars
|
454a25fd96
event_graph: set synced boolean to true after all dags are synced
|
10 months ago |