-
Notifications
You must be signed in to change notification settings - Fork 15
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: BitteProtocol/near-ca
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: BitteProtocol/near-ca
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 20 files changed
- 2 contributors
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e8f6c0 - Browse repository at this point
Copy the full SHA 6e8f6c0View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23b3ce3 - Browse repository at this point
Copy the full SHA 23b3ce3View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b8a89d - Browse repository at this point
Copy the full SHA 5b8a89dView commit details
Commits on Jan 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a23442a - Browse repository at this point
Copy the full SHA a23442aView commit details
Commits on Jan 9, 2025
-
Manually Sign, Broadcast and Poll Signature Requests (#153)
The MPC Sign Requests are timing out when calling `account.signAndSendTransaction`. This appears to be buried deeply in the non-configurable `provider.txStatus` polling (when waiting for an EXECUTED status). Add alternate/semi-manual transaction broadcast & result fetching as follows: - signTransaction - sendTransactionAsync - poll txStatus for INCLUDED instead of EXECUTED on a loop until EXECUTED (with 1 second/block sleep). This is entirely due to some usability issue with near-js/providers: near/near-api-js#1448
Configuration menu - View commit details
-
Copy full SHA for 007e55c - Browse repository at this point
Copy the full SHA 007e55cView commit details
Commits on Jan 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f62ba6b - Browse repository at this point
Copy the full SHA f62ba6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4172f9e - Browse repository at this point
Copy the full SHA 4172f9eView commit details
Commits on Jan 15, 2025
-
RPC Overrides for Unreliable Defaults (#156)
Introducing a few internal rpc overrides (Avalanche and Sepolia) whose viem defaults are not good enough for our purposes. **Bonus:** We also add the optional user overrides for `rpcUrl` and `scanUrl` on calls to `Network.fromChainId()`!
Configuration menu - View commit details
-
Copy full SHA for 477a574 - Browse repository at this point
Copy the full SHA 477a574View commit details -
Readme: Remove Disclaimer (#157)
This is now used in production system so... and this tweet. https://x.com/microchipgnu/status/1879171098258096344
Configuration menu - View commit details
-
Copy full SHA for 8d1f001 - Browse repository at this point
Copy the full SHA 8d1f001View commit details -
Improve TypedDataDomain guard (#158)
Uniswap WC requests had chainId as a string in the domain structure. This PR improves the type guard to capture this.
Configuration menu - View commit details
-
Copy full SHA for 18a1c44 - Browse repository at this point
Copy the full SHA 18a1c44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89a2206 - Browse repository at this point
Copy the full SHA 89a2206View commit details
Commits on Jan 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5441a65 - Browse repository at this point
Copy the full SHA 5441a65View commit details
Commits on Jan 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2495430 - Browse repository at this point
Copy the full SHA 2495430View commit details
Commits on Jan 27, 2025
-
Updating Dependencies with yarn upgrade, but also marking them in package.json
Configuration menu - View commit details
-
Copy full SHA for 7b0c78b - Browse repository at this point
Copy the full SHA 7b0c78bView commit details -
Update Readme & Adapt Utilities (#162)
**Readme Updates** 1. Remove redundant aspects. 2. Make front end example more prominent. 3. Expand frontend example. **Type Utilities** 1. `convertToAction`: Transforming WalletSelector Action to NearApiJS Action 2. Expose NearAccount from Adapter. TODO: Add tests for conversion utility.
Configuration menu - View commit details
-
Copy full SHA for f33616d - Browse repository at this point
Copy the full SHA f33616dView commit details
There are no files selected for viewing