-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update genesis * update genesis * update boka command * update boka commandline * update boka cli * update Boka command * update genesis * update genesis file * udpate genesis * revert submodule change * Update Node/Sources/Node/Genesis.swift Co-authored-by: Xiliang Chen <[email protected]> * update genesis * update genesis * update genesis * delete KeyedDecodingContainer * update main * update spec * update cmommand * update boka test * Update Boka/Tests/BokaTests/BokaTests.swift Co-authored-by: Xiliang Chen <[email protected]> * update resources * udpate cli & test --------- Co-authored-by: Xiliang Chen <[email protected]>
- Loading branch information
Showing
19 changed files
with
665 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"configurations": [ | ||
{ | ||
"type": "lldb", | ||
"request": "launch", | ||
"args": [], | ||
"cwd": "${workspaceFolder:Boka}", | ||
"name": "Debug Boka", | ||
"program": "${workspaceFolder:Boka}/.build/debug/Boka", | ||
"preLaunchTask": "swift: Build Debug Boka" | ||
}, | ||
{ | ||
"type": "lldb", | ||
"request": "launch", | ||
"args": [], | ||
"cwd": "${workspaceFolder:Boka}", | ||
"name": "Release Boka", | ||
"program": "${workspaceFolder:Boka}/.build/release/Boka", | ||
"preLaunchTask": "swift: Build Release Boka" | ||
} | ||
] | ||
} |
Oops, something went wrong.