dependabot[bot]
4d31691630
build(deps-dev): bump @types/node in /token-lending/js ( #1079 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.20 to 14.14.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-15 10:22:34 +00:00
Justin Starry
846e20cc20
lending: Add owner to lending market ( #1077 )
2021-01-15 18:14:49 +08:00
dependabot[bot]
823d859ecb
build(deps): bump @solana/web3.js from 0.88.0 to 0.89.0 in /token/js ( #1078 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.88.0 to 0.89.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.88.0...v0.89.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-15 09:19:23 +00:00
Justin Starry
2859fbea79
lending: Fix obligation interest accrual ( #1068 )
2021-01-15 07:33:38 +08:00
dependabot[bot]
977ac9c1e7
build(deps): bump futures from 0.3.9 to 0.3.11 ( #1073 )
...
Bumps [futures](https://github.com/rust-lang/futures-rs ) from 0.3.9 to 0.3.11.
- [Release notes](https://github.com/rust-lang/futures-rs/releases )
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.9...0.3.11 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-14 22:44:58 +00:00
Jon Cinque
fd24042815
Pin honggfuzz to 0.5.52 ( #1072 )
2021-01-14 23:07:07 +01:00
Jack May
0173788a07
Add rent to sysvar example ( #1064 )
...
* Add rent to sysvar example
* nudge
2021-01-14 09:31:41 -08:00
dependabot[bot]
68778f9548
build(deps): bump serde_yaml from 0.8.14 to 0.8.15 ( #1069 )
...
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml ) from 0.8.14 to 0.8.15.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases )
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.14...0.8.15 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-14 13:11:55 +00:00
dependabot[bot]
c1d49de8b2
build(deps): bump solana-logger from 1.5.1 to 1.5.3 ( #1066 )
...
Bumps [solana-logger](https://github.com/solana-labs/solana ) from 1.5.1 to 1.5.3.
- [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.5.1...v1.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-14 12:36:43 +00:00
Justin Starry
088f8f1fa8
lending: Store bump_seed in lending market to cut compute cost ( #1065 )
...
* lending: Store bump_seed in lending market to cut compute cost
* bump limits because CI uses more compute
2021-01-14 17:49:11 +08:00
Justin Starry
cf20480d79
Pin rust nightly version until ICE is fixed ( #1063 )
2021-01-14 15:28:44 +08:00
Jon Cinque
7f17a140b1
swap: Avoid fuzz 1 token withdrawal errors by using fee account ( #1058 )
...
* Fix fuzz 1 token withdrawal errors with fee account
* Reintroduce special logic
* Cargo fmt
2021-01-12 13:57:58 +01:00
dependabot[bot]
bfe0f54852
build(deps-dev): bump @typescript-eslint/eslint-plugin ( #1056 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.13.0/packages/eslint-plugin )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 10:24:33 +00:00
Jon Cinque
da71944406
fuzz: Dump error file as hex instead of using cat ( #1054 )
...
* Dump file as hex instead of using cat
* Give better instructions of what to do
2021-01-11 23:04:11 +01:00
Jon Cinque
608b75a115
swap: Move transfers into user account to the end of instructions ( #1047 )
...
* Move transfers into user account to the end of instructions
* Run cargo fmt
2021-01-11 19:20:34 +01:00
dependabot[bot]
7e3b469fc3
build(deps): bump futures from 0.3.8 to 0.3.9 ( #1052 )
...
Bumps [futures](https://github.com/rust-lang/futures-rs ) from 0.3.8 to 0.3.9.
- [Release notes](https://github.com/rust-lang/futures-rs/releases )
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.8...0.3.9 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 02:20:08 +00:00
Justin Starry
6a294f47f2
lending: add upper bound on cpu limits ( #1049 )
2021-01-11 09:46:57 +08:00
dependabot[bot]
7d7c9fdc91
Bump @babel/preset-env from 7.12.1 to 7.12.11 in /token-swap/js ( #955 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.1 to 7.12.11.
- [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.12.11/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 09:41:22 +08:00
dependabot[bot]
5c833d8b81
Bump @babel/preset-env from 7.12.1 to 7.12.11 in /token/js ( #954 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.1 to 7.12.11.
- [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.12.11/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 09:41:15 +08:00
dependabot[bot]
7e8c36ef78
build(deps): bump solana-cli-config from 1.5.1 to 1.5.2 ( #1051 )
...
Bumps [solana-cli-config](https://github.com/solana-labs/solana ) from 1.5.1 to 1.5.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.5.1...v1.5.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 01:32:56 +00:00
dependabot[bot]
4c4d2d5101
Bump eslint from 7.13.0 to 7.17.0 in /token-lending/js ( #1002 )
...
* Bump eslint from 7.13.0 to 7.17.0 in /token-lending/js
Bumps [eslint](https://github.com/eslint/eslint ) from 7.13.0 to 7.17.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/v7.13.0...v7.17.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* fix: add mkdirp dep
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justin Starry <justin@solana.com>
2021-01-11 01:12:58 +00:00
dependabot[bot]
c1de655e4f
Bump console from 0.13.0 to 0.14.0 ( #1005 )
...
Bumps [console](https://github.com/mitsuhiko/console ) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/mitsuhiko/console/releases )
- [Changelog](https://github.com/mitsuhiko/console/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mitsuhiko/console/compare/0.13.0...0.14.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 08:55:38 +08:00
dependabot[bot]
86af1b771a
Bump serde from 1.0.117 to 1.0.118 ( #1004 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.117 to 1.0.118.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.117...v1.0.118 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 08:55:02 +08:00
dependabot[bot]
9160685d67
Bump @babel/cli from 7.12.1 to 7.12.10 in /token/js ( #939 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.12.1 to 7.12.10.
- [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.12.10/packages/babel-cli )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 08:53:48 +08:00
dependabot[bot]
b084f7f285
Bump @babel/node from 7.12.6 to 7.12.10 in /token-swap/js ( #972 )
...
Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node ) from 7.12.6 to 7.12.10.
- [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.12.10/packages/babel-node )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 08:53:31 +08:00
Justin Starry
e360fc9e4f
lending: Add upgradable loader to genesis accounts creation ( #1048 )
...
* wip
* lending: Add upgradable loader to genesis accounts creation
* clippy
* fix warning
2021-01-10 08:37:27 +08:00
dependabot[bot]
7a2ef3561e
build(deps-dev): bump flow-bin from 0.141.0 to 0.142.0 in /token-swap/js ( #1046 )
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.141.0 to 0.142.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>
2021-01-08 11:20:05 +00:00
Jon Cinque
3bd36d49a4
lending: Add version and padding to state structs ( #1043 )
...
* Add version field to lending state structs
* Add padding to pack / unpack
* Run cargo fmt
* Fix js test
* Remove is_initialized
2021-01-08 11:39:06 +01:00
dependabot[bot]
aa85022410
build(deps-dev): bump flow-bin from 0.141.0 to 0.142.0 in /token/js ( #1044 )
...
Bumps [flow-bin](https://github.com/flowtype/flow-bin ) from 0.141.0 to 0.142.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>
2021-01-08 09:39:59 +00:00
dependabot[bot]
b76d815d28
build(deps-dev): bump rollup from 2.36.0 to 2.36.1 in /token-swap/js ( #1042 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.36.0 to 2.36.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.36.0...v2.36.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-07 11:21:31 +00:00
dependabot[bot]
025b5dbc1c
build(deps-dev): bump rollup from 2.36.0 to 2.36.1 in /token-lending/js ( #1041 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.36.0 to 2.36.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.36.0...v2.36.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-07 10:22:03 +00:00
dependabot[bot]
13cb67dcd5
build(deps-dev): bump rollup from 2.36.0 to 2.36.1 in /token/js ( #1040 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.36.0 to 2.36.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.36.0...v2.36.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-07 09:21:29 +00:00
Justin Starry
dd5598933c
lending: Optimize liquidate and clean up dex market handling ( #986 )
...
* Optimize liquidate and clean up dex market handling
* fix clippy
* Feedback
* Rebase
* Reduce scope
* Test LTV ratio
2021-01-07 17:10:55 +08:00
Justin Starry
efed7c66f7
lending: Fix fee collection for borrows ( #1039 )
2021-01-07 14:56:55 +08:00
Justin Starry
e2879c35df
Fixes for genesis account creation ( #1038 )
2021-01-07 06:01:14 +00:00
Jon Cinque
ffe206357b
lending: Add owner and host fees ( #965 )
...
* lending: Add owner and host fees to layout and instructions
* Add fees math
* Run cargo fmt
* Assess fees only on borrow
* Fmt and clippy fix
* Fixup instruction comment numbering
* Add proptest and end-to-end tests for fees
* Address review feedback
* Add minimum tests
* Move host to the back of borrow
* Add error to borrow fee calculation
2021-01-06 22:35:43 +01:00
Jon Cinque
b2712c6c2f
lending: Add user transfer authority for all instructions ( #1034 )
...
* Add user transfer authority to deposit
* Add user transfer authority to withdraw
* Add user transfer authority to borrow
* Add user transfer authority to repay
* Add user transfer authority to liquidate
* Add user transfer authority to init reserve
* Cargo fmt
* Fix client
* Cargo fmt again
2021-01-06 20:55:56 +01:00
Jon Cinque
a86abe49cd
token-swap: Add user transfer authority ( #1033 )
...
* Add user transfer authority to swap instruction
* Add user transfer authority to deposit all
* Add authority to withdraw all
* Add authority to deposit one
* Add authority to withdraw one
* Update fuzzer
* Add user transfer authority to JS
2021-01-06 20:55:31 +01:00
dependabot[bot]
98a7faa2ca
build(deps-dev): bump rollup from 2.35.1 to 2.36.0 in /token-swap/js ( #1037 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.35.1 to 2.36.0.
- [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.35.1...v2.36.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-06 11:21:38 +00:00
dependabot[bot]
48298648f3
build(deps-dev): bump rollup from 2.35.1 to 2.36.0 in /token-lending/js ( #1036 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.35.1 to 2.36.0.
- [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.35.1...v2.36.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-06 10:44:40 +00:00
dependabot[bot]
e664feb4d7
build(deps-dev): bump rollup from 2.35.1 to 2.36.0 in /token/js ( #1035 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.35.1 to 2.36.0.
- [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.35.1...v2.36.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-06 09:45:00 +00:00
dependabot[bot]
a7416046c0
build(deps-dev): bump @typescript-eslint/eslint-plugin ( #1030 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.11.1 to 4.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.12.0/packages/eslint-plugin )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 11:03:52 +00:00
dependabot[bot]
4f479c7d8b
build(deps-dev): bump eslint-plugin-prettier in /token-lending/js ( #1032 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v3.3.0...v3.3.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 10:41:40 +00:00
dependabot[bot]
83b27cb1d3
build(deps-dev): bump @typescript-eslint/parser in /token-lending/js ( #1028 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.11.1 to 4.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.12.0/packages/parser )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 10:22:07 +00:00
dependabot[bot]
501f932652
build(deps-dev): bump @types/node in /token-lending/js ( #1029 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.19 to 14.14.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 10:21:08 +00:00
dependabot[bot]
7b81c0d3c0
build(deps): bump solana-program from 1.5.0 to 1.5.1 ( #1025 )
...
Bumps [solana-program](https://github.com/solana-labs/solana ) from 1.5.0 to 1.5.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.5.0...v1.5.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-04 13:51:29 +00:00
dependabot[bot]
cdfefc195c
build(deps): bump thiserror from 1.0.22 to 1.0.23 ( #1024 )
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.22 to 1.0.23.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.22...1.0.23 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-04 13:16:31 +00:00
dependabot[bot]
b08ed21332
build(deps): bump solana-cli-config from 1.5.0 to 1.5.1 ( #1023 )
...
Bumps [solana-cli-config](https://github.com/solana-labs/solana ) from 1.5.0 to 1.5.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.5.0...v1.5.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-04 12:39:08 +00:00
dependabot[bot]
7ed82d78ce
build(deps): bump @solana/web3.js from 0.87.1 to 0.88.0 in /token/js ( #1022 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.87.1 to 0.88.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.87.1...v0.88.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-04 12:04:50 +00:00
dependabot[bot]
ce2bebac50
build(deps-dev): bump eslint from 7.16.0 to 7.17.0 in /token-swap/js ( #1020 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.16.0 to 7.17.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/v7.16.0...v7.17.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-04 11:44:54 +00:00