jkds
|
a9e1f04a9f
app: do proper JVM thread mgmt. previously we call AttachThread() everywhere which is wrong, it should be called once per thread and then DetachThread() to cleanup. use thread local storage + Drop to make a thread guard for this.
|
7 miesięcy temu |
jkds
|
6e23e98d26
app: replace androidx with just normal android classes so we dont need to bundle androidx jar
|
7 miesięcy temu |
jkds
|
a46fc2963b
app/chatview: migrate PrivMessage to text2 API
|
7 miesięcy temu |
jkds
|
b7935765fb
app: Cargo.lock update
|
7 miesięcy temu |
jkds
|
3564bd1f84
app/chatview: migrate DateMessage to text2 API
|
7 miesięcy temu |
oars
|
d43a456f7b
script/research/tx-replayer: add wasm, zkp and sig command line flags inorder to verify either wasm runtime, zkp or signature part of the transaction inorder to see resources usage for each parts of a tx verification
|
7 miesięcy temu |
oars
|
ff477eb2f0
script/research/tx-replayer: a tool to replay a transaction by resetting the blockchain database to a height before the transaction was added at
|
7 miesięcy temu |
oars
|
12a18503a2
contract/test-harness: fix issue with benchmark_wasm_calls and let it silently fail when given an invalid tx
|
8 miesięcy temu |
oars
|
f974da8409
script/research/zkvm-metering: add CircuitCost measurements
|
7 miesięcy temu |
oars
|
7c42e3020d
zk: add Debug trait to ZkCircuit and fill configure trait
|
7 miesięcy temu |
oars
|
f7db85c0a9
script/research/zkvm-metering: generate and verify Native contracts' proofs
|
7 miesięcy temu |
oars
|
8d7d33b812
script/research/zkvm-metering: organize
|
7 miesięcy temu |
oars
|
574695f034
script/research/zkvm-metering: fix merkle_root opcode zk proof, k = 11 can be used and this changes the proof size and verifying key size
|
7 miesięcy temu |
skoupidi
|
f644d8cae0
net/hosts: moved file doc comments before items
|
7 miesięcy temu |
oars
|
e641ac09f4
chore: fix rustdoc broken doc links and warnings
|
7 miesięcy temu |
jkds
|
6c0dafbceb
app/text2: modify text rendering so we build a single atlas for an entire parley Layout. this is handy if a layout does not change (text/styles) just the wrapping. then we can reuse the atlas.
|
7 miesięcy temu |
jkds
|
6b9ef3aff2
app: fix potential bug on exit due to already dropped anim when draw() is called after window quit request. see below for more detailed info.
|
7 miesięcy temu |
jkds
|
8028ea9b10
app: use cargo features to enable switching between schema layouts
|
7 miesięcy temu |
jkds
|
4378ea4845
update copyright dates on new files from 2025 to 2026
|
7 miesięcy temu |
jkds
|
1a4247ea7a
Merge codeberg-tor:darkrenaissance/darkfi
|
7 miesięcy temu |
jkds
|
633d7f21ce
Merge branch 'gameinput'
|
7 miesięcy temu |
jkds
|
af086abc61
app/edit: fix bug where android sends us spurious compose changes. Just drop them.
|
7 miesięcy temu |
skoupidi
|
0692bf9ce7
Cargo.toml: reverted zk feature back to asyn-sdk
|
7 miesięcy temu |
jkds
|
d131828285
app: reduce JNI overhead when adjusting a selection by creating a special setSelection() fn so we dont have to pass the entire state over the bridge.
|
7 miesięcy temu |
jkds
|
7d589fd2ac
app/edit: improve perf of editing selection. only recalc rect when editing text itself (not select changes)
|
7 miesięcy temu |
jkds
|
737ba095f9
app: android event handler improve editor logic
|
7 miesięcy temu |
jkds
|
b182fa7fa9
app: improve android editor perf and eliminate a deadlock in android text input
|
7 miesięcy temu |
skoupidi
|
dfe15b173f
contrib/localnet/darkfid*: added missing management rpc in all scripts
|
7 miesięcy temu |
skoupidi
|
fcf4aded0e
darkfid: split managemtn rpc methods into its own rpc server and standarized all ports
|
7 miesięcy temu |
x
|
4f30aae91d
doc: Update book links
|
7 miesięcy temu |