This repository was archived by the owner on Aug 2, 2021. It is now read-only.
Conversation
fix console history, lines with leadning whitespace NOT included
eth: time out status message exchange after 5s
tests: update JSON files, add new wrappers
after PR1919 merged, move bzz scheme registry to cmd/geth/main Merge remote-tracking branch 'upstream/develop' into bzzupdate
* config: reads file onto dfault, saved on exit too * netstore: account for retrieve request not delivery, complain if unable to pay, but no disconnect * bzz/swap: auto deploy (retries, interval) chequebook in separate go routine * validate both local and remote contract, allow connection if at least one party can pay * chequebook: class-level Validate/Deploy, extend backend interface with CodeAt/GetTxReceipt * common/swap: Add now returns error if one party cannot pay at all * save config after contract deployed * only set autodeposit on valid chequebook * set backend on swapParams, so no need to hack access to backend via invalid chequebook * fix interface comparison to nil issue with wrapping in/out (and buys/sells flags) in Payment (should be interface providing Buys() Sells(), In() Out() Stop()) * hive: introduce dropAll, called after chequebook is reset * implement price checking again when settin remote profile on SWAP * logging SWAP arrangement in bzz/swap
zelig
added a commit
that referenced
this pull request
Oct 30, 2015
SWAP improvements: chequebook contract autodeploy ++
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR features: autodeploy chequebook contract, swap arrangement checks, contract validation, check balance when netstore outgoing request