Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dex, vesting + finish supply/redeem/swap #501

Merged
merged 23 commits into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3d9d857
add Uint.toBigInt
mitschabaude Oct 20, 2022
2817ad9
helper to check token balances
mitschabaude Oct 20, 2022
c3a96a1
add checks for supply liquidity (happy path)
mitschabaude Oct 20, 2022
c3ad460
checks for redeem liquidity (no vesting)
mitschabaude Oct 20, 2022
d8ac036
fix nonce calculation
mitschabaude Oct 20, 2022
3e7c341
start adding timing, but missing error on repeated liquidity supplying
mitschabaude Oct 20, 2022
20beab6
pretty printing improvements
mitschabaude Oct 21, 2022
a33a72f
expose account timing
mitschabaude Oct 21, 2022
f4e0e4a
use ES private class fields instead of `private`
mitschabaude Oct 21, 2022
9574b33
roll back one private field bc its not inherited
mitschabaude Oct 21, 2022
3f94159
better interface for setting local global slot
mitschabaude Oct 21, 2022
8390bb0
add vesting
mitschabaude Oct 21, 2022
be252a6
finish redeem liquidity tests
mitschabaude Oct 21, 2022
6a1bb09
swap add checks for happy path
mitschabaude Oct 21, 2022
c79872a
working on overflow tests
mitschabaude Oct 21, 2022
598e979
Merge branch 'main' into dex/vesting
mitschabaude Oct 21, 2022
e401f5c
merge in existing supply failures and add the rest
mitschabaude Oct 21, 2022
4cece7f
bonus test for the supplying after lock period
mitschabaude Oct 21, 2022
950a8ab
run tests with and w/o vesting
mitschabaude Oct 21, 2022
18a40b4
fix second run by recreating ledger
mitschabaude Oct 26, 2022
d950968
update bindings
mitschabaude Oct 26, 2022
e1dd482
Merge branch 'main' into dex/vesting
mitschabaude Oct 26, 2022
659bd9c
add back setGlobalSlot
mitschabaude Oct 26, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MINA_COMMIT
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
The mina commit used to generate the backends for node and chrome is
bf6421a898616ef22e6850ea6d3cba5214d297dd
73f3e843de3f205ec627598e30971f44ba94ff56
422 changes: 210 additions & 212 deletions src/chrome_bindings/plonk_wasm.d.ts

Large diffs are not rendered by default.

Loading