Commit Graph

33 Commits

Author SHA1 Message Date
Michael Vines 2b5e9d1286 Drop lifetimes 2020-11-01 20:48:15 -08:00
Michael Vines 9f4e6d8beb Update to solana v1.4.4 2020-11-01 20:48:15 -08:00
Michael Vines 211f92e8c6 Groom Cargo.tomls 2020-10-25 07:52:33 +00:00
Michael Vines 80e29ef6b9 Port SPL to solana-program and `cargo build-bpf` 2020-10-24 19:21:38 -07:00
Tyera Eulberg 6718d42e34
Bump memo and token versions (#627) 2020-10-15 12:20:23 -06:00
Jack May a7b121074d Remove skip-no-mangle entirely 2020-10-07 09:13:59 -07:00
Jack May c574597d71 solana sdk does not need skip-no-mangle 2020-10-06 11:03:14 -07:00
Jon Cinque 2b07fc1064
token-swap: Assess swap fee on input token (#562)
* token-swap: Assess swap fee on input token

* Update token-swap/program/src/curve.rs

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>

* Update token-swap/program/src/curve.rs

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>

* Fix new var name everywhere

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
2020-10-02 22:47:39 +02:00
Jack May 08fe8307f0
Bump solana-sdk to v1.3.12 (#484) 2020-09-21 08:38:29 -07:00
dependabot[bot] 9d9545c98d
Bump solana-sdk from 1.3.9 to 1.3.11 (#454)
Bumps [solana-sdk](https://github.com/solana-labs/solana) from 1.3.9 to 1.3.11.
- [Release notes](https://github.com/solana-labs/solana/releases)
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md)
- [Commits](https://github.com/solana-labs/solana/compare/v1.3.9...v1.3.11)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-16 09:22:53 +00:00
Justin Starry 708bb430ab
Bump dependencies from 1.3.8 to 1.3.9 (#415) 2020-09-10 17:25:43 +08:00
Trent Nelson b15eb09cfb Bump solana crates to 1.3.8 2020-09-04 01:18:44 -06:00
Michael Vines 9e23bc94cb Update to Solana 1.3.6 2020-08-29 22:12:00 +00:00
dependabot[bot] 036cca36b6 Bump solana-sdk from 1.3.2 to 1.3.4
Bumps [solana-sdk](https://github.com/solana-labs/solana) from 1.3.2 to 1.3.4.
- [Release notes](https://github.com/solana-labs/solana/releases)
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md)
- [Commits](https://github.com/solana-labs/solana/compare/v1.3.2...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-25 09:05:29 -07:00
Michael Vines d37626e360 Move program READMEs back 2020-08-08 23:04:16 +00:00
Michael Vines 26ab9bb26a Reorganize crates based on program 2020-08-08 15:25:47 -07:00
Michael Vines c6042f68f7 Add top-level workspace 2020-08-08 08:05:00 -07:00
Michael Vines 4ca71a378e Relax solana-sdk version requirement 2020-08-04 16:10:05 -07:00
Jack May 46f0b42873
Programs can be client dependencies (#181) 2020-07-31 16:35:49 -07:00
Jack May a02c403bf8
Add memo docs (#160)
* Add memo docs

* nudge
2020-07-28 16:33:50 -07:00
Jack May 0f2226c190
Nits (#159)
* Nits

* nudge
2020-07-28 16:33:34 -07:00
Tyera Eulberg 019235c69c
Bump sdk version, and adjust accordingly (#155) 2020-07-24 20:39:15 +00:00
Tyera Eulberg 8580542729
Bump patch versions (#148) 2020-07-22 15:55:46 -06:00
Tyera Eulberg bd2ea9ed55
Bump solana-sdk version (#145)
* Bump solana-sdk version

* Include program feature to enable entrypoint

* Bump default testnet
2020-07-22 20:34:15 +00:00
Tyera Eulberg 6fd59175c8
Bump memo (#126) 2020-07-13 21:40:32 +00:00
Aaron Hill 88d738f9d2
Bump solana-sdk to 1.2.10 (#124)
This allows https://github.com/solana-labs/solana/pull/11015 to build
2020-07-13 14:55:46 -06:00
Tyera Eulberg 004da40cf3
Memo Cargo.lock 2020-07-01 12:02:11 -06:00
Tyera Eulberg 6e6f3c84da
Version solana-sdk-bpf-test and spl-memo for crates.io (#73) 2020-07-01 11:48:31 -06:00
Jack May 76a61d700f
Add in syscall stubs to fix non-bpf builds (#71) 2020-06-30 22:57:12 -07:00
Tyera Eulberg b581366047
Memo: add Rust program id and bump version (#41)
* Add rust program id to memo

* Bump memo and sdk versions

* Use declare_id macro

* Bump solana version to pick up macro docs
2020-06-18 10:51:22 -06:00
Jack May 0d99dcb39c
Update contributors (#42) 2020-06-17 14:12:46 -07:00
Jack May 9214d08be6
Add rustdocs (#39) 2020-06-17 11:25:19 -07:00
Tyera Eulberg ff8b5ac158
Add utf8 memo program (#27)
* Initial memo commit

* Add program id

* Update CI

* Remove unneeded dependencies

* Try instead of map

* clippy --tests
2020-06-05 20:13:15 -06:00