aboutsummaryrefslogtreecommitdiffstats
path: root/cad/electric/Makefile
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-12-28 19:40:54 +0800
committerwg <wg@FreeBSD.org>2013-12-28 19:40:54 +0800
commite7538687f3656348b3977b943a37317d12caf791 (patch)
treeb9429d476fd33f666063d12102526b22b558f131 /cad/electric/Makefile
parentf36d0ab3e706a0b5be479abc61b831a5b809f49b (diff)
downloadfreebsd-ports-gnome-e7538687f3656348b3977b943a37317d12caf791.tar.gz
freebsd-ports-gnome-e7538687f3656348b3977b943a37317d12caf791.tar.zst
freebsd-ports-gnome-e7538687f3656348b3977b943a37317d12caf791.zip
net/py-xmlrpc: support staging
Diffstat (limited to 'cad/electric/Makefile')
0 files changed, 0 insertions, 0 deletions
>| | | * Initial project scaffoldingLeonid Logvinov2018-10-1015-0/+339 | | | | * | Merge pull request #1114 from 0xProject/feature/instant/redux-styles-containerFrancesco Agosti2018-10-1122-6/+653 | |\ \ | | | | | | | | [instant] Add styles and redux to instant | | * | Upgrade ethereum-typesfragosti2018-10-111-1/+1 | | | | | | * | Lint and update depsfragosti2018-10-112-3/+3 | | | | | | * | Be more explicit with falsinessfragosti2018-10-111-1/+1 | | | | | | * | Add type to cssRuleIfExistsfragosti2018-10-111-1/+2 | | | | | | * | Fix issue where we throw if non-numeric characters are used in inputfragosti2018-10-111-2/+7 | | | | | | * | Upgrade to more recent types, fix yarn.lockfragosti2018-10-111-1/+1 | | | | | | * | Change tslint config to remove conflicts with prettierfragosti2018-10-101-1/+2 | | | | | | * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-1074-475/+1297 | | |\| | | | | | | | | | | | | feature/instant/redux-styles-container | | * | Fix empty input bugfragosti2018-10-102-5/+9 | | | | | | * | Center 0x instantfragosti2018-10-101-3/+4 | | | | | | * | Apply linterfragosti2018-10-056-12/+10 | | | | | | * | Create SelectedAssetInputAmountfragosti2018-10-056-15/+72 | | | | | | * | Add Input and AmountInput componentfragosti2018-10-055-3/+75 | | | | | | * | Add border radiosfragosti2018-10-052-2/+2 | | | | | | * | Add box shadow and default box-sizing: border-box to containerfragosti2018-10-055-9/+11 | | | | | | * | Add BuyButton and other small improvementfragosti2018-10-057-19/+147 | | | | | | * | Add faux order details sectionfragosti2018-10-053-40/+15 | | | | | | * | Create zrx instant container headingfragosti2018-10-053-21/+37 | | | | | | * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-0590-398/+508 | | |\ \ | | | | | | | | | | | | | | | feature/instant/redux-styles-container | | * | | apply prettierfragosti2018-10-051-7/+1 | | | | | | | * | | Remove deps we probably dont needfragosti2018-10-051-2/+0 | | | | | | | * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-0519-169/+547 | | |\ \ \ | | | | | | | | | | | | | | | | | | feature/instant/redux-styles-container | | * | | | Fix linting problemsfragosti2018-10-053-4/+4 | | | | | | | | * | | | Improve utilities and try to use them in simple form componentfragosti2018-10-058-23/+89 | | | | | | | | * | | | Add Flex and Container componentfragosti2018-10-053-0/+91 | | | | | | | | * | | | Add some ui componentsfragosti2018-10-046-14/+166 | | | | | | | | * | | | Add Inter UI fontfragosti2018-10-042-2/+7 | | | | | | | | * | | | Add redux to 0x instantfragosti2018-10-045-4/+49 | | | | | | | | * | | | Add styled-components with themefragosti2018-10-043-2/+38 | | | | | | | * | | | | [fix]: [testnet-faucet] Exit 1 on build failJacob Evans2018-10-111-18/+17 | | |_|_|/ | |/| | | | | | | | | | | | | If we detect any compilation errors then exit with 1 | * | | | Merge pull request #1116 from 0xProject/feature/asset-buyer/api-tweaksBrandon Millman2018-10-107-18/+40 | |\ \ \ \ | | | | | | | | | | | | [asset-buyer] Fix order expiration calc bug and expose gas options to executeBuyQuote | | * \ \ \ Merge branch 'development' into feature/asset-buyer/api-tweaksBrandon Millman2018-10-1066-454/+1256 | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Define bundlewatch.ci.repoBranchBase Stop accesing ethers private methods Fix merge conflicts Fix ethers build issue Upgrade ethers.js version Fix branch name Add max sizes Use bundlewatch instead of bundlesize Move Metamask Error to OrderErrors Update the exported types for the packages which touch RPC providers Throw and handle errors from Providers. Clarifies use of schemas outside of Javascript/TypeScript. Detect MM on signature validation failure. Return SignedOrder from signing utils. Update 0x.js Changelog Add eth_signTypedData support to our wallet subproviders Move SignTypedData to utils package Introduce Metamask Subprovider. Expose eth_signTypedData functionality for order signing | | * | | | | Update the CHANGELOGBrandon Millman2018-10-101-0/+8 | | | | | | | | | * | | | | Add comments for expiryBufferBrandon Millman2018-10-102-2/+2 | | | | | | | | | * | | | | Fix incorrect affiliate fee calculations and associated testsBrandon Millman2018-10-062-14/+20 | | | | | | | | | * | | | | Increase default expiryBufferSeconds from 15 to 300 (5 minutes)Brandon Millman2018-10-061-1/+1 | | | | | | | | | * | | | | Add comments for gasPrice and gasLimitBrandon Millman2018-10-061-0/+2 | | | | | | | | | * | | | | Fix order expiration calc bug and expose gas options to executeBuyQuotefragosti2018-10-063-2/+8 | | | |_|_|/ | | |/| | | | * | | | | fix: [testnet-faucet] Signing of ordersJacob Evans2018-10-101-3/+1 | | |/ / / | |/| | | | | | | | | | | | | Signing of orders changed in order-utils but forgot to update testnet faucet | * | | | Stop accesing ethers private methodsLeonid Logvinov2018-10-093-9/+7 | | | | | | * | | | Fix ethers build issueLeonid Logvinov2018-10-093-9/+11 | | | | | | * | | | Upgrade ethers.js versionLeonid Logvinov2018-10-0911-11/+11 | | | | | | * | | | Merge pull request #1102 from 0xProject/feature/0x.js/eip712-sign-typed-dataJacob Evans2018-10-0951-434/+1236 | |\ \ \ \ | | | | | | | | | | | | [0x.js][order-utils][web3-wrapper] Expose eth_signTypedData functionality for order signing | | * | | | Move Metamask Error to OrderErrorsJacob Evans2018-10-093-10/+9 | | | | | | | | * | | | Update the exported types for the packages which touch RPC providersJacob Evans2018-10-095-3/+24 | | | | | | | | * | | | Throw and handle errors from Providers.Jacob Evans2018-10-0922-89/+205 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In web3 wrapper when a response contains an error field we throw this rather than return response.result which is often undefined. In Signature Utils we handle the error thrown when a user rejects the signing dialogue to prevent double signing. Exposed the ZeroExTransaction JSON schema. In Website only use the MetamaskSubprovider if we can detect the provider is Metamask | | * | | | Detect MM on signature validation failure.Jacob Evans2018-10-081-24/+28 | | | | | | | | | | | | | | | | | | | | | | | | Report a developer friendly error in this event to educate them on the compatability wrapper MetamaskSubprovider | | * | | | Return SignedOrder from signing utils.Jacob Evans2018-10-0525-192/+380 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a helper back in EIP712Utils for code cleanup. Moved constants in order-utils into the constants object | | * | | | Update 0x.js ChangelogJacob Evans2018-10-051-0/+18 | | | | | | | | * | | | Add eth_signTypedData support to our wallet subprovidersJacob Evans2018-10-0520-86/+326 | | | | | | | | * | | | Move SignTypedData to utils packageJacob Evans2018-10-059-152/+234 | | | | | | | | * | | | Introduce Metamask Subprovider.Jacob Evans2018-10-0514-219/+225 | | | | | | | | | | | | | | | | | | | | | | | | MM has a number of inconsistencies with other providers when implementing the JSON RPC interface. This subprovider wraps those nuances so they do not leak into the rest of our code | | * | | | Expose eth_signTypedData functionality for order signingJacob Evans2018-10-058-16/+144 | | |/ / / * | | | | Merge branch 'development' into dev-section-redesignFabio Berger2018-10-0997-460/+878 |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Clarifies use of schemas outside of Javascript/TypeScript. Fix typo Add asset-buyer to published packages section in README Publish Updated CHANGELOGS Update BuyQuote interface Add missing default options Remove unused constants Add fee order with a takerFee Add additional order factory methods and refactor test to use them Add comments about buy quote calculation Update CHANGELOG Fix linter Add additional test for slippage Add buy_quote_calculator_test | * | | | Clarifies use of schemas outside of Javascript/TypeScript.Joe Ardent2018-10-081-1/+1 | |/ / / | * | | Publishethereum-types@1.0.11contracts@2.1.49@0xproject/website@0.0.54@0xproject/web3-wrapper@3.0.3@0xproject/utils@2.0.2@0xproject/typescript-typings@3.0.2@0xproject/types@1.1.4@0xproject/tslint-config@1.0.8@0xproject/testnet-faucets@1.0.51@0xproject/subproviders@2.0.7@0xproject/sra-spec@1.0.6@0xproject/sra-report@1.0.13@0xproject/sol-resolver@1.0.14@0xproject/sol-doc@1.0.2@0xproject/sol-cov@2.1.7@0xproject/sol-compiler@1.1.7@0xproject/react-shared@1.0.15@0xproject/react-docs@1.0.13@0xproject/order-watcher@2.1.1@0xproject/order-utils@1.0.7@0xproject/monorepo-scripts@1.0.11@0xproject/migrations@1.0.14@0xproject/metacoin@0.0.23@0xproject/json-schemas@1.0.7@0xproject/instant@0.0.2@0xproject/fill-scenarios@1.0.7@0xproject/dev-utils@1.0.12@0xproject/contract-wrappers@2.0.2@0xproject/connect@3.0.1@0xproject/base-contract@3.0.1@0xproject/asset-buyer@2.0.0@0xproject/assert@1.0.13@0xproject/abi-gen@1.0.130x.js@1.0.8Brandon Millman2018-10-0534-260/+260 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.8 - @0xproject/abi-gen@1.0.13 - @0xproject/assert@1.0.13 - @0xproject/asset-buyer@2.0.0 - @0xproject/base-contract@3.0.1 - @0xproject/connect@3.0.1 - @0xproject/contract-wrappers@2.0.2 - contracts@2.1.49 - @0xproject/dev-utils@1.0.12 - ethereum-types@1.0.11 - @0xproject/fill-scenarios@1.0.7 - @0xproject/instant@0.0.2 - @0xproject/json-schemas@1.0.7 - @0xproject/metacoin@0.0.23 - @0xproject/migrations@1.0.14 - @0xproject/monorepo-scripts@1.0.11 - @0xproject/order-utils@1.0.7 - @0xproject/order-watcher@2.1.1 - @0xproject/react-docs@1.0.13 - @0xproject/react-shared@1.0.15 - @0xproject/sol-compiler@1.1.7 - @0xproject/sol-cov@2.1.7 - @0xproject/sol-doc@1.0.2 - @0xproject/sol-resolver@1.0.14 - @0xproject/sra-report@1.0.13 - @0xproject/sra-spec@1.0.6 - @0xproject/subproviders@2.0.7 - @0xproject/testnet-faucets@1.0.51 - @0xproject/tslint-config@1.0.8 - @0xproject/types@1.1.4 - @0xproject/typescript-typings@3.0.2 - @0xproject/utils@2.0.2 - @0xproject/web3-wrapper@3.0.3 - @0xproject/website@0.0.54 | * | | Updated CHANGELOGSBrandon Millman2018-10-0556-141/+251 | | |/ | |/| | * | Merge pull request #1113 from 0xProject/feature/asset-buyer/testsBrandon Millman2018-10-057-58/+366 | |\ \ | | | | | | | | [asset-buyer] Rework min / max rate calc and add tests | | * | Update BuyQuote interfaceBrandon Millman2018-10-055-40/+73 | | | | | | * | Add missing default optionsBrandon Millman2018-10-041-3/+6 | | | | | | * | Remove unused constantsBrandon Millman2018-10-041-3/+0 | | | | | | * | Add fee order with a takerFeeBrandon Millman2018-10-041-2/+6 | | | | | | * | Add additional order factory methods and refactor test to use themBrandon Millman2018-10-042-61/+61 | | | | | | * | Add comments about buy quote calculationBrandon Millman2018-10-041-0/+2 | | | | | | * | Update CHANGELOGBrandon Millman2018-10-041-0/+4 | | | | | | * | Fix linterBrandon Millman2018-10-041-2/+0 | | | | | | * | Add additional test for slippageBrandon Millman2018-10-042-18/+70 | | | | | | * | Add buy_quote_calculator_testBrandon Millman2018-10-042-31/+246 | | | | * | | | remove unused importFabio Berger2018-10-061-1/+0 | | | | * | | | Move valid-url import to react-sharedFabio Berger2018-10-062-3/+3 | | | | * | | | Fix commentFabio Berger2018-10-061-1/+1 | | | | * | | | Fix liinterFabio Berger2018-10-062-2/+1 | | | | * | | | Convert TutorialButton to styled componentFabio Berger2018-10-061-64/+45 | | | | * | | | Convert more divs to containers and text componentsFabio Berger2018-10-054-57/+57 | | | | * | | | remove inline styleFabio Berger2018-10-051-4/+1 | | | | * | | | Remove type prop and instead infer it from the value of toFabio Berger2018-10-0516-95/+69 | | | | * | | | Remove style prop from LinkFabio Berger2018-10-0513-64/+56 | | | | * | | | Rename scroll containerFabio Berger2018-10-055-17/+6 | | | | * | | | Remove containerId option and throw if passing in shouldOpenInNewTab with ↵Fabio Berger2018-10-051-4/+6 | | | | | | | | | | | | | | | | type ReactScroll * | | | Apply props to all link variants when possibleFabio Berger2018-10-051-1/+7 | | | | * | | | Render paragraphs with spans so we don't get margin addedFabio Berger2018-10-051-0/+1 | | | | * | | | Fix bug where wiki links in dev dropdown weren't working when on the wikiFabio Berger2018-10-053-78/+93 | | | | * | | | Fix react warningFabio Berger2018-10-051-1/+1 | | | | * | | | remove stray logsFabio Berger2018-10-052-2/+0 | | | | * | | | merge base branchFabio Berger2018-10-05151-889/+1796 |\ \ \ \ | * | | | merge developmemntFabio Berger2018-10-05