Trevor Clarke

Results 45 issues of Trevor Clarke

***Describe the bug*** I believe there is a missing case where the "locked" balance of an account does not take into account staked amounts in pool contracts. ***To Reproduce*** Steps...

P2
devx
icebox

***Is your feature request related to a problem? Please describe.*** Current RPC providers can have downtime, temporary connectivity issues, or rate limits that make clients transactions fail. Over the past...

P2
good_first_issue
feature_request

***Describe the bug*** When the testnet (or other?) is down, CLI prints the html error response. ***To Reproduce*** Steps to reproduce the behavior: 1\. Use NEAR CLI 2\. network MUST...

bug
T-dev-tools

***Describe the bug*** Im unable to generate a new account with ledger, appears error from missing dep. ***To Reproduce*** Steps to reproduce the behavior: 1\. using NEAR Cli (v1.5.4) 2\....

bug
T-dev-tools

UI for txn detail appears to have invalid sum total from system: Getting wildly wrong value: 0.159 Ⓝ Math for this txn: (0.00024 + 0.00262 + 0.00074 + 0.00063) =...

bug

Check the following logic is covered with tests, this was possibly missed or could not be confirmed as covered. # Proposals ### on_proposal_callback Receiving callback after the proposal has been...

P-Medium
C-Testing

Create test coverage for the following: # Views ### version - [ ] Returns the version of this contract. ### get_config - [ ] Returns the config of this contract....

P-Low
C-Testing

IMPORTANT: This PR should not get merged. It was created to hold several scripts to aid in the deployment and upgrade of factory contracts. See `scripts` folder for: * upgrade_factory_*.sh...