-
Notifications
You must be signed in to change notification settings - Fork 9
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: rustyrussell/pettycoin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 531671cdf2b2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rustyrussell/pettycoin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 90928e26553e
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 12 files changed
- 1 contributor
Commits on Oct 27, 2014
-
block: consider a block "known" if we know sufficient previous blocks.
We currently insist on knowing the contents of *all* previous blocks, but that's overkill. Instead of a boolean, keep a counter, and compare it against the most we need to know to mine. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for f03e63c - Browse repository at this point
Copy the full SHA f03e63cView commit details -
recv_block: don't get ancient transactions.
Now we don't need all txs, don't get them. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for ccc5dd5 - Browse repository at this point
Copy the full SHA ccc5dd5View commit details
Commits on Oct 28, 2014
-
recv_block: Don't log UNKNOWN_PREV errors during sync.
They're expected. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for d78668a - Browse repository at this point
Copy the full SHA d78668aView commit details -
generating: take care never to log { or } characters.
The fast-path in pettycoin-query introduced in 994a7fa won't work if we do this. So hex-ize the nonce. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 90928e2 - Browse repository at this point
Copy the full SHA 90928e2View commit details
There are no files selected for viewing