aboutsummaryrefslogtreecommitdiffstats
path: root/astro/pyweather
ModeNameSize
-rw-r--r--Makefile695logstatsplainblame
-rw-r--r--distinfo182logstatsplainblame
-rw-r--r--pkg-descr120logstatsplainblame
n> * vendor: update github.com/rjeczalik/notify for go1.10 (#15785)Péter Szilágyi2018-01-0220-158/+229 * build: set CC through a command-line flag (#15784)Péter Szilágyi2018-01-022-9/+13 * eth/downloader: avoid hidden reference to finished statesync request (#15545)Péter Szilágyi2018-01-021-1/+4 * build: fix version comparison for go1.10 and beyond (#15781)Péter Szilágyi2018-01-021-6/+15 * containers/docker: change docker images to go1.9 (#15789)Deepak Sharma2018-01-024-6/+10 * whisper/whisper2: fix Go 1.10 vet issues on type mismatches (#15783)Péter Szilágyi2018-01-021-2/+2 * crypto: ensure private keys are < N (#15745)Alex Wu2018-01-021-0/+10 * consensus/ethash: fix overdue link (#15786)sunxiaojun20142017-12-311-1/+1 * accounts/abi: handle named ouputs prefixed with underscores (#15766)Péter Szilágyi2017-12-304-4/+153 * p2p/enr: initial implementation (#15585)Anton Evangelatov2017-12-303-0/+768 * eth, les, light: expose chain config in les node info too (#15732)Péter Szilágyi2017-12-284-11/+25 * p2p/discv5: fix reg lookup, polish code, use logger (#15737)Péter Szilágyi2017-12-284-142/+139 * rpc: allow OPTIONS requests without Content-Type (#15759)Sorin Neacsu2017-12-281-1/+1 * Merge pull request #15731 from holiman/revamp_abiMartin Holst Swende2017-12-2311-379/+666 |\ | * accounts/abi: merging of https://github.com/ethereum/go-ethereum/pull/15452 +...Martin Holst Swende2017-12-235-47/+128 | * acounts/abi: refactor abi, generalize abi pack/unpack to ArgumentsMartin Holst Swende2017-12-237-251/+260 | * accounts/abi: add unpack into array testRobert Zaremba2017-12-213-2/+17 | * accounts/abi: add Method Unpack testsRobert Zaremba2017-12-211-36/+59 | * accounts/abi: satisfy most of the linter warningsRobert Zaremba2017-12-217-95/+87 | * accounts/abi: fix event unpack into sliceRobert Zaremba2017-12-215-23/+36 | * accounts/abi: fix event tupleUnpackRobert Zaremba2017-12-211-7/+7 | * accounts/abi: adding event unpacker testsRobert Zaremba2017-12-211-0/+154 * | accounts, consensus, core, eth: make chain maker consensus agnostic (#15497)gary rong2017-12-2223-99/+145 * | dashboard: integrate Flow, sketch message API (#15713)Kurkó Mihály2017-12-2123-620/+49960 * | Merge pull request #15730 from karalabe/puppeth-expose-faucet-httpPéter Szilágyi2017-12-211-0/+2 |\ \ | * | cmd/puppeth: fix faucet 502 error due to non-exposed HTTP portPéter Szilágyi2017-12-211-0/+2 |/ / * / whisper/whisperv6: PoW requirement (#15701)gluk2562017-12-215-54/+185 |/ * Merge pull request #15285 from yondonfu/abi-offset-fixed-arraysMartin Holst Swende2017-12-212-1/+194 |\ | * accounts/abi: update array type check in method.go. Add more packing testsYondon Fu2017-12-192-6/+138 | * Merge branch 'master' into abi-offset-fixed-arraysYondon Fu2017-12-19544-31113/+72797 | |\ | * | accounts/abi: include fixed array size in offset for dynamic typeYondon Fu2017-10-122-1/+62 * | | Merge pull request #15729 from karalabe/faucet-fix-twitterPéter Szilágyi2017-12-211-6/+1 |\ \ \ | * | | cmd/faucet: fix removal of Twitter zlib compressionPéter Szilágyi2017-12-211-6/+1 * | | | cmd/utils: add check on fd hard limit, skip test if below target (#15684)lash2017-12-214-1/+37 * | | | swarm/api: url scheme bzz-hash to get hashes of swarm content (#15238) (#15715)Janoš Guljaš2017-12-214-16/+80 |/ / / * | | cmd, core, eth/tracers: support fancier js tracing (#15516)Péter Szilágyi2017-12-2164-685/+109115 * | | Merge pull request #15727 from karalabe/rinkeby-akasha-bootnodePéter Szilágyi2017-12-211-1/+3 |\ \ \ | * | | params: add Rinkeby bootnode from AkashaPéter Szilágyi2017-12-211-1/+3 |/ / / * | | cmd/ethkey: new command line tool for keys (#15438)Steven Roose2017-12-216-0/+533 * | | accounts/abi: remove check for len%32==0 when unpacking events (#15670)Bob Glickstein2017-12-213-13/+47 * | | whisper/whisperv6: message bundling (#15666)gluk2562017-12-212-20/+33 * | | appveyor: bump Go to 1.9.2 (#15726)Péter Szilágyi2017-12-211-2/+2 * | | core: silence txpool reorg warning (annoying on import) (#15725)Péter Szilágyi2017-12-211-1/+1 * | | core: fix typos (#15720)Kurkó Mihály2017-12-212-14/+14 * | | accounts/abi: update array length after parsing array (#15618)Dmitry Shulyak2017-12-204-26/+78 * | | crypto: ensure that VerifySignature rejects malleable signatures (#15708)Felix Lange2017-12-202-0/+14 * | | core: fix panic when stat-ing a tx from a queue-only account (#15714)Péter Szilágyi2017-12-202-1/+58 * | | console: create datadir at startup (#15700)Armin Braun2017-12-191-1/+4 * | | swarm: bzz-list, bzz-raw and bzz-immutable schemes (#15667)Janoš Guljaš2017-12-1910-48/+202 * | | Merge pull request #15693 from zsfelfoldi/wait_nopeersPéter Szilágyi2017-12-192-2/+2 |\ \ \ | |_|/ |/| | | * | contracts/release: do not print error log if les backend has no peersZsolt Felfoldi2017-12-182-2/+2 * | | Merge pull request #15674 from chfast/vm-no-snapshot-paramPéter Szilágyi2017-12-183-11/+11 |\ \ \ | * | | core/vm: Remove snapshot param from Interpreter.Run()Paweł Bylica2017-12-153-11/+11 * | | | internal/ethapi: support "input" in transaction args (#15640)Felix Lange2017-12-181-3/+16 * | | | Merge pull request #15698 from original-brownbear/15668Péter Szilágyi2017-12-181-0/+3 |\ \ \ \ | * | | | accounts/keystore: Improved error messageArmin2017-12-181-0/+3 |/ / / / * | | | Merge pull request #15696 from ferhatelmas/p2p-goroutine-leakPéter Szilágyi2017-12-181-3/+3 |\ \ \ \ | * | | | p2p/discover: fix leaked goroutine in data expirationferhat elmas2017-12-181-3/+3 | | |/ / | |/| | * | | | Merge pull request #15686 from sorin/sorin-geth-attach-rinkebyPéter Szilágyi2017-12-181-2/+6 |\ \ \ \ | |/ / / |/| | | | * | | cmd/geth: add support for geth --rinkeby attachSorin Neacsu2017-12-161-2/+6 |/ / / * | | crypto, crypto/secp256k1: add CompressPubkey (#15626)Felix Lange2017-12-156-52/+118 * | | Merge pull request #15679 from shapeshed/patch-1Péter Szilágyi2017-12-151-1/+1 |\ \ \ | * | | crypto: Fix comment typoGeorge Ornbo2017-12-151-1/+1 |/ / / * / / internal/ethapi: don't crash for missing receiptsrhaps1072017-12-141-1/+4 |/ / * | Merge pull request #15629 from holiman/relax_futuretimePéter Szilágyi2017-12-141-4/+5 |\ \ | * | consensus/ethash: relax requirements when determining future-blocksMartin Holst Swende2017-12-081-4/+5 * | | p2p/simulations: fix gosimple nit (#15661)Felix Lange2017-12-131-1/+1 * | | rpc: use method constants instead of literal strings (#15652)Vitaly V2017-12-132-9/+9 * | | p2p/simulations: add mocker functionality (#15207)holisticode2017-12-135-2/+480 * | | all: use gometalinter.v2, fix new gosimple issues (#15650)Zach2017-12-1324-67/+57 * | | internal/ethapi: fix typo in comment (#15659)yoza2017-12-131-1/+1 * | | cmd/swarm: add config file (#15548)holisticode2017-12-1213-288/+1011 * | | crypto: fix error check in toECDSA (#15632)Felix Lange2017-12-122-0/+12 * | | rlp: fix string size check in readKind (#15625)Felix Lange2017-12-122-1/+2 * | | whisper: sym encryption message padding includes salt (#15631)Guillaume Ballet2017-12-112-0/+60 * | | eth: make tracing API errors more user friendly (#15589)Michael Ruminer2017-12-101-2/+12 * | | mobile: Add GetSign to BigInt (#15558)Alejandro Isaza2017-12-101-0/+10 * | | cmd/utils, eth: init etherbase from within eth (#15528)Péter Szilágyi2017-12-102-11/+15 * | | whisper/whisperv6: remove Version from the envelope (#15621)Guillaume Ballet2017-12-085-65/+28 * | | console: add admin.clearHistory command (#15614)Sorin Neacsu2017-12-083-0/+20 * | | whisper/whisperv6: remove aesnonce (#15578)Guillaume Ballet2017-12-088-73/+168 |/ / * | travis.yml: avoid submodules on builders without tests (#15620)Felix Lange2017-12-071-16/+12 * | core/types: fix typo in comment (#15619)Airead2017-12-071-1/+1 * | eth: return rlp-decoded values from debug_storageRangeAt (#15476)Benoit Verkindt2017-12-062-5/+12 * | crypto: add DecompressPubkey, VerifySignature (#15615)Felix Lange2017-12-0614-230/+327 * | cmd/geth: add support for geth attach --testnet (#15597)Sorin Neacsu2017-12-051-2/+10 * | common: improve IsHexAddress and add tests (#15551)Steven Roose2017-12-054-28/+65 * | p2p, swarm/network/kademlia: use IsZero to check for zero time (#15603)ferhat elmas2017-12-042-2/+2 * | build: enable gosimple linter (#15593)ferhat elmas2017-12-011-1/+1 * | crypto/bn256: fix generator on G1 (#15591)Matthew Di Ferrante2017-12-011-1/+1 * | eth/downloader: update tests for reliability (#15337)Rob2017-12-011-12/+49 * | whisper: rename EnvNonce to Nonce in the v6 Envelope (#15579)Guillaume Ballet2017-12-011-4/+4 * | p2p/simulations: various stability fixes (#15198)Lewis Marshall2017-12-0111-69/+171 * | buld: enable goconst linter (#15566)Zach2017-11-302-4/+14 * | Merge pull request #15577 from karalabe/common-hexconvert-singlebytePéter Szilágyi2017-11-292-7/+15 |\ \ | * | common: fix hex utils to handle 1 byte address conversionsPéter Szilágyi2017-11-292-7/+15 |/ / * | core/vm: track 63/64 call gas off stack (#15563)Felix Lange2017-11-294-99/+55 * | cmd/geth: fix geth attach --datadir=... (#15517)Maximilian Meister2017-11-281-1/+6 * | Merge pull request #15557 from MaximilianMeister/bootnodes-tomlPéter Szilágyi2017-11-281-0/+2 |\ \ | * | cmd/utils: bootstrap nodes in config file were not respectedMaximilian Meister2017-11-261-0/+2 * | | build: improve ci.go synopsis (#15565)Zach2017-11-281-1/+1 * | | trie: make fullnode children hash calculation concurrently (#15131)gary rong2017-11-273-32/+88 |/ / * | cmd/utils: disallow --lightserv in light mode (#15514)Paul Litvak2017-11-241-4/+32 * | Merge pull request #15549 from karalabe/statedb-copyPéter Szilágyi2017-11-242-1/+52 |\ \ | * | core/state: copy trie too, not just contentPéter Szilágyi2017-11-242-1/+52 * | | Merge pull request #15329 from holisticode/exact-match-fixPéter Szilágyi2017-11-242-27/+61 |\ \ \ | * | | swarm/api: bug fix exact match for manifestFabio Barone2017-11-092-27/+61 * | | | Merge pull request #15498 from nonsense/account_cache_modtime_test_fixPéter Szilágyi2017-11-241-1/+11 |\ \ \ \ | * | | | accounts/keystore: comments above time.SleepAnton Evangelatov2017-11-161-0/+3 | * | | | accounts/keystore: change modtime for test cases to be bigger than 1sec.Anton Evangelatov2017-11-161-1/+8 * | | | | cmd, consensus, eth: split ethash related config to it own (#15520)gary rong2017-11-2410-129/+154 * | | | | Merge pull request #15552 from karalabe/javascript-tracers-nowrapPéter Szilágyi2017-11-241-43/+42 |\ \ \ \ \ | |_|_|/ / |/| | | | | * | | | internal/ethapi: avoid recreating JavaScript tracer wrappersPéter Szilágyi2017-11-241-43/+42 |/ / / / * | | | all: fix code comment typos (#15547)Ricardo Domingos2017-11-246-7/+7 * | | | cmd/puppeth: fix typo in comment (#15539)Zoe Nolan2017-11-241-2/+2 * | | | Merge pull request #15390 from karalabe/puppeth-devcon3Péter Szilágyi2017-11-2426-457/+1871 |\ \ \ \ | * | | | cmd/puppeth: fix typos and review suggestionsPéter Szilágyi2017-11-2313-25/+19 | * | | | cmd/puppeth: fix unconvert lintersPéter Szilágyi2017-11-212-2/+2 | * | | | cmd/puppeth: switch over to upstream alltools docker imagePéter Szilágyi2017-11-211-1/+1 | * | | | cmd/faucet, cmd/puppeth: drop GitHub support at official requestPéter Szilágyi2017-11-215-68/+8 | * | | | cmd/puppeth: simplifications and pre-built docker imagesPéter Szilágyi2017-11-2113-164/+115 | * | | | cmd/puppeth: store genesis locally to persist restartsPéter Szilágyi2017-11-219-49/+64 | * | | | cmd/puppeth: skip genesis custom extra-dataPéter Szilágyi2017-11-212-12/+1 | * | | | cmd/puppeth: fix dashboard iframes, extend with new servicesPéter Szilágyi2017-11-215-51/+441 | * | | | cmd/faucet: protocol relative websockets, noauth modePéter Szilágyi2017-11-215-44/+87 | * | | | cmd/puppeth: add support for deploying web walletsPéter Szilágyi2017-11-215-1/+366 | * | | | cmd/puppeth: etherchain light block explorer for PoW netsPéter Szilágyi2017-11-219-15/+569 | * | | | cmd/puppeth: mount ethash dir from the host to cache DAGsPéter Szilágyi2017-11-212-13/+33 | * | | | cmd/puppeth: support deploying services with forced rebuildsPéter Szilágyi2017-11-2110-17/+52 | * | | | cmd/puppeth: concurrent server dials and health checksPéter Szilágyi2017-11-213-93/+142 | * | | | cmd/puppeth: reorganize stats reports to make it readablePéter Szilágyi2017-11-2113-136/+205 * | | | | Merge pull request #15538 from zoenolan/patch-1Péter Szilágyi2017-11-231-1/+1 |\ \ \ \ \ | * | | | | build: fix typo in commentZoe Nolan2017-11-221-1/+1 |/ / / / / * | | | | Merge pull request #15521 from rjl493456442/clean_tx_journalPéter Szilágyi2017-11-221-1/+3 |\ \ \ \ \ | |/ / / / |/| | | | | * | | | les: use modified default txpool config to avoid creating journal filerjl4934564422017-11-211-1/+3 * | | | | VERSION, params: begin 1.8.0 release cyclePéter Szilágyi2017-11-212-5/+5 * | | | | params: release v1.7.3 stablev1.7.3Péter Szilágyi2017-11-211-4/+4 * | | | | cmd/geth: make geth account new faster with many keys (#15529)Martin Holst Swende2017-11-213-18/+46 * | | | | .github: add CODEOWNERS (#15507)Felix Lange2017-11-211-0/+9 * | | | | eth, internal: Implement getModifiedAccountsBy(Hash|Number) using trie diffs ...Nick Johnson2017-11-202-0/+95 * | | | | Merge pull request #15527 from holiman/bump_watchPéter Szilágyi2017-11-201-1/+5 |\ \ \ \ \ | * | | | | accounts/keystore: Ignore initial trigger of rescan-eventMartin Holst Swende2017-11-201-1/+5 |/ / / / / * | | | | Merge pull request #15526 from karalabe/accounts-newPéter Szilágyi2017-11-203-96/+129 |\ \ \ \ \ | |/ / / / |/| | | | | * | | | accounts/keystore: lock file cache during scan, minor polishPéter Szilágyi2017-11-202-91/+124 | * | | | accounts: list, then subscribe (sub requires active reader)Péter Szilágyi2017-11-201-5/+5 |/ / / / * | | | internal/ethapi: fix js tracer to properly decode addresses (#15297)Pulyak Viktor2017-11-181-10/+10 * | | | Merge pull request #15509 from tbm/typoPéter Szilágyi2017-11-171-1/+1 |\ \ \ \ | * | | | README: fix typoMartin Michlmayr2017-11-171-1/+1 |/ / / / * | | | Merge pull request #15506 from tsarpaul/masterPéter Szilágyi2017-11-171-2/+2 |\ \ \ \ | * | | | Added output to clarify gas calculation in txpool.inspecttsarpaul2017-11-171-2/+2 * | | | | Merge pull request #15505 from karalabe/fix-rpc-prPéter Szilágyi2017-11-172-28/+38 |\ \ \ \ \ | |/ / / / |/| | | | | * | | | rpc: minor cleanups to RPC PRPéter Szilágyi2017-11-172-28/+38 |/ / / / * | | | rpc: disallow PUT and DELETE on HTTP (#15501)Armani Ferrante2017-11-172-15/+68 * | | | core/vm, internal/ethapi: tracer no full storage, nicer json output (#15499)Péter Szilágyi2017-11-173-71/+36 * | | | Merge pull request #15496 from karalabe/rpc-get-healthcheckPéter Szilágyi2017-11-161-7/+10 |\ \ \ \ | |/ / / |/| | | | * | | rpc: allow dumb empty requests for AWS health checksPéter Szilágyi2017-11-161-7/+10 |/ / / * | | eth/downloader: minor comments cleanup (#15495)jtakalai2017-11-161-5/+5 * | | Merge pull request #15489 from karalabe/bloombits-shifted-startPéter Szilágyi2017-11-153-23/+41 |\ \ \ | * | | core/bloombits: handle non 8-bit boundary section matchesPéter Szilágyi2017-11-153-23/+41 |/ / / * | | Merge pull request #14582 from holiman/jumpdest_improvPéter Szilágyi2017-11-152-14/+96 |\ \ \ | * | | core/vm: copyright header on test-fileMartin Holst Swende2017-11-141-0/+16 | * | | core/vm: improve bitvec commentsFelix Lange2017-09-111-7/+7 | * | | core/vm: Rename + updated doc on jumpdest analysisMartin Holst Swende2017-09-082-5/+5 | * | | core/vm: make jumpdest code nicerFelix Lange2017-08-241-3/+1 | * | | core/vm: Address review concernsMartin Holst Swende2017-08-141-14/+19 | * | | core/vm: improved jumpdest analysisMartin Holst Swende2017-06-052-9/+72 * | | | Merge pull request #15470 from karalabe/clique-sametd-splitterPéter Szilágyi2017-11-151-1/+6 |\ \ \ \ | * | | | core: split same-td blocks on block heightPéter Szilágyi2017-11-131-1/+6 * | | | | cmd, dashboard: dashboard using React, Material-UI, Recharts (#15393)Kurkó Mihály2017-11-15