Skip to content

Commit

Permalink
Metadata. Also add schema to each Borsh value (#99)
Browse files Browse the repository at this point in the history
* Attach borsh schema to all Borsh objects: arguments, callbacks, return values

* Remove myproject

* Add metadata

* Update near-bindgen-core/src/code_generator/attr_sig_info.rs

Co-Authored-By: Evgeny Kuzyakov <[email protected]>

* Update near-bindgen-core/src/code_generator/attr_sig_info.rs

Co-Authored-By: Evgeny Kuzyakov <[email protected]>

* Add test

* Fix metadata

* Enable git ignore

* Typos

Co-authored-by: Evgeny Kuzyakov <[email protected]>
  • Loading branch information
MaksymZavershynskyi and Evgeny Kuzyakov authored Mar 10, 2020
1 parent 33cffa7 commit cad2b47
Show file tree
Hide file tree
Showing 45 changed files with 909 additions and 47,356 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Build files
# Editor config files
.vscode

# Build files
target
**/target/
**/pkg/
Expand Down
Loading

0 comments on commit cad2b47

Please sign in to comment.