Commit Graph

220 Commits

Author SHA1 Message Date
Michael Vines d87d056e61 Bump testnetDefaultChannel 2020-08-14 01:22:11 +00:00
Michael Vines 65b49c41fb Bump @solana/web3.js from 0.64.0 to 0.68.0 in /token/js 2020-08-14 01:22:11 +00:00
Michael Vines 96f9b0cdc6 Adapt spl-token cli to Solana 1.3.2 2020-08-14 01:22:11 +00:00
Michael Vines bd67ce9f6d Add transfer example 2020-08-14 01:22:11 +00:00
dependabot[bot] 0cb64c8c67
Bump @solana/web3.js from 0.66.3 to 0.68.0 in /token-swap/js (#266)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.66.3 to 0.68.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.66.3...v0.68.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-12 09:28:34 +00:00
dependabot[bot] 5bf7742620
Bump solana-cli-config from 1.3.1 to 1.3.2 (#263)
Bumps [solana-cli-config](https://github.com/solana-labs/solana) from 1.3.1 to 1.3.2.
- [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.1...v1.3.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-12 08:44:29 +00:00
dependabot[bot] 0c5f3979c3
Bump solana-logger from 1.3.1 to 1.3.2 (#264)
Bumps [solana-logger](https://github.com/solana-labs/solana) from 1.3.1 to 1.3.2.
- [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.1...v1.3.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-12 08:43:30 +00:00
Jack May 706e619bdd
cbindgen does not produce deterministic header files (#261) 2020-08-11 16:09:36 -07:00
Trent Nelson d279eb48e5
Truncate SPL Token instruction data field (#260) 2020-08-11 16:41:56 -06:00
Michael Vines fa67d0e7d1 Add spl-token documentation 2020-08-10 12:49:28 -07:00
dependabot[bot] bbbc9044e1
Bump @solana/web3.js from 0.64.0 to 0.66.3 in /token-swap/js (#256)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.64.0 to 0.66.3.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.64.0...v0.66.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 08:42:43 +00:00
Michael Vines d37626e360 Move program READMEs back 2020-08-08 23:04:16 +00:00
Michael Vines 7225f8d35c Update token.h 2020-08-08 15:25:47 -07:00
Michael Vines e2aaff7a03 Add travis script log folding 2020-08-08 15:25:47 -07:00
Michael Vines a22908bbd9 Relocate js 2020-08-08 15:25:47 -07:00
Michael Vines 831158bbed Adapt do.sh to new layout 2020-08-08 15:25:47 -07:00
Michael Vines 26ab9bb26a Reorganize crates based on program 2020-08-08 15:25:47 -07:00
Michael Vines 90cc4d3e74 Cargo.lock 2020-08-08 08:05:00 -07:00
Michael Vines 5b8a0ecd90 Simplify dependabot config 2020-08-08 08:05:00 -07:00
Michael Vines f8e4cd86f9 Disable token-swap js tests in CI until https://github.com/solana-labs/solana/issues/11465 is resolved 2020-08-08 08:05:00 -07:00
Michael Vines 3479341ab1 Remove token-cli/Cargo.lock 2020-08-08 08:05:00 -07:00
Michael Vines 68b1d43596 Update token.h 2020-08-08 08:05:00 -07:00
Michael Vines 48b11fc01c Move up to v1.3.1 2020-08-08 08:05:00 -07:00
Michael Vines 60a7174c6e Move patch section 2020-08-08 08:05:00 -07:00
Michael Vines 2f2d07f0bb cd nicer 2020-08-08 08:05:00 -07:00
Michael Vines bb39d50390 Add token-cli 2020-08-08 08:05:00 -07:00
Michael Vines b38d8510b5 Ensure localnet is down 2020-08-08 08:05:00 -07:00
Michael Vines a8c995bc79 Fix up target/ location 2020-08-08 08:05:00 -07:00
Michael Vines 2d4782b713 Add create_program_address stub for non-bpf targets 2020-08-08 08:05:00 -07:00
Michael Vines 16684ae9ad Cache .cache 2020-08-08 08:05:00 -07:00
Michael Vines d4e1c47f64 Reduce bpf-sdk downloads in CI 2020-08-08 08:05:00 -07:00
Michael Vines 98de735cdc Remove explicit memo build 2020-08-08 08:05:00 -07:00
Michael Vines 33c04f11cd Don't update so much 2020-08-08 08:05:00 -07:00
Michael Vines 7541b053b2 Unify CI program builds 2020-08-08 08:05:00 -07:00
Michael Vines 20c7bd1611 Adapt to workspace crate 2020-08-08 08:05:00 -07:00
Michael Vines c6042f68f7 Add top-level workspace 2020-08-08 08:05:00 -07:00
dependabot[bot] 4170c1b3c9
Bump rollup from 2.23.0 to 2.23.1 in /token/js (#251)
Bumps [rollup](https://github.com/rollup/rollup) from 2.23.0 to 2.23.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.23.0...v2.23.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-08 05:54:22 +00:00
dependabot[bot] 2aca2280c0
Bump clap from 2.33.1 to 2.33.2 in /token-cli (#246)
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.1 to 2.33.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v2.33.2/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v2.33.1...v2.33.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-08 04:46:19 +00:00
dependabot[bot] b0a51f0485
Bump solana-sdk from 1.2.19 to 1.3.1 in /ci/client (#244)
Bumps [solana-sdk](https://github.com/solana-labs/solana) from 1.2.19 to 1.3.1.
- [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.2.19...v1.3.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-08 04:12:07 +00:00
Michael Vines 2dbe6d1129 spl-token command-line utility 2020-08-08 02:37:05 +00:00
Michael Vines 735eafb7e0 Avoid generating header files when they already exist 2020-08-07 18:44:00 -07:00
Michael Vines b5a9a43224 Globally set RUST_BACKTRACE=1 in CI 2020-08-07 08:43:31 -07:00
dependabot[bot] 4afde65d44
Bump flow-bin from 0.130.0 to 0.131.0 in /token-swap/js (#233)
Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.130.0 to 0.131.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases)
- [Commits](https://github.com/flowtype/flow-bin/commits)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-07 09:27:29 +00:00
dependabot[bot] 4ca6902f3c
Bump flow-bin from 0.130.0 to 0.131.0 in /token/js (#232)
Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.130.0 to 0.131.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases)
- [Commits](https://github.com/flowtype/flow-bin/commits)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-07 09:04:59 +00:00
dependabot[bot] 171a32a263
Bump @babel/runtime from 7.11.1 to 7.11.2 in /token-swap/js (#226)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.11.1 to 7.11.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.11.2/packages/babel-runtime)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-06 11:37:55 +00:00
dependabot[bot] 3fe6cd600c
Bump solana-sdk from 1.2.17 to 1.2.19 in /ci/client (#222)
Bumps [solana-sdk](https://github.com/solana-labs/solana) from 1.2.17 to 1.2.19.
- [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.2.17...v1.2.19)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-06 10:06:38 +00:00
Justin Starry 2c59c86fbf
Bump version to v0.0.5 (#227) 2020-08-06 17:40:47 +08:00
dependabot[bot] a54aa9d4d5
Bump @babel/runtime from 7.11.1 to 7.11.2 in /token/js (#220)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.11.1 to 7.11.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.11.2/packages/babel-runtime)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-06 09:11:48 +00:00
Jack May c7858471c2
Pin bpf-sdk version to v1.2.17 (#218) 2020-08-05 11:39:34 -07:00
dependabot[bot] d5c4748762
Bump @babel/runtime from 7.11.0 to 7.11.1 in /token/js (#217)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.11.0 to 7.11.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.11.1/packages/babel-runtime)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-05 11:27:04 +00:00