Paul
							
						 | 
						
							
							
								721fe6693c
							
							lang: add support for logging expected and actual values and pubkeys (#1572)
						 | 
						3 years ago | 
					
				
					
						
							
								   Matthew Callens
							
						 | 
						
							
							
								905968d5ab
							
							docs: fix bytemuck links in `#[account]` page (#1616)
						 | 
						3 years ago | 
					
				
					
						
							
								   Matthew Callens
							
						 | 
						
							
							
								041414f52a
							
							docs: update doc comments for `Program` and `#[account]` (#1606)
						 | 
						3 years ago | 
					
				
					
						
							
								   Matthew Callens
							
						 | 
						
							
							
								2a039f2e45
							
							cli: initialize a new git repository on `anchor init` (#1605)
						 | 
						3 years ago | 
					
				
					
						
							
								   SchwarzBier
							
						 | 
						
							
							
								97a8dfe71d
							
							Bump up rust to 2021 edition (#1430)
						 | 
						3 years ago | 
					
				
					
						
							
								   skrrb
							
						 | 
						
							
							
								3c994fcdef
							
							cli: also clone program data account (#1495)
						 | 
						3 years ago | 
					
				
					
						
							
								   NIKHIL B N
							
						 | 
						
							
							
								00488b512c
							
							Add support for `anchor idl fetch` to work outside anchor workspace (#1509)
						 | 
						3 years ago | 
					
				
					
						
							
								   Paul
							
						 | 
						
							
							
								54c07be511
							
							lang: impl Key for Pubkey (#1601)
						 | 
						3 years ago | 
					
				
					
						
							
								   Matthew Callens
							
						 | 
						
							
							
								ad8aec247b
							
							lang: new internal writer to use bpf mem syscalls (#1589)
						 | 
						3 years ago | 
					
				
					
						
							
								   Tom Linton
							
						 | 
						
							
							
								2529b06c02
							
							lang: Handle const array size casting and add const array size support for events (#1485)
						 | 
						3 years ago | 
					
				
					
						
							
								   migui3230
							
						 | 
						
							
							
								69a2d44513
							
							print composite field type if the parser cannot resolve it (#1506)
						 | 
						3 years ago | 
					
				
					
						
							
								   CherryMan
							
						 | 
						
							
							
								b5ea2a4201
							
							client: derive cluster ws url like web3.js (#1362)
						 | 
						3 years ago | 
					
				
					
						
							
								   skrrb
							
						 | 
						
							
							
								07c7cc1ce5
							
							cli: add anchor clean (#1479)
						 | 
						3 years ago | 
					
				
					
						
							
								   Jean Marchand
							
						 | 
						
							
							
								c02eed6599
							
							lang: fix seed examples in Accounts proc macro docs (#1596)
						 | 
						3 years ago | 
					
				
					
						
							
								   Armani Ferrante
							
						 | 
						
							
							
								b149fc522a
							
							ts: add provider parameter to spl token client (#1597)
						 | 
						3 years ago | 
					
				
					
						
							
								   mgild
							
						 | 
						
							
							
								552789a072
							
							Update governance.rs: Fixup anchor return types (#1582)
						 | 
						3 years ago | 
					
				
					
						
							
								   Tom Linton
							
						 | 
						
							
							
								5c5fa7927f
							
							Check error in safety checks test failure (#1571)
						 | 
						3 years ago | 
					
				
					
						
							
								   Paul
							
						 | 
						
							
							
								6dd0574cca
							
							fix changelog (#1568)
						 | 
						3 years ago | 
					
				
					
						
							
								   Paul
							
						 | 
						
							
							
								c8d8cacd22
							
							lang: remove default space calc (#1519)
						 | 
						3 years ago | 
					
				
					
						
							
								   sanny
							
						 | 
						
							
							
								68c5faed2b
							
							lang: update to AccountLoader in doc comments (#1554)
						 | 
						3 years ago | 
					
				
					
						
							
								   Matthew Callens
							
						 | 
						
							
							
								eee75ab07a
							
							ts: fix methods builder `.accounts` requiring global programs (#1548)
						 | 
						3 years ago | 
					
				
					
						
							
								   Rohan Kapur
							
						 | 
						
							
							
								4e8bb08cc4
							
							spl: Add support for the spl_token revoke (#1493)
						 | 
						3 years ago | 
					
				
					
						
							
								   Ian Macalinao
							
						 | 
						
							
							
								8ffb22d936
							
							lang: Fix doc strings not working with double quotes (#1537)
						 | 
						3 years ago | 
					
				
					
						
							
								   Matthew Callens
							
						 | 
						
							
							
								80be42803d
							
							ts: fix methods namespace typing loss and deprecate non-methods namespaces (#1539)
						 | 
						3 years ago | 
					
				
					
						
							
								   Matthew Callens
							
						 | 
						
							
							
								a78c9c0341
							
							lang: add sysvar custom error and failing test case (#1535)
						 | 
						3 years ago | 
					
				
					
						
							
								   Tom Linton
							
						 | 
						
							
							
								61de9f21e7
							
							lang: Fix detection of Accounts derive  (#1530)
						 | 
						3 years ago | 
					
				
					
						
							
								   Totoro
							
						 | 
						
							
							
								9c49e7642d
							
							ts: fix formatIdlData for option defined type (#1439)
						 | 
						3 years ago | 
					
				
					
						
							
								   Armani Ferrante
							
						 | 
						
							
							
								b733610d87
							
							v0.22.1 (#1528)
						 | 
						3 years ago | 
					
				
					
						
							
								   Paul
							
						 | 
						
							
							
								9010921a45
							
							ci: add anchor init template test (#1525)
						 | 
						3 years ago | 
					
				
					
						
							
								   tanliwei
							
						 | 
						
							
							
								2fc0319f3c
							
							Update link to Account type in docs (#1514)
						 | 
						3 years ago |