Pinned Loading
-
FuelLabs/sway
FuelLabs/sway Public🌴 Empowering everyone to build reliable and efficient smart contracts.
-
-
FuelLabs/sway-standards
FuelLabs/sway-standards PublicSRC Standards set for the Sway language
-
-
Trade-Wars
Trade-Wars PublicEthGlobal Autonomous Worlds Hackathon Project - ⛵️🪙 Sail the seas as a merchant and arbitrage trades between ports, but stay vigilant for other pirating players! 🏴☠️ A MUD v2 infinite merchant tra…
-
ShakeShock/ShakeShock
ShakeShock/ShakeShock PublicShakeShock is a P2E browser based game developed in the BuildQuest hackathon, with tokenomics, escrow and NFT functionality, selected as one of the finalists.
C#
889 contributions in the last year
Day of Week | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
January 2025
Created 3 commits in 2 repositories
Created a pull request in FuelLabs/sway that received 10 comments
Add the StorageIterator
type and implement for StorageVec
Description
An internal contributor requested we add Iter
to the StorageVec
type.
Checklist
I have linked to any relevant issues.
I have comment…
Opened 2 other pull requests in 2 repositories
FuelLabs/sway-standards
1
open
-
Add SRC-15 to README
This contribution was made on Jan 10
FuelLabs/sway-libs
1
merged
-
Update rust versions to v1.83.0
This contribution was made on Jan 6
Reviewed 7 pull requests in 2 repositories
FuelLabs/sway
6 pull requests
-
Implement
Iterator
forStorageVec
This contribution was made on Jan 13 -
add erroneously missing #[test()] attribute
This contribution was made on Jan 9
-
Remove instances of multiple impl blocks
This contribution was made on Jan 9
-
Add the
StorageIterator
type and implement forStorageVec
This contribution was made on Jan 8 -
Refactor
swayfmt
to support arbitrary lexed treesThis contribution was made on Jan 7 -
Rename forc doc
--manifest-path
to--path
This contribution was made on Jan 4
FuelLabs/sway-standards
1 pull request
-
feat: add SRC-16 Typed Structured Data
This contribution was made on Jan 9
Created an issue in FuelLabs/sway that received 1 comment
Formatter fails when formatting with for
loop
When a contract contains a for
loop, the formatter will fail.
Example:
contract; abi MyContract { fn test_function() -> bool;
} impl MyContract for C…