Skip to content

Commit 101fb60

Browse files
Merge branch 'phase-1' of https://github.com/SocketDotTech/socket-protocol into feat/id
2 parents 2fba849 + ba5a850 commit 101fb60

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+722
-605
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ APP_GATEWAY="0x"
2121

2222
# FOR INFRASTRUCTURE DEPLOYMENT ONLY
2323
# Removes hardhat issues related to linting and syntax checking
24-
SOCKET_SIGNER_KEY="0000dead0000dead0000dead0000dead0000dead0000dead0000dead0000dead"
24+
SOCKET_PRIVATE_KEY="0000dead0000dead0000dead0000dead0000dead0000dead0000dead0000dead"

Errors.md

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@
1616
| `PromiseRevertFailed()` | `0x0175b9de` |
1717
| `NotLatestPromise()` | `0x39ca95d3` |
1818

19-
## evmx/plugs/ContractFactoryPlug.sol
20-
21-
| Error | Signature |
22-
| -------------------------------- | ------------ |
23-
| `DeploymentFailed()` | `0x30116425` |
24-
| `ExecutionFailed(bytes32,bytes)` | `0xd255d8a3` |
25-
| `information(bool,,bytes)` | `0x3a82a1f3` |
26-
2719
## evmx/plugs/FeesPlug.sol
2820

2921
| Error | Signature |
@@ -32,11 +24,13 @@
3224
| `InvalidDepositAmount()` | `0xfe9ba5cd` |
3325
| `TokenNotWhitelisted(address)` | `0xea3bff2e` |
3426

35-
## evmx/watcher/RequestHandler.sol
27+
## evmx/watcher/Watcher.sol
3628

37-
| Error | Signature |
38-
| ----------------------- | ------------ |
39-
| `InsufficientMaxFees()` | `0x0e5bc492` |
29+
| Error | Signature |
30+
| --------------------------- | ------------ |
31+
| `PayloadAlreadyCancelled()` | `0x999843d8` |
32+
| `PayloadAlreadySettled()` | `0x8fce2d78` |
33+
| `AppGatewayMismatch()` | `0x2b7236f9` |
4034

4135
## protocol/Socket.sol
4236

@@ -74,17 +68,6 @@
7468
| ---------------- | ------------ |
7569
| `NotSupported()` | `0xa0387940` |
7670

77-
## protocol/switchboard/CCTPSwitchboard.sol
78-
79-
| Error | Signature |
80-
| ------------------------------- | ------------ |
81-
| `RemoteExecutionNotFound()` | `0xbd506972` |
82-
| `PrevBatchDigestHashMismatch()` | `0xc9864e9d` |
83-
| `NotAttested()` | `0x99efb890` |
84-
| `NotExecuted()` | `0xec84b1da` |
85-
| `InvalidSender()` | `0xddb5de5e` |
86-
| `OnlyMessageTransmitter()` | `0x935ac89c` |
87-
8871
## protocol/switchboard/FastSwitchboard.sol
8972

9073
| Error | Signature |
@@ -145,7 +128,7 @@
145128
| `AuctionNotOpen()` | `0xf0460077` |
146129
| `BidExceedsMaxFees()` | `0x4c923f3c` |
147130
| `LowerBidAlreadyExists()` | `0xaaa1f709` |
148-
| `RequestCountMismatch()` | `0x98bbcbff` |
131+
| `PayloadCountMismatch()` | `0xea50ceff` |
149132
| `InvalidAmount()` | `0x2c5211c6` |
150133
| `InsufficientCreditsAvailable()` | `0xe61dc0aa` |
151134
| `InsufficientBalance()` | `0xf4d678b8` |

EventTopics.md

Lines changed: 54 additions & 122 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)