Commit Graph

24 Commits

Author SHA1 Message Date
0d35e31a89 tweak factory functions 2020-01-22 13:39:23 -05:00
b972227df8 update to solc@0.5.16
update waffle version and fix deprecations

move CI from circle to github actions
2020-01-22 11:47:24 -05:00
f2d4021498 remove exchangeBytecode in favor of .creationCode 2020-01-07 16:44:52 -05:00
3d2493ef2c change variable name 2020-01-06 13:00:57 -05:00
b8655fee9f add "to" parameter to relevant functions 2019-12-30 17:54:02 -05:00
e9e087c328 remove getTokens from the factory 2019-12-30 13:30:15 -05:00
c5e9261036 bump to solc@0.5.15 2019-12-20 13:28:21 -05:00
3c8ce4e1cc fix fee on swap implementation 2019-12-20 13:20:21 -05:00
49882ab99b forfeit -> burn
mint -> make

burn -> made
2019-12-19 18:02:49 -05:00
9e80c55338 try out fees on swap
rework admin/fee stuff in the factory
2019-12-19 10:40:26 -05:00
4c77c630fb bulk out fee implementation 2019-12-12 18:12:23 -05:00
4e4546d0a9 bump solc to 0.5.14
chainId implementation (commented out for now)

improve events

move safeTransfer in UniswapV2

tweak error messages
2019-12-12 14:52:15 -05:00
fd95caea17 squash errors 2019-12-09 02:33:18 -05:00
401d8e1e51 fix tests 2019-12-08 16:11:44 -05:00
d9dec32a8b version bumps 2019-12-08 14:52:19 -05:00
90dc9f39ab tweak factory api 2019-12-08 14:45:49 -05:00
43dfc8c567 add exchanges data structure
fix tests
2019-11-19 18:17:11 -05:00
b5437d3ea6 remove chainid in favor of istanbul opcode mocks
clean up signature verification

log post-execution balances
2019-11-19 14:44:43 -05:00
8cb70d07b2 tweaks 2019-10-31 17:46:25 -04:00
88b63ccee0 add getOtherTokens
rework function order

test tweaks
2019-10-31 12:43:51 -04:00
2c5a1afd39 add uint128 where applicable
remove mapping in exchange

add example oracle

syntax changes
2019-10-30 18:56:12 -04:00
3f9418e486 finalize 191 signatures 2019-10-28 14:33:47 -04:00
7fbf2244e9 add uniswapv2 interface
make bytecode in factory public

update tests
2019-10-25 16:37:17 -04:00
d48b5f5a44 run everything on constantinople
turn on compiler optimization

don't hardcode 18 decimals

add create2

name return values in factory
2019-10-24 18:03:15 -04:00