Skip to content

v1.0.9

  • v1.0.9
  • c9b12e3
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
  • Choose a tag to compare

  • v1.0.9
  • c9b12e3
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@anxolin anxolin tagged this 09 Dec 12:27
* Override hook swap callback

* Override and delegate

* Provide mock implementation

* Custom redux store (#31)

* copy state/index to custom

* create sample of Operator actions

* create sample of Operator reducer

* add operator reducer to state

* create sample of Operator hooks

* changeto absolute import { AppDispatch, AppState } from 'state/'

* change to absolute import store from 'state/'

* minor organisational changes

* from 'state/' -> from 'state'

* special var for UNISWAP_REDUCERS

* simplify types

* fix import error

Co-authored-by: David Sato <david.sato64@gmail.com>

* Print useful trading information

* Disable token warning

* Disable token warning

* Add actions

* Add hook for adding pending orders

* Add redux state for orders

* Add expiration and update executed order

* Simplify order params

* Add logic for posting the order

* Rename param

* Fix some old type name

* Add deadline to logged params

* Do not check immutable changes, is too slow (#38)

* Disable token warning (#39)

* Make types closer to the future orders PR

* Mock signing transaction, call API, and update state

* Remove unnecesary things in the reducer

* Change valid to to number

* Fix how the buyToken is extracted

* Connect to orders state

* Re-delete code that a bad merge added

* Remove unsed imports

* Simplify expression

* Reapply commit after bad merge

Co-authored-by: Velenir <Velenir@users.noreply.github.com>
Co-authored-by: David Sato <david.sato64@gmail.com>
Assets 2
Loading