-
Notifications
You must be signed in to change notification settings - Fork 45
Comparing changes
Open a pull request
base repository: metaplex-foundation/shank
base: shank@v0.0.5
head repository: metaplex-foundation/shank
compare: shank@v0.0.11
- 20 commits
- 41 files changed
- 3 contributors
Commits on Aug 13, 2022
-
* test: showing that tuple types are parsed as None * tuples: adding two element tuple support up to IDL generation Next step is to allow more elements in a tuple which will be a bigger change and thus isn't included here * chore: composite types now have dynamic amount of inner types * idl: full support for dynamic els tuples * chore: finish parser level tuple tests
Configuration menu - View commit details
-
Copy full SHA for 08dc8e5 - Browse repository at this point
Copy the full SHA 08dc8e5View commit details
Commits on Aug 21, 2022
-
Extend shank instructions to work with Instruction struct variants (#32)
* extend shank instructions to have more than one field * parse multiple instruction fields * add test examples * chore: rename instructionArg(s) to arg(s) - they are inside an instruction thus that context is already provided - shorter names result in better generated code with solita Co-authored-by: Thorsten Lorenz <thlorenz@gmx.de>
Configuration menu - View commit details
-
Copy full SHA for a5bd471 - Browse repository at this point
Copy the full SHA a5bd471View commit details
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e6d7545 - Browse repository at this point
Copy the full SHA e6d7545View commit details -
chore: remove
clonedcalls on Result- turns out this is an experimental feature
Configuration menu - View commit details
-
Copy full SHA for 7fdaaa4 - Browse repository at this point
Copy the full SHA 7fdaaa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c3384 - Browse repository at this point
Copy the full SHA a2c3384View commit details
Commits on Aug 25, 2022
-
Add CLI program option for Program ID (#35)
* parse coption as a normal option type * add -p argument for overriding program address * address naming & error nits * rust fmt * remove COption parsing until confirmed * chore: consistent program_address_override naming Co-authored-by: Thorsten Lorenz <thlorenz@gmx.de>
Configuration menu - View commit details
-
Copy full SHA for d40aee1 - Browse repository at this point
Copy the full SHA d40aee1View commit details -
Configuration menu - View commit details
-
Copy full SHA for af56af0 - Browse repository at this point
Copy the full SHA af56af0View commit details
Commits on Sep 20, 2022
-
feat: support HashSet and BTreeSet (#38)
* test: add hash/btree set integration test * feat: support hash/btree sets
Configuration menu - View commit details
-
Copy full SHA for c92f209 - Browse repository at this point
Copy the full SHA c92f209View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8102164 - Browse repository at this point
Copy the full SHA 8102164View commit details
Commits on Oct 14, 2022
-
feat: optional instruction acccounts defaulting to program_id (#40)
* ix: parsing out instruction strategy attribute (default_optional_accounts) * macro: adding default_optional_accounts attribute * macro: store strategies in hashset - only one instance of a particular strategy makes sense per instruction * idl: integrate strategy as boolean in instruction and added tests
Configuration menu - View commit details
-
Copy full SHA for 1967e9d - Browse repository at this point
Copy the full SHA 1967e9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e884d0a - Browse repository at this point
Copy the full SHA e884d0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for adecd0f - Browse repository at this point
Copy the full SHA adecd0fView commit details
Commits on Nov 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 40bc821 - Browse repository at this point
Copy the full SHA 40bc821View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69de2d8 - Browse repository at this point
Copy the full SHA 69de2d8View commit details -
Merge pull request #45 from metaplex-foundation/stegaBOB/fix/module-c…
…ollision Fix: module collision
Configuration menu - View commit details
-
Copy full SHA for aca0e08 - Browse repository at this point
Copy the full SHA aca0e08View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa9c551 - Browse repository at this point
Copy the full SHA aa9c551View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24549cb - Browse repository at this point
Copy the full SHA 24549cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25ba901 - Browse repository at this point
Copy the full SHA 25ba901View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4d2918 - Browse repository at this point
Copy the full SHA c4d2918View commit details
Commits on Nov 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d3ab3a4 - Browse repository at this point
Copy the full SHA d3ab3a4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff shank@v0.0.5...shank@v0.0.11