Skip to content

Commit 84a75da

Browse files
committed
fix: un-ignore specific .abi / .bin files
1 parent a7849ec commit 84a75da

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

libevm/solidity/p256/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
*.abi
2-
*.bin
2+
*.bin
3+
!P256Proxy.abi
4+
!P256Proxy.bin

libevm/solidity/p256/P256Proxy.abi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"inputs":[{"internalType":"bytes32","name":"hash","type":"bytes32"},{"internalType":"bytes32","name":"sigR","type":"bytes32"},{"internalType":"bytes32","name":"sigS","type":"bytes32"},{"internalType":"bytes32","name":"pubX","type":"bytes32"},{"internalType":"bytes32","name":"pubY","type":"bytes32"}],"name":"verify","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"}]

libevm/solidity/p256/P256Proxy.bin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6080604052348015600e575f5ffd5b506101d08061001c5f395ff3fe608060405234801561000f575f5ffd5b5060043610610029575f3560e01c80637cd633d81461002d575b5f5ffd5b610047600480360381019061004291906100f0565b61005d565b6040516100549190610181565b60405180910390f35b5f61006b8686868686610076565b905095945050505050565b5f5f5f5f5260405187815286602082015285604082015284606082015283608082015260205f60a0836101005afa5f518116925050508091505095945050505050565b5f5ffd5b5f819050919050565b6100cf816100bd565b81146100d9575f5ffd5b50565b5f813590506100ea816100c6565b92915050565b5f5f5f5f5f60a08688031215610109576101086100b9565b5b5f610116888289016100dc565b9550506020610127888289016100dc565b9450506040610138888289016100dc565b9350506060610149888289016100dc565b925050608061015a888289016100dc565b9150509295509295909350565b5f8115159050919050565b61017b81610167565b82525050565b5f6020820190506101945f830184610172565b9291505056fea264697066735822122076e24f1d7ec1771b139a20ca1d39490adf4f727d591ba45a0c82627eff198c5664736f6c634300081e0033

0 commit comments

Comments
 (0)