aztec-packages icon indicating copy to clipboard operation
aztec-packages copied to clipboard

Results 196 aztec-packages issues
Sort by recently updated
recently updated
newest added

TODO: - Rank nodes based on their reputation - Rate limit requests from nodes - Timeouts - Check stream ordering under UDP connections, can we rely on it ?

Adds indirect const since the AVM supports it, and uses it to reduce a bunch bytecode sizes when initializing constant arrays. Opcode reductions contracts: Transpiling AppSubscription::assert_block_number with size 406 =>...

Currently, we bound the SET opcode constant size to 2.pow(128) - 1 in the AVM bytecode wire format, to keep opcodes within the size of one field. This issue is...

optimisation
avm

IIUC, right now we calculate the inverse for a lookup if the source or target selector is 1. Moreover, we set the target selector to be 1 for ALL the...

optimisation
avm

Docs link [here](https://docs.aztec.network/guides/local_env/run_more_than_one_pxe_sandbox), has not worked as reported by community for some time. - Consider hiding in docs to avoid negative dev experiences - Find way to make multiple PXEs...

documentation
devex

``` docker run \ --rm \ --workdir "$PWD" \ -e AZTEC_NODE_URL="$2" \ -v $HOME:$HOME \ -v cache:/cache \ -p $1:$1 \ aztecprotocol/aztec:latest \ start --pxe --port $1 ``` Have used...

Fixes #7897 Token::transfer before: 49296 after: 46390 diff: 2906

Right now when we send a TX to the node, it gets "fake" validated; because if invalid, a no-op occurs, it doesn't give users feedback directly in any way. The...