Commit d8ace33
committed
Squashed commit of the following:
commit e1afcbf
Author: acheron <98934430+acheroncrypto@users.noreply.github.com>
Date: Fri Jun 9 18:00:35 2023 +0200
v0.28.0 (solana-foundation#2527)
commit c7c7319
Author: acheron <98934430+acheroncrypto@users.noreply.github.com>
Date: Thu Jun 8 18:59:44 2023 +0200
Allow wider range of dependency versions to reduce dependency issues (solana-foundation#2524)
commit 6df34e7
Author: acheron <98934430+acheroncrypto@users.noreply.github.com>
Date: Wed Jun 7 19:12:56 2023 +0200
Update crate authors and remove outdated registry (solana-foundation#2522)
commit 1705d16
Author: Jean Marchand (Exotic Markets) <jeanno11@orange.fr>
Date: Wed Jun 7 16:29:23 2023 +0200
docs: Add doc for InitSpace macro (solana-foundation#2521)
commit 3d7c97b
Author: acheron <98934430+acheroncrypto@users.noreply.github.com>
Date: Tue Jun 6 19:28:24 2023 +0200
cli: Accept program lib name for `anchor deploy --program-name` (solana-foundation#2519)
commit a88be42
Author: Sergo <rogaldh@radsh.red>
Date: Tue Jun 6 14:07:33 2023 +0300
ts: Validate `error.data` exists on simulation response (solana-foundation#2508)
commit 65c9d6e
Author: Jean Marchand (Exotic Markets) <jeanno11@orange.fr>
Date: Tue Jun 6 09:43:46 2023 +0200
client: Add async to anchor-client (solana-foundation#2488)
Co-authored-by: acheron <acheroncrypto@gmail.com>
commit b8eda69
Author: Deep Mehta <65382963+0xdeepmehta@users.noreply.github.com>
Date: Mon Jun 5 22:35:24 2023 +0530
cli: Print not found message if the given program cannot be found during deployment (solana-foundation#2517)
commit 1902b8e
Author: CanardMandarin <thibault.marboud@gmail.com>
Date: Mon Jun 5 14:16:10 2023 +0200
cli: Update programs in `Anchor.toml` when using `anchor new` (solana-foundation#2516)
commit 383e440
Author: acheron <98934430+acheroncrypto@users.noreply.github.com>
Date: Sun Jun 4 21:02:16 2023 +0200
cli: Initialize with the correct program id (solana-foundation#2509)
commit 835dc5b
Author: Sarfaraz Nawaz <sir_nawaz959@yahoo.com>
Date: Sun Jun 4 23:20:03 2023 +0530
lang: Rename derive_anchor_deserialize -> derive_init_space (solana-foundation#2510)
commit 1c6f86e
Author: acheron <98934430+acheroncrypto@users.noreply.github.com>
Date: Sun Jun 4 13:09:39 2023 +0200
Upgrade Solana to 1.16.0 (solana-foundation#2512)
commit 2bf8afe
Author: acheron <98934430+acheroncrypto@users.noreply.github.com>
Date: Tue May 30 19:50:45 2023 +0200
cli: Use `confirmed` commitment level in commands (solana-foundation#2506)
commit 70d9223
Author: acheron <98934430+acheroncrypto@users.noreply.github.com>
Date: Sun May 28 22:34:53 2023 +0200
cli: Add `anchor keys sync` command (solana-foundation#2505)
commit 0c8498d
Author: cavemanloverboy <93507302+cavemanloverboy@users.noreply.github.com>
Date: Sat May 27 06:53:02 2023 -0700
cli: Exit `anchor clean` without error when dirs don't exist (solana-foundation#2504)
commit 23b90bf
Author: Noah Gundotra <ngundotra@users.noreply.github.com>
Date: Fri May 26 12:36:46 2023 -0400
Feature: CPI Events API (solana-foundation#2438)
Co-authored-by: acheron <acheroncrypto@gmail.com>
commit c3625c8
Author: Last Emperor <46998219+lastemp@users.noreply.github.com>
Date: Wed May 24 15:05:47 2023 +0300
examples: Add an example with `instruction` method (solana-foundation#2501)
Co-authored-by: acheron <acheroncrypto@gmail.com>
commit 67eb752
Author: acheron <98934430+acheroncrypto@users.noreply.github.com>
Date: Sat May 20 20:34:38 2023 +0200
tests: Fix zero-copy tests (solana-foundation#2498)
commit f9d0eca
Author: acheron <98934430+acheroncrypto@users.noreply.github.com>
Date: Fri May 19 13:18:14 2023 +0200
spl: Update `spl-token-2022` to 0.6.1 (solana-foundation#2496)
commit 4793b90
Author: acheron <98934430+acheroncrypto@users.noreply.github.com>
Date: Fri May 19 10:58:16 2023 +0200
Fix `toml_datetime` 1.64.0 MSRV error (solana-foundation#2495)
commit 41a4d82
Author: chalda <chalda@seznam.cz>
Date: Thu May 18 19:12:25 2023 +0200
cli: Add print base64 instruction option for some of the IDL commands (solana-foundation#2486)
Co-authored-by: acheron <acheroncrypto@gmail.com>
commit b7bada1
Author: Pierre <Arrowana@users.noreply.github.com>
Date: Tue May 16 23:46:40 2023 +1000
fix: remove skip preflight from cli (solana-foundation#2492)
---------
Co-authored-by: acheron <acheroncrypto@gmail.com>
commit 89e94d1
Author: Ryan De La O <rdelao@users.noreply.github.com>
Date: Sat May 13 02:17:47 2023 -0700
cli: Fix incorrect metadata.address generation (solana-foundation#2485)
Currently when running 'anchor deploy --program-name <name> --program-keypair <specified keypair>' the cli still uses the auto-generated keypair when fetching the program id to add to the IDL metadata at the end. It should instead use the address from the specified keypair.
---------
Co-authored-by: acheron <acheroncrypto@gmail.com>
commit 714d524
Author: CanardMandarin <thibault.marboud@gmail.com>
Date: Tue May 9 16:17:11 2023 +0200
lang: Add error message when Mint and TokenAccount with `init` are not ordered correctly (solana-foundation#2484)
commit 9a93a2e
Author: James <juicy66173@gmail.com>
Date: Mon May 8 10:17:51 2023 +0100
ts: Improve IDL typing (solana-foundation#2482)
* Use XOR pattern for enum variants to prevent two variants being used at the same time.
* Fix unknown for types like Option<[u8; 32]>
commit d1ddf00
Author: CanardMandarin <thibault.marboud@gmail.com>
Date: Sun May 7 11:03:37 2023 +0200
lang: Fix incorrectly checking the first init constraint (solana-foundation#2483)1 parent 2f6ddbe commit d8ace33
154 files changed
Lines changed: 4125 additions & 3968 deletions
File tree
- .github
- actions/setup-ts
- workflows
- avm
- bench
- client
- example
- src
- src
- cli
- npm-package
- src
- docker
- docs
- programs/tic-tac-toe
- programs/tic-tac-toe
- src/pages/docs
- examples/tutorial
- basic-0
- basic-1
- basic-2
- basic-3
- basic-4
- basic-5
- programs/basic-5
- src
- tests
- lang
- attribute
- access-control
- account
- constant
- error
- event
- src
- program
- derive
- accounts
- src
- space
- src
- src
- syn
- src
- codegen/program
- parser/accounts
- tests
- spl
- src
- tests
- anchor-cli-account
- programs/account-command
- anchor-cli-idl
- bench
- programs/bench
- bpf-upgradeable-state
- cashiers-check
- cfo
- programs/cfo/src
- chat
- composite
- cpi-returns
- custom-coder
- declare-id
- docs
- errors
- escrow
- programs/escrow
- src
- events
- programs/events
- src
- tests
- floats
- ido-pool
- lockup
- misc
- multiple-suites-run-single
- multiple-suites
- multisig
- optional
- pda-derivation
- pyth
- realloc
- relations-derivation
- safety-checks
- spl
- token-proxy
- programs/token-proxy
- src
- token-wrapper
- programs/token-wrapper
- swap
- system-accounts
- sysvars
- tictactoe
- typescript
- validator-clone
- zero-copy
- programs/zero-copy
- tests
- ts/packages
- anchor
- src
- program
- namespace
- utils
- borsh
- spl-associated-token-account
- spl-binary-option
- spl-binary-oracle-pair
- spl-feature-proposal
- spl-governance
- spl-memo
- spl-name-service
- spl-record
- spl-stake-pool
- spl-stateless-asks
- spl-token-lending
- spl-token-swap
- spl-token
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
345 | 346 | | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
353 | 354 | | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
359 | 360 | | |
360 | | - | |
361 | | - | |
| 361 | + | |
| 362 | + | |
362 | 363 | | |
363 | 364 | | |
364 | 365 | | |
| |||
383 | 384 | | |
384 | 385 | | |
385 | 386 | | |
386 | | - | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
387 | 390 | | |
388 | 391 | | |
389 | 392 | | |
| |||
403 | 406 | | |
404 | 407 | | |
405 | 408 | | |
406 | | - | |
| 409 | + | |
407 | 410 | | |
408 | 411 | | |
409 | 412 | | |
410 | 413 | | |
411 | 414 | | |
412 | 415 | | |
413 | 416 | | |
414 | | - | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
415 | 420 | | |
416 | 421 | | |
417 | 422 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
15 | 24 | | |
16 | 25 | | |
17 | 26 | | |
18 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
19 | 34 | | |
20 | 35 | | |
21 | 36 | | |
22 | 37 | | |
23 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
24 | 43 | | |
25 | 44 | | |
26 | 45 | | |
| |||
0 commit comments