Julian Arce
Julian Arce
Now on every PR there is a gas report comparison against main branch to check if contract changes increase or reduce costs
# Description Implement a CI that make a gas report and compare against main if the changes increase or decrease costs
- New README_NEW.md file - Complete makefile help section
# Description As net/rpc client does not support TLS (described in this [issue](https://github.com/golang/go/issues/7946)), we will change to google.golang.org/grpc that supports tls for server and client
# Requested Changes - Explain how to upload proofs without the batcher - Explain that storage keeps proofs 7 days
# How to test 0. Addresses to export Note: ``` export RPC_URL=http://localhost:8545 export ALIGNED_SERVICE_MANAGER=0x851356ae760d987E095750cCeb3bC6014560891C export BATCHER_PAYMENT_SERVICE=0x7bc06c482DEAd17c0e297aFbC32f6e63d3846650 ``` And the Pauser's private keys Aligned Pauser Private Key: ``` export PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 ```...
# This PR - Slightly modifies the upgrade script to only generate the calldata to send to the multisig wallet - Writes a guide on how to upgrade the contracts...