CTO and co-founder at Mysten Labs, Move creator.
-
Mysten Labs
- San Francisco, CA
- https://github.com/MystenLabs/awesome-move
- @b1ackd0g
Block or Report
Block or report sblackshear
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
683 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2022
Created 26 commits in 2 repositories
Created 1 repository
- sblackshear/sui Rust
Created a pull request in MystenLabs/sui that received 3 comments
Opened 14 other pull requests in 1 repository
MystenLabs/sui
14
merged
- [chore] remove unused assets
- [doc] improvements to install and contributing pages
- [doc] add Sui discord link to README
- [doc] add SECURITY.md
- [docs] add draft roadmap
- [REST APIs] remove debug format printing for SequenceNumber in REST e…
- [move examples] add README with summary of available examples, discla…
- [framework] use NFT<T> standard in cross-chain airdrop
- [benchmarking] Enforce minimum committee size of 4
- [move] Flash loan example
- [move] Add NFT module to framework + use natural numbers as example
- [move] reorganize examples directory
- [chore] fastnft -> sui everywhere
- [doc] add link to Sui whitepaper
Reviewed 88 pull requests in 3 repositories
MystenLabs/sui
65 pull requests
- [move] Change GAS to SUI in the framework
- ci: always run license checks
- [wallet bug fix] Interactive shell crashes when trying to query an account address with 'object' command
- [Move adapter] Fixed framework modules being accidentally marked for publishing
- [cli] Added default Sui configuration directory
- Move package deps commitments
- [doc] improvements to install and contributing pages
- Update README.md
- Less calls to tx digest()
- Add files via upload
- Update README.md
- added bare-bones CONTRIBUTORS.md file
- [docs] add draft roadmap
- Update CODEOFCONDUCT.MD
- [move] NFT marketplace
- Doc describing basic devnet usage
- Update sowork.md
- [move] Fix Escrow example and add tests
- [move] Implement trustless escrow using Shared Object
- [Authority + Adapter] Add package caching, and remove redundant digest checks + clones
- [REST] Print error context for a more meaningful error message when a Move call fails
- Local Rest Server & API Instructions
- Support Batch Transaction
- [Move] Added example of an auction using shared objects
- [NFT Mirroring] validate ownership
- Some pull request reviews not shown.
diem/move
19 pull requests
- Fix the typetag serde error
- [move-lang] Table extension.
- [move-vm] Revisit session extension API.
- [move-lang] Typed macros: parsing and type checking
-
Change type of
argsinputs toexecute_function_for_effectsto make it more flexible - [README] Adding awesome-move to the Community section
- Fix serde serialization leading to compile error
- [move-book] Added block doc comment option
- Fix move-unit-test option collision
- [type] Add alias to StructTag for compatibility with old serialized json
- Update regex package to 1.5.5
- Update introduction.md
- Update abort-and-assert.md
- Add option to print stacktrace upon abort during Move tests
- [move-vm] Reduce VALUE_DEPTH_MAX to 128 + enable release build for CLI
- [tools] Compile in release mode for CI testing (+ enable move-cli release builds)
- [move-compiler] Allow implicit copies on all copyable types
- handle errors in execute_function_for_effects()
- [move-to-yul] Remove non-determinism in @src file number assignment.
MystenLabs/awesome-move
4 pull requests
Created an issue in MystenLabs/sui that received 2 comments
[Move] allow object ID's as inputs to entrypoints
Today, callers can pass object ID's to entrypoints using the address type. This is not ideal in a number of ways:
The entrypoint or subsequent cod…
2
comments