# New ports collection makefile for: guile # Version required: 1.3.4 # Date created: 2 November 1997 # Whom: jseger@FreeBSD.org # # $FreeBSD$ # DISTNAME= guile-1.3.4 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= guile MAINTAINER= jseger@FreeBSD.org GNU_CONFIGURE= YES USE_LIBTOOL= yes LIBTOOLFILES= configure guile-readline/configure PLIST_SUB= GUILE_VER=1.3.4 post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include epository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: updates testadataWei-Ning Huang2019-06-123-7/+7
* tests: fix testsWei-Ning Huang2019-06-121-2/+2
* dex: add api_backend.go and it's dependenciesWei-Ning Huang2019-06-121-0/+0
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-1218-68/+68
* Add initial DEXON consensus engine implementation skeletonWei-Ning Huang2019-06-121-0/+0
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-084-21/+25
* core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486)Martin Holst Swende2019-01-304-9/+39
* vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-041-2/+2
* tests, core: update tests and make STATICCALL cause touch-delete (#18187)Martin Holst Swende2018-11-292-0/+9
* tests: Add flag to use EVMC for state tests (#18084)Paweł Bylica2018-11-261-1/+12
* cmd, core, eth, light, trie: add trie read caching layerPéter Szilágyi2018-11-151-1/+1
* tests: update tests, implement no-pow blocks (#17902)Martin Holst Swende2018-10-165-29/+26
* tests: use non-constantinople ropsten for difficulty tests (#17850)Martin Holst Swende2018-10-061-3/+16
* tests: do not exit early on log hash mismatch (#17844)Martin Holst Swende2018-10-051-3/+3
* tests: update slow test lists, skip on windows/386 (#17758)Felix Lange2018-09-294-15/+28
* Merge pull request #17383 from holiman/eip1283Péter Szilágyi2018-09-211-0/+4
|\
| * tests: disable constantinople statetestsMartin Holst Swende2018-09-191-0/+4
* | all: protect self-mined block during reorg (#17656)gary rong2018-09-201-1/+1
|/
* core/vm, tests: update tests, enable constantinople statetests, fix SAR opcod...Martin Holst Swende2018-09-045-7/+25
* tests: enable the Constantinople fork definitionPéter Szilágyi2018-08-011-0/+10
* params: fix golint warnings (#16853)kiel barry2018-06-054-11/+12
* all: get rid of error when creating memory database (#16716)gary rong2018-05-093-5/+3
* tests: golint fixes for tests directory (#16640)Eli2018-05-024-10/+8
* core: remove stray account creations in state transition (#16470)Felix Lange2018-04-101-1/+0
* core/state: rework dirty handling to avoid quadratic overheadMartin Holst Swende2018-03-281-6/+0
* all: update license information (#16089)Felix Lange2018-02-146-6/+4
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-062-4/+4
* core, eth, les, light: get rid of redundant methodsPéter Szilágyi2018-01-311-1/+1
* all: regenerate codecs with gencodec commit 90983d99de (#15830)Felix Lange2018-01-084-10/+10
* all: update generated code (#15808)Felix Lange2018-01-083-5/+5
* tests: update to upstream commit 2bb0c3da3b (#15806)Felix Lange2018-01-042-8/+5
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-036-34/+34
* cmd, core, eth/tracers: support fancier js tracing (#15516)Péter Szilágyi2017-12-212-3/+3
* all: gofmt -w -s (#15419)ferhat elmas2017-11-082-10/+10
* tests: add ethash difficulty tests (#15191)Martin Holst Swende2017-09-276-8/+234
* params: Updated finalized gascosts for ECMUL/MODEXP (#15135)Martin Holst Swende2017-09-143-3/+9
* consensus, core, params: rebrand Metro to ByzantiumPéter Szilágyi2017-09-142-19/+19
* cmd/evm: adds ability to run individual state test file (#14998)Martin Holst Swende2017-09-052-7/+8
* core/vm: Make MaxCodesize non-retroactive (#15072)Martin Holst Swende2017-09-041-2/+0
* core, tests: implement Metropolis EIP 684Péter Szilágyi2017-08-253-3/+0
* Merge pull request #15028 from karalabe/metropolis-iceagePéter Szilágyi2017-08-255-116/+26
|\
| * consensus, core, tests: implement Metropolis EIP 649Péter Szilágyi2017-08-245-116/+26
* | core/state: revert metro suicide map addition (#15024)Péter Szilágyi2017-08-241-1/+0
|/
* Merge pull request #15014 from rjl493456442/metropolis-eip658Péter Szilágyi2017-08-233-4/+5
|\
| * tests: pull in new test suite, enable most block testsPéter Szilágyi2017-08-222-3/+4
| * core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-221-1/+1
* | tests: enable Byzantium state tests for CIPéter Szilágyi2017-08-221-2/+2
|/
* Merge pull request #14983 from karalabe/metropolis-revertPéter Szilágyi2017-08-211-0/+3
|\
| * tests: skip the bad tests from colliding account touchesPéter Szilágyi2017-08-171-0/+3
* | core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-2/+1
|/
* tests: pull in latest tests from upstreamPéter Szilágyi2017-08-161-0/+0
* tests: update tests, use blockchain test "network" fieldFelix Lange2017-08-116-84/+110
* tests: update tests and implement general state tests (#14734)Felix Lange2017-07-11895-2505399/+1466
* params: remove redundant consts, disable metro on AllProtocolChangesPéter Szilágyi2017-07-042-25/+25
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-273-41/+18
* accounts/keystore, crypto: enforce 256 bit keys on importPéter Szilágyi2017-05-231-3/+2
* consensus, core: drop all the legacy custom core error typesPéter Szilágyi2017-04-061-1/+1
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-05