This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SPDX-License-Identifier: UNLICENSED | |
| pragma solidity ^0.8.16; | |
| import "./interfaces/IAccount.sol"; | |
| import "./interfaces/IPaymaster.sol"; | |
| import "./interfaces/IWallet.sol"; | |
| import "./interfaces/UserOperation.sol"; | |
| import "../common/NonReentrant.sol"; | |
| import { SnarkProof } from "../common/Types.sol"; | |
| import "../protocol/errMsgs/OrphanedWalletErrMsgs.sol"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SPDX-Licenyse-Identifier: GPL-3.0 | |
| pragma solidity ^0.8.12; | |
| /* solhint-disable no-inline-assembly */ | |
| import "@account-abstraction/contracts/core/BasePaymaster.sol"; | |
| import "../common/Types.sol"; | |
| import "../protocol/interfaces/IPantherPoolV1.sol"; | |
| import "./interfaces/IWallet.sol"; | |
| import "./interfaces/IWETH9.sol"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 594 passing (1m) | |
| 9 pending | |
| 2 failing | |
| 1) PantherPoolV0 and Vault Integration | |
| Test GenerateDeposits & Exit | |
| GenerateDeposits -> Exit - Integration test | |
| Async ... calls: | |
| Error: VM Exception while processing transaction: reverted with reason string 'TransferHelper: token contract call failed' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package.json | |
| "@biconomy/mexa": "^3.0.5", | |
| init Biconomy | |
| export async function biconomyProvider(): Promise<Biconomy> { | |
| const provider = ethers.getDefaultProvider("MUMBAI_RPC_URL") | |
| const biconomy = new Biconomy(provider as ExternalProvider, { | |
| contractAddresses: [StakingAddressMumbai], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git checkout develop | |
| git pull | |
| git checkout your/branch | |
| git rebase develop | |
| // fix conflicts | |
| git add just edited files | |
| git rebase --continue | |
| git push --force-with-lease | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| eth 2.0 specs | |
| https://github.com/goerli/eth2.0-specs/blob/dev/specs/phase0/beacon-chain.md#proposer-slashings | |
| beacon chain | |
| https://github.com/goerli/eth2.0-specs/blob/dev/specs/phase0/beacon-chain.md#attester-slashings | |
| honest validator | |
| https://github.com/goerli/eth2.0-specs/blob/dev/specs/phase0/validator.md#proposer-slashings | |
| EIP 3076 Validator client interchange format (slashing protection) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2.4.1 | |
| Recommended Parameters secp256k1 | |
| The elliptic curve domain parameters over F p associated with a Koblitz curve secp256k1 are | |
| specified by the sextuple T = (p, a, b, G, n, h) where the finite field F p is defined by: | |
| p = FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFE | |
| FFFFFC2F | |
| = 2 256 − 2 32 − 2 9 − 2 8 − 2 7 − 2 6 − 2 4 − 1 | |
| The curve E: y 2 = x 3 + ax + b over F p is defined by: | |
| a = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 | |
| 00000000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CTRL A + : | |
| caption always "%{= kw}%-w%{= gW}%n %t%{-}%+w %-= bigdatums.net - %Y-%m-%d %C:%s" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $infile = 'austria.csv'; | |
| $outfile = 'austria.ips'; | |
| $fp = fopen($outfile,'w'); | |
| $handle = fopen($infile, "r"); | |
| if ($handle) | |
| { | |
| while (($line = fgets($handle)) !== false) { | |
| $line = trim($line); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/sapcis/blockchain-workshop-chaincode | |
| https://github.com/sapcis/blockchain-workshop-oracle | |
| https://github.com/sapcis/blockchain-workshop-ui5 | |
| https://drive.google.com/file/d/1mwx-69S74lg7_pueopmRdrTaGyvQRKwy/view?usp=sharing | |
| https://drive.google.com/file/d/1NNo8tHcI75zMCfgxat0Xy1P3ueG4S7KW/view?usp=sharing | |
NewerOlder