zhoujunma

Results 28 issues of zhoujunma

## Description ## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Breaking change - [ ] Performance improvement - [ ] Refactoring...

## Description ## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Breaking change - [ ] Performance improvement - [ ] Refactoring...

## Description Enable randomness without gas deposit and undergasing attack prevention.

## Description Capturing the new config combination to be used on mainnet ``` chain_generates_randomness_seed: true, chain_requires_deposit_for_randtxn: false, chain_allows_custom_max_gas_for_randtxn: false, ``` ## Type of Change - [x] Tests

## Description config combination 0: ``` chain_generates_randomness_seed: false, chain_requires_deposit_for_randtxn: false, ``` config combination 1: ``` chain_generates_randomness_seed: true, chain_requires_deposit_for_randtxn: false, ``` ## Type of Change - [x] Tests

## Description - New on-chain config: `SetupsVKs` to store (Setup, VK) pairs. - New keyless transaction field that takes a `setup_id`. - In keyless txn validation, if a `setup_id` is...

CICD:run-e2e-tests

## Description ## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Breaking change - [ ] Performance improvement - [ ] Refactoring...

## Description even if there are 2+ randomness API invocations. ## How Has This Been Tested? Modified exsiting UT. ## Key Areas to Review ## Type of Change - [...