Commit Graph

210 Commits

Author SHA1 Message Date
Syed Aabis Akhtar 8e8df76eda
docs: Fix GitHub example link of `declare_program!` in release notes (#2910)
Co-authored-by: acheron <98934430+acheroncrypto@users.noreply.github.com>
2024-04-18 15:20:53 +02:00
acheron 852fcc77be
v0.30.0 (#2909) 2024-04-15 17:20:01 +02:00
Snoppy 62dccce2ed
Fix typos (#2860) 2024-03-21 22:34:21 +01:00
acheron 8fdc07bffb
docs: Refactor sidebar navigation (#2852) 2024-03-18 08:26:55 +01:00
Pioua e21210538d
docs: Fix typos (#2815) 2024-02-10 22:39:00 +01:00
Mike MacCana 616dd239c3
docs: minor fixes to JS Anchor types (#2796) 2024-01-31 12:06:30 +01:00
Ford 66d2f073bb
docs: proofread the changelog (#2772) 2024-01-15 20:17:03 +01:00
acheron 4c0af6dc53
lang: Remove `CLOSED_ACCOUNT_DISCRIMINATOR` (#2726) 2023-12-12 20:55:21 +01:00
Jimii 38907fa9b2
docs: explicitely state where to initialize the new anchor program (#2712) 2023-11-25 14:22:27 +01:00
John 227ccb22fd
docs: Add Solana Playground quickstart page, and add examples page for anchor contraints and types (#2703) 2023-11-20 19:47:05 +01:00
acheron fc9fd6d24b
v0.29.0 (#2672) 2023-10-16 18:35:17 +02:00
acheron 4f996d0a58
cli: Add ability to override toolchain from `Anchor.toml` (#2649) 2023-10-14 21:40:26 +02:00
Jean Marchand (Exotic Markets) 243ab75738
lang: Type safe bumps (#2542) 2023-10-10 23:48:23 +02:00
Nick Guo 5602244e1a
cli: Support upgradeable program in anchor test (#2642)
Resolves #2641
2023-10-03 22:46:40 +02:00
acheron fa9f960a0b
docs: Add tuple enum JS client documentation (#2631) 2023-09-18 23:07:15 +02:00
Jesserc cec9946111
docs: Fix typo and grammar in error documentation 2023-09-10 21:32:34 +02:00
acheron 78d48552c6
docker: Update org name and Ubuntu version (#2533) 2023-06-14 20:41:20 +02:00
acheron e1afcbf71e
v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
acheron 6df34e7678
Update crate authors and remove outdated registry (#2522) 2023-06-07 19:12:56 +02:00
Jean Marchand (Exotic Markets) 1705d16376
docs: Add doc for InitSpace macro (#2521) 2023-06-07 16:29:23 +02:00
Tuan Pham Minh c14ae6b4f8
Fix typo of `is_signer` field in intro-to-solana docs page (#2469) 2023-04-25 19:07:39 +02:00
Henry-E 3b45144787
v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
Henry-E 5623c7c8ed
update discord links (#2424) 2023-03-06 11:19:08 +00:00
dependabot[bot] a48562754b
Bump minimatch from 3.0.4 to 3.1.2 in /docs/programs/tic-tac-toe (#2418) 2023-03-02 11:35:18 +00:00
dependabot[bot] 53559eb847
Bump json5 from 1.0.1 to 1.0.2 in /docs (#2414) 2023-03-02 11:34:27 +00:00
dependabot[bot] fdecc1bd5c
Bump bumpalo from 3.9.1 to 3.12.0 in /docs/programs/tic-tac-toe (#2413) 2023-03-02 11:34:14 +00:00
Henry-E 90383a7a22
fix redos vulnerability (#2412) 2023-03-01 16:01:41 +00:00
dependabot[bot] fd1859bf8c
Bump json5 from 1.0.1 to 1.0.2 in /docs/programs/tic-tac-toe (#2409) 2023-03-01 16:00:56 +00:00
Elias Renman ba16746d5d
docs: updated release-notes (#2364) 2023-01-20 11:13:08 +00:00
omahs a2572690e5
Fix: typos (#2361) 2023-01-20 10:18:48 +00:00
Jean Marchand (Exotic Markets) 38bbb21c33
lang: remove the state and interface attributes (#2285) 2022-12-22 16:33:44 +00:00
Henry-E 4bef8c40ef
Switch to using @coral-xyz/anchor packages (#2318) 2022-12-16 13:21:50 +00:00
Henry-E 347c225a27
v0.26.0 (#2315)
* v0.26.0

* update packages

* typedocs

Co-authored-by: henrye <henry@notanemail>
2022-12-15 16:12:22 +00:00
Jean Marchand (Exotic Markets) fad05805d8
spl: change serum-dex to openbook-dex (#2308)
* Change serum-dex by openbook-dex

* Change serum-dex by openbook-dex in tests

* Fix swap

* Fix cfo

* Downgrade openbook

* Disable cfo and update changelog

* Revert lock file

* minor grammar

* update the pubkey to open dex

* Remove @solana/web3.js from ts package.json

Co-authored-by: Henry-E <henry.elder@adaptcentre.ie>
Co-authored-by: henrye <henry@notanemail>
2022-12-12 16:12:33 +00:00
Adithya Narayan b662ff1460
cli: `anchor account` subcommand to read program account (#1923)
* Setup account subcommand skeleton

* Move IDL deserialization code to syn module

* Change HashMap to serde_json

* Add enum deserialization

* Add account subcommand to docs

* Fix lint

* Add validation for account type

* Fix solana-sdk dependency version

* Fix clippy warnings

* Move IDL deserialization code to cli module

* Remove debug print

* Add integration tests

* Update documentation with example

* Fix clippy warnings

* Fix leftover merge conflict

* run prettier

Co-authored-by: Henry-E <henry.elder@adaptcentre.ie>
Co-authored-by: henrye <henry@notanemail>
2022-12-12 16:11:26 +00:00
Darren 704fdce0cd
Fixed compile time issue on p1 wallet (#2066) (#2067) 2022-11-28 16:50:42 +00:00
Matthew Callens be67192f2b
add vercel script for determining deployment skipping (#2277) 2022-11-22 11:49:12 -05:00
Dana 8719facf60
Add libssl-dev to additional deps (#2206) 2022-10-18 10:14:25 -04:00
Ryan Mehta 0f10a99995
Add missing closing parenthesis (#2230) 2022-10-17 22:23:38 -04:00
stateofnonreturn 7f243ce66c
the-accounts-struct.md improvement (#2156) 2022-09-24 14:10:23 -04:00
tomland123 fc9c680d6a
Update installation.md (#2127) 2022-08-14 01:00:44 -04:00
chinepun bf11f811d7
Adds purpose of seeds = true does in an Anchor.toml file (#2124) 2022-08-13 20:38:48 -04:00
Luis Cossío ebe88187e3
Add workspace section to `Anchor.toml` reference (#2105) 2022-08-11 14:29:22 -04:00
Michal Rostecki 93332766f1
docs: Update links to the repository (#2103) 2022-08-04 13:05:15 -04:00
Matthew Callens 205e9d875f
fix more dead links (#2078) 2022-07-20 09:10:41 -04:00
Italo Casas ae0131dbb4
fixing docs hydration error (#2047) 2022-07-08 09:22:08 -04:00
Armani Ferrante 6baed77eb5
v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
dependabot[bot] e90f6888b0
build(deps): bump cross-fetch in /docs/programs/tic-tac-toe (#2024) 2022-07-03 10:47:19 -04:00
dependabot[bot] 5e07a34ee6
build(deps): bump minimist in /docs/programs/tic-tac-toe (#2025) 2022-07-03 10:46:37 -04:00
Italo Casas a1bb494631
docs meta tags and registry url (#2010) 2022-06-28 18:01:14 -04:00