-
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: 5a4c143c7946
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: 611822f9b131
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 10 files changed
- 1 contributor
Commits on Aug 8, 2014
-
protocol: make testnet horizon 3 days.
12 hours makes it horribly difficult to send test transfers across timezones; at least this gives us the weekend! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 806abc3 - Browse repository at this point
Copy the full SHA 806abc3View commit details -
recv_children: handle case where block isn't known properly.
We were falling through as if they said there were no children. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for fad6220 - Browse repository at this point
Copy the full SHA fad6220View commit details -
peer: initiate new block query during sync.
We currently get a surprise next time a new block is generated, and fall back to chasing prevs. We should fix the sync protocol, but meanwhile, this means we at least get those blocks before we consider ourselves "synced" Note that this breaks our sync test: we don't get told about new blocks while we're syncing (and we do that for much longer now). We would normally catch up when the next block arrived. But we don't need the block inject at all anymore to force synchronization, so remove it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for a084648 - Browse repository at this point
Copy the full SHA a084648View commit details -
blockfile: handle case where there are incomplete blocks in file.
We want to ask about any transactions we don't know about once we've loaded the blocks and transactions off disk. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 28098f4 - Browse repository at this point
Copy the full SHA 28098f4View commit details
Commits on Aug 9, 2014
-
peer: use recv_tx_from_peer().
We made the code more general and moved it into recv_tx.c, but never called it! Fix that so we don't have duplicated code (they're currently identical). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for ba0fe87 - Browse repository at this point
Copy the full SHA ba0fe87View commit details -
check_block: don't hit think the current tx is a dup in check_tx_inpu…
…ts_and_refs We weren't excluding the existing transaction, which can happen when we're doing check_resolved_txs(). This makes us think there's a doublespend in the block! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Configuration menu - View commit details
-
Copy full SHA for 611822f - Browse repository at this point
Copy the full SHA 611822fView commit details
There are no files selected for viewing