Amir Bandeali
2a9e03b61e
Merge pull request #1455 from 0xProject/fix/contracts/MAPupdates
...
Add validation to MAP
2018-12-20 09:56:06 -08:00
Steve Klebanoff
fb003903c7
Fix types
2018-12-20 09:21:29 -08:00
Amir Bandeali
fbfb6eb45e
Update CHANGELOG
2018-12-20 09:13:36 -08:00
Amir Bandeali
58be23ac97
Remove assembly version of matchOrders
2018-12-20 09:13:36 -08:00
Amir Bandeali
90fcf59a32
Add getOrderInfo check before calling fillOrder
2018-12-20 09:13:36 -08:00
Amir Bandeali
e74b24bbdb
Update comments and hard code function selector constants
2018-12-20 09:13:36 -08:00
Amir Bandeali
6b5b8fe8e0
Fix build after rebase
2018-12-20 09:13:36 -08:00
Amir Bandeali
0a5ecec3e2
update comments
2018-12-20 09:13:36 -08:00
Amir Bandeali
b6f4c5c7da
Fix build and add back tests
2018-12-20 09:13:36 -08:00
Amir Bandeali
a6ec2a8c54
Update dependency paths
2018-12-20 09:13:36 -08:00
Amir Bandeali
2fa8b8d1d0
Add OrderMatcher tests
2018-12-20 09:13:36 -08:00
Amir Bandeali
b786836db6
feat: Add OrderMatcher contract that takes spread in multiple assets by calling matchOrders followed by fillOrder
2018-12-20 09:13:36 -08:00
Amir Bandeali
8e5f0f9c5c
Update CHANGELOG
2018-12-20 09:11:30 -08:00
Amir Bandeali
99e32869e6
Use more efficient equality checks
2018-12-20 09:11:30 -08:00
Amir Bandeali
04729c44b4
Add note about input validation
2018-12-20 09:11:30 -08:00
Amir Bandeali
2a2260de45
Use more efficient check for overflow
2018-12-20 09:11:30 -08:00
Amir Bandeali
a7c3996627
Check if amount == 0 before doing division
2018-12-20 09:11:30 -08:00
Steve Klebanoff
6dbcdad1ff
Fix TS error w/ children on portal
2018-12-20 09:03:30 -08:00
Steve Klebanoff
f94bdc496a
Rename props and fix router types
2018-12-20 08:59:13 -08:00
Steve Klebanoff
97369c969c
Fix StyledCommunityLink props
2018-12-20 08:28:58 -08:00
Steve Klebanoff
72e68c43e3
remove unused file
2018-12-19 15:58:05 -08:00
Steve Klebanoff
473537e6e7
remove unused instant pages
2018-12-19 15:56:12 -08:00
Fred Carlsen
ca3e0b26c6
Reapply prettier
2018-12-20 00:24:28 +01:00
Steve Klebanoff
2716374b25
New relayers
2018-12-19 15:23:42 -08:00
F. Eugene Aumson
ace968a4fc
feat(sra_client.py): Test deployed pkg via tox
2018-12-19 18:18:44 -05:00
Fred Carlsen
e6f3693813
Disable fee slider when no address is put in
2018-12-20 00:16:39 +01:00
Fred Carlsen
531ed54961
Fix page titles
2018-12-20 00:06:39 +01:00
Fred Carlsen
5eb316f5d8
Merge remote-tracking branch 'upstream/feature/website/0x-org' into feature/website/0x-org
...
# Conflicts:
# packages/website/ts/@next/components/button.tsx
# packages/website/ts/@next/components/definition.tsx
# packages/website/ts/@next/components/hero.tsx
# packages/website/ts/@next/components/sections/landing/about.tsx
# packages/website/ts/@next/pages/market_maker.tsx
2018-12-19 23:59:07 +01:00
Steve Klebanoff
97e21106e5
Merge pull request #1448 from 0xProject/feature/website/0x-org
...
[website][react-shared][instant] 0x org
2018-12-19 10:04:41 -08:00
Fabio B
6e4cb0246c
Merge pull request #1453 from 0xProject/addUnenforcedConventions
...
Add unenforced coding rules to CONTRIBUTING.md
2018-12-19 17:29:02 +00:00
Steve Klebanoff
125a940560
Merge branch 'development' into feature/website/0x-org
2018-12-19 08:19:36 -08:00
Steve Klebanoff
a7f847bf3e
Merge pull request #1457 from 0xProject/feature/website/0x-org-linting
...
[website] 0x org linting and prettier
2018-12-19 08:18:17 -08:00
Leonid Logvinov
b3978b641c
Merge pull request #1461 from 0xProject/feature/sol-compiler-watch
...
Sol-compiler watch mode
2018-12-19 16:52:49 +01:00
Fabio Berger
94dc272335
Merge branch 'development' into addUnenforcedConventions
...
* development: (92 commits)
Add missing CHANGELOG entry for OrderWatcher WS interface
Bump up stale to close to 30 days
Move onMessageAsync outside of tests and add comments
Fix WS tests to remove race-condition and be more specific about the message expected
Add temporary console.log to test failing on CI
Make @0x/contracts-test-utils a dependency instead of a devDependency
Fix test-publish failure in contracts packages
Fixed solhint errors
Added documentation to `LibAddressArray.append` and switched `if` to `require` smt
Updated changelogs for new contracts
Added `gas` field so tests pass on Geth;
Added Changelog for new Extensions
Updated comment `Execute fillOrder` -> `Execute exchange function`
Explicit returns
Prettier / Linter on contracts + TS
Refactoring balance threshold filter
Moved exchange calldata functions to separate mixin
Less Assembly. More Solidity. Less Efficiency. More Readability.
Run all tests for extensions
Cleaned up tests for balance threshold filter
...
2018-12-19 15:17:46 +00:00
Fabio B
d456710441
Update packages/sol-compiler/src/compiler.ts
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com >
2018-12-19 15:57:30 +01:00
Fabio B
e886ef8c4b
Update packages/sol-compiler/src/utils/compiler.ts
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com >
2018-12-19 15:57:19 +01:00
Leonid Logvinov
86a9375d04
Run prettier
2018-12-19 15:41:49 +01:00
Leonid Logvinov
f832e035da
Run prettier
2018-12-19 15:41:49 +01:00
Leonid Logvinov
5656605355
Describe regexes
2018-12-19 15:41:49 +01:00
Leonid Logvinov
5c4a992b87
Add a NOTE comment
2018-12-19 15:41:49 +01:00
Leonid Logvinov
0abf1c71f6
Add a comment for SpyResolver
2018-12-19 15:41:49 +01:00
Leonid Logvinov
85be2fbf19
Move logWithTime to logUtils
2018-12-19 15:41:49 +01:00
Fabio B
69de1d05ef
Update packages/sol-compiler/src/compiler.ts
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com >
2018-12-19 15:41:49 +01:00
Leonid Logvinov
237014e823
Disable linter no a hanging promise with a comment
2018-12-19 15:41:49 +01:00
Leonid Logvinov
85a8c6160f
Mark the field as readonly
2018-12-19 15:41:49 +01:00
Leonid Logvinov
e2535027e9
Remove unused variables
2018-12-19 15:41:49 +01:00
Leonid Logvinov
87d157b805
Move logWithTime function to utils
2018-12-19 15:41:49 +01:00
Leonid Logvinov
56d48758d3
Add PR numbers
2018-12-19 15:41:49 +01:00
Leonid Logvinov
abfb358250
Add the sol-compiler watch command to all packages
2018-12-19 15:41:49 +01:00
Leonid Logvinov
657b698e1e
Add sol-compiler watch mode
2018-12-19 15:41:48 +01:00