darkfi
|
aa6cff4f2e
|
wallet: add a z_index property to control draw ordering of objs
|
2024-05-19 09:52:20 +02:00 |
|
dasman
|
8c455abd0a
|
bin/deg: drop deg config, and use args instead
|
2024-05-19 01:59:37 +03:00 |
|
rsx
|
28aaec3bba
|
wallet: add stubs for plugin subsystem
|
2024-05-18 10:30:37 +02:00 |
|
rsx
|
1369300ba2
|
wallet: add PropertyStatus.EXPR
|
2024-05-18 10:30:37 +02:00 |
|
dasman
|
b83e2a782f
|
bin/deg: fix multiple args
|
2024-05-18 04:01:57 +03:00 |
|
skoupidi
|
0243560e1f
|
drk: added fee call to deployoOor calls
|
2024-05-17 20:18:04 +03:00 |
|
skoupidi
|
4661d797cd
|
drk: attach-fee added and fixed otc swap
|
2024-05-17 20:04:42 +03:00 |
|
rsx
|
62994d050b
|
wallet: deprecate pyo2, replace with rustpython
|
2024-05-17 17:02:33 +02:00 |
|
rsx
|
633aeb447a
|
wallet: instantly show the window as priority
|
2024-05-17 17:02:01 +02:00 |
|
rsx
|
76d1ec7a04
|
wallet: add an expr engine for fast evaluation of exprs inside render loops
|
2024-05-17 14:35:18 +02:00 |
|
skoupidi
|
c3433efe2e
|
drk: cleanup on swap aisle
|
2024-05-16 22:07:20 +03:00 |
|
rsx
|
199485d071
|
wallet: impl properties with PY_EXPR subtype which are dynamically evaluated every frame.
|
2024-05-16 20:37:30 +02:00 |
|
skoupidi
|
c37618f354
|
drk: fixed token freezing and added its fee call
|
2024-05-16 14:14:14 +03:00 |
|
skoupidi
|
f52b4573e9
|
contract/money: switched auth_token_mint and token_mint execution order
|
2024-05-16 12:10:04 +03:00 |
|
dasman
|
840d3e745e
|
bin/deg: fix graphing intertwined merges and forks
|
2024-05-16 03:28:09 +03:00 |
|
skoupidi
|
8280857a00
|
contract/money: renamed TokenFreeze to AuthTokenFreeze and removed redundant proof
|
2024-05-15 20:48:48 +03:00 |
|
dasman
|
b13e3b81ac
|
bin/deg: update requirements
|
2024-05-15 04:42:40 +03:00 |
|
dasman
|
96a16b0de1
|
bin/deg: remove forgotten unnecessary prints
|
2024-05-14 03:09:34 +03:00 |
|
dasman
|
4186860fe5
|
bin/darkirc: RPC method to recreate DAG from replay log upon request from DEG
|
2024-05-14 00:57:37 +03:00 |
|
skoupidi
|
9e71055a9d
|
drk: fixed token minting and added its fee call
|
2024-05-13 15:42:46 +03:00 |
|
dasman
|
fae90c18f7
|
bin/deg: increase RPC buffer limit
|
2024-05-13 00:39:16 +03:00 |
|
dasman
|
d250c22196
|
bin/deg: add eventgraph replay mode
|
2024-05-13 00:38:35 +03:00 |
|
dasman
|
957388e3b0
|
bin/deg: better handle when dag is empty
|
2024-05-12 04:28:55 +03:00 |
|
dasman
|
13ea9a5ffe
|
bin/deg: update README.md
|
2024-05-11 03:50:59 +03:00 |
|
skoupidi
|
4101f8b608
|
drk: tx history handling cleanup
|
2024-05-10 14:40:37 +03:00 |
|
rsx
|
8be3db21a4
|
darkirc: update java version for building android binaries
|
2024-05-10 10:09:42 +02:00 |
|
dasman
|
047a0e4bb7
|
bin/deg: simplify detecting merges and forks in graph column
|
2024-05-10 01:34:59 +03:00 |
|
dasman
|
f93145a05a
|
tau: remove dummy info logs
|
2024-05-10 00:37:11 +03:00 |
|
dasman
|
71b2998e3a
|
bin/tau: flush sled db and stop dnet and deg when caughtung termination signal
|
2024-05-10 00:30:02 +03:00 |
|
dasman
|
b03ae05813
|
bin/darkirc: fix multiple join msgs in IRC client + NAMES list
|
2024-05-09 23:39:05 +03:00 |
|
dasman
|
39bd52c985
|
bin/darkirc: ignore CAP END if user is registered
|
2024-05-09 23:30:31 +03:00 |
|
skoupidi
|
32fcb6e6df
|
drk: store proper information for token mint authority
|
2024-05-08 19:09:13 +03:00 |
|
rsx
|
8b1fddacb3
|
wallet: add create/delete_mesh/texture() fns
|
2024-05-07 10:50:51 +02:00 |
|
rsx
|
1997292b36
|
wallet: improve methods, by making use of queues. signals now pass data too.
|
2024-05-07 10:15:33 +02:00 |
|
rsx
|
8332a3648c
|
wallet: update python API for new property system rewrite
|
2024-05-07 08:42:08 +02:00 |
|
rsx
|
2f58097787
|
wallet: make a more powerful property system
|
2024-05-06 16:49:18 +02:00 |
|
rsx
|
7e9fba23fb
|
wallet: create a chatbox
|
2024-05-06 16:49:18 +02:00 |
|
rsx
|
9a90542009
|
wallet: add is_visible property to objects
|
2024-05-06 16:49:18 +02:00 |
|
rsx
|
616735c0a3
|
wallet: bugfix .unwrap() causing crash when text obj is an empty string
|
2024-05-06 16:49:18 +02:00 |
|
rsx
|
6d7bbd3ed7
|
wallet: fix SceneGraph::rename_node() function which wasn't renaming parents and children info fields
|
2024-05-06 16:49:18 +02:00 |
|
rsx
|
2623d0e4cf
|
wallet: make screen coords consistently use pixels everywhere
|
2024-05-04 13:09:49 +02:00 |
|
rsx
|
85ceda586e
|
wallet: make the beautiful box resize but preserve border width
|
2024-05-04 12:49:49 +02:00 |
|
rsx
|
5777c0ffe6
|
wallet: draw a rather attractive looking box with a lush gradient
|
2024-05-04 12:38:37 +02:00 |
|
rsx
|
c475c198e7
|
wallet: begin reorganzing py code into a submodule
|
2024-05-04 12:17:00 +02:00 |
|
rsx
|
266ecc2ed1
|
wallet: add scan_dangling() method used for garbage collection of nodes
|
2024-05-04 10:57:45 +02:00 |
|
skoupidi
|
5f5cfbafa8
|
validator: random tx handling fixes
|
2024-05-03 18:28:59 +03:00 |
|
rsx
|
05a797ec7e
|
wallet: add convenience methods add/set/get_property_type() that make code look much cleaner
|
2024-05-03 16:40:10 +02:00 |
|
rsx
|
e76be71d4b
|
cargo fmt
|
2024-05-03 16:08:49 +02:00 |
|
rsx
|
663712f8b0
|
wallet: only allocate texture once. Instead use a ResourceManager
|
2024-05-03 16:08:05 +02:00 |
|
zero
|
927c0724a8
|
wallet: Cargo.toml make darkfi-serial use ../../ instead of git url
|
2024-05-03 14:18:33 +02:00 |
|