-
Notifications
You must be signed in to change notification settings - Fork 387
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: a16z/helios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: eigerco/helios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 35 files changed
- 5 contributors
Commits on Jul 24, 2023
-
WIP: Compile helios in a canister (#1)
* Use stable Rust instead * Vendor `ic-http` from `bitcoin-canister` * config: Replace `reqwest` with `ic-http` * Replace most of `ethers` with `ethers-core` * consensus: replace `reqwest` with `ic-http` * client: replace `ethers` with `ethers-core` * client: Replace `gloo-timers` and `wasm-bindgen-futures` with `ic-cdk` * Remove tokio::task::spawn_blocking * remove ic-http/example_canister * use ic-cdk instead of wasm-timer
Configuration menu - View commit details
-
Copy full SHA for e42c2cd - Browse repository at this point
Copy the full SHA e42c2cdView commit details
Commits on Jul 26, 2023
-
Use canister outcalls for http execution (#2)
* Use canister outcalls for http execution * Remove unneeded alloc deserializing response * Make http requests cross platform and remove ic-http * Remove candid dep and target guard ic_cdk * Extract cycle cost constants to separate module * Fix deserializing responses from node * remove ic_cdk dep from execution * fix target guarded stuff
Configuration menu - View commit details
-
Copy full SHA for b4b2227 - Browse repository at this point
Copy the full SHA b4b2227View commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b717080 - Browse repository at this point
Copy the full SHA b717080View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef6407c - Browse repository at this point
Copy the full SHA ef6407cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bc783a - Browse repository at this point
Copy the full SHA 2bc783aView commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 93e8a62 - Browse repository at this point
Copy the full SHA 93e8a62View commit details
Commits on Jul 29, 2023
-
feat: Minimize the time node is locked when advancing (#6)
* feat: Minimize the time node is locked when advancing * fix the log messages * Add missing await in native advance method
Configuration menu - View commit details
-
Copy full SHA for 1e7566e - Browse repository at this point
Copy the full SHA 1e7566eView commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a7173b2 - Browse repository at this point
Copy the full SHA a7173b2View commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e1b73eb - Browse repository at this point
Copy the full SHA e1b73ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45caf78 - Browse repository at this point
Copy the full SHA 45caf78View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 07cc7af - Browse repository at this point
Copy the full SHA 07cc7afView commit details
Commits on Aug 24, 2023
-
fix(client): Make updating
Node
lock-free (#11)* fix(client): Make updating `Node` lock-free Async locks can not be used in ICP. * use `load_full` when we don't await * use Rc<Cell<bool>> instead of Arc<AtomicBool> * remove tokio dependency for wasm * use ArcSwap::from instead of ArcSwap::new * reword comment
Configuration menu - View commit details
-
Copy full SHA for 80b1be0 - Browse repository at this point
Copy the full SHA 80b1be0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62c7237 - Browse repository at this point
Copy the full SHA 62c7237View commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dadd1d3 - Browse repository at this point
Copy the full SHA dadd1d3View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7ee2d5 - Browse repository at this point
Copy the full SHA b7ee2d5View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master