-
JoinMarket currently creates CoinJoins but there's no reason the incentive model cant also be applied to CoinSwap. In the end, the same yield-generator bots (and patientsendpayments) could announce of…
-
# Lines of code
https://github.com/code-423n4/2022-07-axelar/blob/3729dd4aeff8dc2b8b9c3670a1c792c81fc60e7c/contracts/AxelarGateway.sol#L262
https://github.com/code-423n4/2022-07-axelar/blob/3729dd4ae…
-
when i login with outlook 2016, IMAP 993 SMTP 465
front_1 | 2023-08-13T16:38:30.456819297+08:00 2023/08/13 16:38:30 [info] 34#34: *828 client 221.226.197.207:35162 connected to 0.0.0.0:993
…
-
Point Time Locked Contracts (PTLC) scripts allow for swaps to look like normal transactions. Especially with Taproot, Schnorr signatures and tapscripts greatly increase the ability to blend into the c…
-
Hi there,
Is there anyway I can derive or prove if a single signer is part of the group of signers on-chain without having the whole group sign, i.e. through the public key or a signature proof?
…
-
## Client Configuration
Start client with:
* [x] valid configuration
* Client starts successfully.
* [x] missing config file
* Client fails to start.
* [x] config file in default…
nkuba updated
4 years ago
-
I use a local devnet ([https://github.com/ivy-net/iv1](https://github.com/ivy-net/iv1)) to run EigenLayer and this AVS locally. Smart contracts are deployed properly, both aggregator and operator star…
-
Currently, FarcasterDelegator assumes/requires that signatures produced on its behalf are true ECDSA signatures. Since the [custom signature scheme](https://github.com/Hats-Protocol/farcaster-delegato…
-
We are seeing what it looks like a memory leak in TS 8.0.6:
![image](https://user-images.githubusercontent.com/4091505/78372113-63fa4600-75b8-11ea-99cb-64a7cccf70dc.png)
In the screenshot you can s…
-
I would like to speed up signature verification using ARMv7 instruction set (ARM4 or ARM33 device). Verification takes about 3 seconds with __BLST_PORTABLE__ build. Could you hazard a guess on how …