punwai
punwai
### Problem Currently, authorities do not sign over user signatures. This means that certain types of transactions are not agreed upon. For example, a threshold multi-signature transaction would not be...
Signatures will now change from [SIGNATURE_BYTES, PUBLIC_KEY_BYTES] to [FLAG (1 byte), SIGNATURE_BYTES, PUBLIC_KEY_BYTES]. The FLAG for edDSA will currently be 0x00, and will currently be the only supported signature scheme....
#### Summary Currently our commitments (checkpoints and certificates) do not include the user's signatures. Essentially, authorities are not signing over the user's signatures.
#### Summary We need to allow certificates to be signed by other keypairs to allow for the scale-out architecture that we are developing for Narwhal and Sui. This PR introduces...
#### Summary This file contains an implementation of a negligible-cost (apart from some ocassional pk copying) trivial cryptographic scheme. The purpose of this library is to allow seamless benchmarking of...
### Description Keypair serializes, but does not deserialize when trying to test it out in #557. Does not break Narwhal nor Sui so continuing with #557 anyways.
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Applying lazy loading to all the modules (listed later) will majorly reduce the time which...
**Is your feature request related to a problem? Please describe.** At the moment, only pagination is implemented on the Entity Data Table Checks API endpoint. Once, sorting and searching has...
This PR is now splitted into 2 parts: #4408 to first change the Network Key and another (upcoming) one which will change the BLS This PR switches the Sui network...