Commit Graph

316 Commits

Author SHA1 Message Date
Jack May 2074c6395d
Re-org token-swap (#113) 2020-07-08 20:54:52 -07:00
dependabot[bot] 370150c771
Bump eslint from 6.8.0 to 7.4.0 in /token-swap/js (#109)
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.4.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-08 20:54:22 -07:00
Jack May 7a3fb516bc
Whittle down the token program across the board (#93)
* Whittle down the token program across the board

* nit

* nudge
2020-07-08 12:41:08 -07:00
dependabot-preview[bot] bf49233e0f
Bump eslint-loader from 3.0.4 to 4.0.2 in /token-swap/js (#96)
Bumps [eslint-loader](https://github.com/webpack-contrib/eslint-loader) from 3.0.4 to 4.0.2.
- [Release notes](https://github.com/webpack-contrib/eslint-loader/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.4...v4.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-08 18:12:15 +08:00
dependabot-preview[bot] cbba5e7b77
Bump superstruct from 0.8.4 to 0.10.12 in /token-swap/js (#95)
Bumps [superstruct](https://github.com/ianstormtaylor/superstruct) from 0.8.4 to 0.10.12.
- [Release notes](https://github.com/ianstormtaylor/superstruct/releases)
- [Changelog](https://github.com/ianstormtaylor/superstruct/blob/master/Changelog.md)
- [Commits](https://github.com/ianstormtaylor/superstruct/compare/v0.8.4...v0.10.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-08 17:16:27 +08:00
dependabot-preview[bot] d7f2130b6a
Bump flow-bin from 0.121.0 to 0.128.0 in /token-swap/js (#94)
Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.121.0 to 0.128.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases)
- [Commits](https://github.com/flowtype/flow-bin/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-08 17:07:04 +08:00
Jack May 56dd582c6f
Remove supply from Token (#82) 2020-07-07 14:34:23 -07:00
Jack May a831eddb8d
Use variant fields (#90) 2020-07-07 13:55:56 -07:00
Jack May 767741c235
Fix automation (#81) 2020-07-07 02:09:19 -07:00
Jack May 271073e67b
Consolidate .gitignore (#80) 2020-07-06 21:38:18 -07:00
Jack May e8704a1e30
Add multisig support 3 (#79) 2020-07-06 16:36:27 -07:00
Jack May 12f4fabb6f
Make fee members public (#78)
* Make fee members public

* docs
2020-07-06 10:04:16 -07:00
Jack May 5ee2d1f993
Single delegate support (#77) 2020-07-06 07:49:20 -07:00
Jack May fc7a808461
Token type renaming (#70) 2020-07-01 01:40:36 -07:00
Jack May b292d4cb3f
Fix token-swap (#72) 2020-07-01 00:56:00 -07:00
anatoly yakovenko 97094e61e5
Token swap (#50)
* initial

* wip

* withdraw

* wip

* wip

* updates

* fix imports

* compiles

* check delegates

* wip

* wip

* wip

* fixup

* instruction serializer

* unpack func

* done!

* update

* wip docs

* docs

* boilerplate

* docs

* fix docs

* Add token-swap test

* Add token-swap js bindings

Co-authored-by: Jack May <jack@solana.com>
2020-06-30 15:37:35 -07:00