Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / koinos/koinos-cli issues and pull requests
#190 - [FEATURE]: KAP name resolution
Issue -
State: open - Opened by lukemwillis over 1 year ago
Labels: enhancement
#189 - Update changelog
Pull Request -
State: closed - Opened by youkaicountry over 1 year ago
#188 - Bump version number to v2.0.0
Pull Request -
State: closed - Opened by youkaicountry over 1 year ago
#187 - [FEATURE]: Chain-specific .koinosrc
Issue -
State: open - Opened by lukemwillis over 1 year ago
Labels: enhancement, story
#186 - [FEATURE]: Visual Network Indicator
Issue -
State: open - Opened by lukemwillis over 1 year ago
- 2 comments
Labels: enhancement, task
#185 - Update github workflows
Pull Request -
State: closed - Opened by mvandeberg almost 2 years ago
#184 - Change default RC limit to 10%, show more helpful error messages
Pull Request -
State: closed - Opened by youkaicountry almost 2 years ago
#183 - Validation of addresses
Issue -
State: open - Opened by youkaicountry almost 2 years ago
- 2 comments
Labels: story
#182 - [FEATURE]: Do not use 100% `rc_limit` when submitting transactions
Issue -
State: closed - Opened by sgerbino almost 2 years ago
Labels: enhancement
#181 - Crash on contract read
Pull Request -
State: closed - Opened by youkaicountry almost 2 years ago
#180 - Use uint64 to track rclimit
Pull Request -
State: closed - Opened by youkaicountry almost 2 years ago
#179 - Remove extra padding around `chain_id` command output
Pull Request -
State: closed - Opened by sgerbino almost 2 years ago
#178 - Do not check user balance upon transfer when wallet is offline
Pull Request -
State: closed - Opened by mvandeberg almost 2 years ago
#177 - [BUG]: Offline Transfer Panics
Issue -
State: closed - Opened by mvandeberg almost 2 years ago
Labels: bug
#176 - [BUG]: Extra padding on `chain_id`
Issue -
State: closed - Opened by sgerbino almost 2 years ago
Labels: bug
#175 - Add all system contracts to the default `.koinosrc` file
Pull Request -
State: closed - Opened by sgerbino almost 2 years ago
#174 - [FEATURE]: Have all system contracts registered in the `.koinosrc`
Issue -
State: closed - Opened by sgerbino almost 2 years ago
Labels: enhancement
#173 - [BUG]: Some contract reads result in a crash
Issue -
State: closed - Opened by sgerbino almost 2 years ago
Labels: bug
#172 - Allow offline signing for contract calls
Pull Request -
State: closed - Opened by mvandeberg almost 2 years ago
#171 - Fix balance check on token transfer
Pull Request -
State: closed - Opened by youkaicountry almost 2 years ago
#170 - [BUG]: Cannot transfer last satoshi
Issue -
State: closed - Opened by youkaicountry almost 2 years ago
Labels: bug
#169 - [BUG]: Generated commands cannot sign offline
Issue -
State: closed - Opened by mvandeberg almost 2 years ago
Labels: bug
#168 - [FEATURE]: Simplified rclimit management when payer is another wallet
Issue -
State: open - Opened by lukemwillis almost 2 years ago
- 2 comments
Labels: bug, task
#167 - Involves #166
Pull Request -
State: closed - Opened by youkaicountry about 2 years ago
#166 - [BUG]: Terminal rendering freezes when pasting large string
Issue -
State: closed - Opened by youkaicountry about 2 years ago
Labels: bug
#165 - #121 Add build instructions to readme
Pull Request -
State: closed - Opened by jredbeard about 2 years ago
#164 - Offline transaction signing
Pull Request -
State: closed - Opened by youkaicountry about 2 years ago
#163 - Incorrect RC Limit tracking
Issue -
State: closed - Opened by youkaicountry about 2 years ago
#162 - #122: Handle enums and fix panic on empty list in return
Pull Request -
State: closed - Opened by mvandeberg about 2 years ago
#161 - Issue management
Pull Request -
State: closed - Opened by mvandeberg about 2 years ago
#160 - Add issue management workflows
Pull Request -
State: closed - Opened by mvandeberg about 2 years ago
#159 - [FEATURE]: Add a `.koinosrc.testnet` file with defaults for testnet
Issue -
State: closed - Opened by jredbeard about 2 years ago
- 6 comments
Labels: enhancement, task
#158 - [FEATURE]: Skip loading of koinosrc file if RPC endpoint is passed on the command line
Issue -
State: open - Opened by jredbeard about 2 years ago
- 5 comments
Labels: enhancement, task
#157 - [FEATURE]: Load a global koinosrc file if one is not found in your home directory
Issue -
State: closed - Opened by jredbeard about 2 years ago
- 2 comments
Labels: enhancement, stale
#156 - Remove the double spacing of `.koinosrc` execution results
Pull Request -
State: closed - Opened by sgerbino about 2 years ago
#155 - [FEATURE]: `.koinosrc` execution without double spaces
Issue -
State: closed - Opened by sgerbino about 2 years ago
Labels: enhancement
#154 - Do not display a warning when the .env file does not exist
Pull Request -
State: closed - Opened by sgerbino about 2 years ago
#153 - [BUG]: `open .env: no such file or directory`
Issue -
State: closed - Opened by sgerbino about 2 years ago
Labels: bug
#152 - [BUG]: If you pass in an RPC endpoint on the command line you still connect to the default RPC endpoint
Issue -
State: closed - Opened by jredbeard about 2 years ago
- 1 comment
Labels: bug
#151 - Fix regex string for AddressArg and add error msg for invalid address format
Pull Request -
State: closed - Opened by jredbeard about 2 years ago
- 6 comments
#150 - Rename `get_account_rc` -> `account_rc`
Pull Request -
State: closed - Opened by mvandeberg about 2 years ago
#149 - Rename `get_account_rc` -> `account_rc`
Issue -
State: closed - Opened by mvandeberg about 2 years ago
- 1 comment
#148 - Implementation of `register_token`
Pull Request -
State: closed - Opened by sgerbino about 2 years ago
#147 - Adds the command `get_account_rc`
Pull Request -
State: closed - Opened by sgerbino about 2 years ago
#146 - Add a command that calls `get_account_rcs` which will allow users to retrieve their current mana
Issue -
State: closed - Opened by sgerbino about 2 years ago
Labels: task
#145 - Use the `register` command as a guide to implement `register_token` which should mimic the behavior of `register` with the additional of calling `token.decimals` and `token.symbol` to pass these values in the newly created `NewToken*Command`, `name` and `symbol` should also be included as new commands
Issue -
State: closed - Opened by sgerbino about 2 years ago
Labels: task
#144 - Write implementation of `NewTokenTransferCommand`, `NewTokenBalanceCommand`, and `NewTokenTotalSupplyCommand` that considers precision and symbols when parsing or displaying token values
Issue -
State: closed - Opened by sgerbino about 2 years ago
Labels: task
#143 - [FEATURE]: Add `register_token` command
Issue -
State: closed - Opened by sgerbino about 2 years ago
Labels: enhancement, story
#142 - Offline transaction signing
Pull Request -
State: closed - Opened by youkaicountry about 2 years ago
- 1 comment
#141 - [BUG]: Cannot transfer entire balance
Issue -
State: closed - Opened by koignettt about 2 years ago
- 1 comment
Labels: bug
#140 - [FEATURE]: Support offline transaction signing
Issue -
State: closed - Opened by youkaicountry about 2 years ago
Labels: enhancement, story
#139 - check if address is valid in balance command
Pull Request -
State: closed - Opened by jredbeard about 2 years ago
- 3 comments
#138 - [FEATURE]: Balance command should validate that address is in correct format
Issue -
State: closed - Opened by jredbeard about 2 years ago
- 2 comments
Labels: enhancement, stale
#137 - Change endpoint in readme to be https
Pull Request -
State: closed - Opened by jredbeard about 2 years ago
#136 - Update .koinosrc for mainnet pob and vhp
Pull Request -
State: closed - Opened by mvandeberg about 2 years ago
#135 - Update modules for 1.0.0
Pull Request -
State: closed - Opened by mvandeberg about 2 years ago
#134 - Bump version, change tKOIN to KOIN
Pull Request -
State: closed - Opened by youkaicountry about 2 years ago
#133 - Payer command
Pull Request -
State: closed - Opened by youkaicountry about 2 years ago
#132 - Register system named contracts without contract address parameter
Issue -
State: closed - Opened by lukemwillis about 2 years ago
- 2 comments
Labels: stale
#131 - [BUG]: CLI transfer verb doesn't parse/validate target address
Issue -
State: closed - Opened by koignettt about 2 years ago
- 3 comments
Labels: bug, stale
#130 - [FEATURE]: Ability to set payer
Issue -
State: closed - Opened by youkaicountry about 2 years ago
Labels: enhancement, task
#129 - Add ability to force text prompt
Pull Request -
State: closed - Opened by youkaicountry about 2 years ago
#128 - 126 rc crash
Pull Request -
State: closed - Opened by youkaicountry about 2 years ago
#127 - Check online status in more commands
Pull Request -
State: closed - Opened by youkaicountry about 2 years ago
#126 - [BUG]: Cannot open CLI without RC file
Issue -
State: closed - Opened by sgerbino about 2 years ago
Labels: bug
#125 - Add support for rc startup files
Pull Request -
State: closed - Opened by mvandeberg about 2 years ago
#124 - [BUG]: Interactive CLI does not handle pasted newlines well
Issue -
State: open - Opened by lukemwillis over 2 years ago
- 2 comments
Labels: bug, task
#123 - Add persistent history
Pull Request -
State: closed - Opened by youkaicountry over 2 years ago
- 2 comments
Labels: stale
#122 - [BUG]: Enum param types not supported
Issue -
State: closed - Opened by mvandeberg over 2 years ago
Labels: bug
#121 - [FEATURE]: Add build instructions to README
Issue -
State: closed - Opened by theoreticalbts over 2 years ago
Labels: enhancement
#120 - Update version
Pull Request -
State: closed - Opened by youkaicountry over 2 years ago
#119 - Fix corruption
Pull Request -
State: closed - Opened by youkaicountry over 2 years ago
#118 - Change ABI entry_point to entry-point
Pull Request -
State: closed - Opened by youkaicountry over 2 years ago
#117 - Add public command, and show public key on generate
Pull Request -
State: closed - Opened by youkaicountry over 2 years ago
#116 - Bump proto
Pull Request -
State: closed - Opened by mvandeberg over 2 years ago
#115 - Add broadcast flag to submit transaction
Pull Request -
State: closed - Opened by sgerbino over 2 years ago
#114 - [FEATURE]: Update ABI
Issue -
State: closed - Opened by joticajulian over 2 years ago
- 3 comments
Labels: enhancement, stale
#113 - 108 fix
Pull Request -
State: closed - Opened by youkaicountry over 2 years ago
#112 - Bump tools
Pull Request -
State: closed - Opened by youkaicountry over 2 years ago
#111 - Use pretty print for contract output
Pull Request -
State: closed - Opened by youkaicountry over 2 years ago
#110 - Fix nested type handling
Pull Request -
State: closed - Opened by youkaicountry over 2 years ago
#109 - [FEATURE]: Configuration file
Issue -
State: closed - Opened by youkaicountry over 2 years ago
- 2 comments
Labels: enhancement, stale
#108 - [BUG]: '-' causes command name to fail
Issue -
State: closed - Opened by mvandeberg over 2 years ago
Labels: bug
#107 - [BUG]: New wallets do not appear in auto complete
Issue -
State: open - Opened by mvandeberg over 2 years ago
- 1 comment
Labels: bug, task
#106 - [FEATURE]: Automatic contract re-registering
Issue -
State: open - Opened by lukemwillis over 2 years ago
- 3 comments
Labels: enhancement, task
#105 - [BUG]: `~` Not Followed
Issue -
State: open - Opened by mvandeberg over 2 years ago
- 1 comment
Labels: bug, task
#104 - [BUG]: SIGSEGV when disconnected
Issue -
State: closed - Opened by mvandeberg over 2 years ago
- 2 comments
Labels: bug
#103 - Specify Go version
Pull Request -
State: closed - Opened by youkaicountry over 2 years ago
#102 - add authorize overrides to upload command
Pull Request -
State: closed - Opened by roaminro over 2 years ago
- 1 comment
#101 - Fixing typos, standardizing command descriptions
Pull Request -
State: closed - Opened by lukemwillis over 2 years ago
#100 - v3 fixes
Pull Request -
State: closed - Opened by youkaicountry over 2 years ago
#96 - Set RC limit
Issue -
State: closed - Opened by youkaicountry almost 3 years ago
#95 - Track nonce
Issue -
State: closed - Opened by youkaicountry almost 3 years ago
#89 - Txn receipt
Pull Request -
State: closed - Opened by youkaicountry almost 3 years ago
#57 - ABI Command not recognized at end of semicolon clause
Issue -
State: open - Opened by youkaicountry about 3 years ago
- 1 comment
Labels: bug, task
#47 - Help sometimes fails
Issue -
State: closed - Opened by mvandeberg about 3 years ago
- 2 comments
Labels: bug, stale
#46 - Persistent Command History
Issue -
State: open - Opened by mvandeberg about 3 years ago
- 1 comment
Labels: enhancement, task, stale
#45 - Obfuscated Passwords
Issue -
State: open - Opened by mvandeberg about 3 years ago
- 1 comment
Labels: enhancement, task, stale
#44 - Cursor error on historical command
Issue -
State: closed - Opened by mvandeberg about 3 years ago
Labels: bug
#15 - Display current argument info in autocomplete
Issue -
State: closed - Opened by youkaicountry over 3 years ago
- 3 comments
Labels: stale