Skip to content

Commit

Permalink
feat: Add well-known log selectors to console output (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec authored Oct 9, 2023
1 parent 4e35082 commit 98b8420
Show file tree
Hide file tree
Showing 4 changed files with 435 additions and 664 deletions.
159 changes: 0 additions & 159 deletions etc/system-contracts/contracts/Console.sol

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/refresh_contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DST_DIR=src/deps/contracts/

mkdir -p $DST_DIR

contracts=("AccountCodeStorage" "BootloaderUtilities" "BytecodeCompressor" "ComplexUpgrader" "Console" "ContractDeployer" "DefaultAccount" "DefaultAccountNoSecurity" "EmptyContract" "ImmutableSimulator" "KnownCodesStorage" "L1Messenger" "L2EthToken" "MsgValueSimulator" "NonceHolder" "SystemContext" )
contracts=("AccountCodeStorage" "BootloaderUtilities" "BytecodeCompressor" "ComplexUpgrader" "ContractDeployer" "DefaultAccount" "DefaultAccountNoSecurity" "EmptyContract" "ImmutableSimulator" "KnownCodesStorage" "L1Messenger" "L2EthToken" "MsgValueSimulator" "NonceHolder" "SystemContext" )

for contract in "${contracts[@]}"; do
cp $SRC_DIR/$contract.sol/$contract.json $DST_DIR
Expand Down
Loading

0 comments on commit 98b8420

Please sign in to comment.