aboutsummaryrefslogtreecommitdiffstats
path: root/test/genesis.json
Commit message (Expand)AuthorAgeFilesLines
* test: increase numChains to 6Wei-Ning Huang2019-04-091-1/+1
* params: fix genesis block config and use testnet for test (#10)Wei-Ning Huang2019-04-091-9/+11
* core: vm: governance: add node infoWei-Ning Huang2019-04-091-4/+28
* test: add faucet address into genesisWei-Ning Huang2019-04-091-0/+4
* dex: add block gas limit into governanceWei-Ning Huang2019-04-091-1/+2
* core: set correct balance for governance contractWei-Ning Huang2019-04-091-5/+0
* test: add genesis balanceWei-Ning Huang2019-04-091-1/+5
* cmd: add a simple monkey tool for stress testWei-Ning Huang2019-04-091-1/+1
* dex: fix DKG round switchingWei-Ning Huang2019-04-091-1/+1
* dex: fix round switching and initialize dMoment correctlyWei-Ning Huang2019-04-091-2/+2
* test: update test configurationWei-Ning Huang2019-04-091-2/+2
* core: vm: add blockReward to governanceWei-Ning Huang2019-04-091-3/+3
* dex: fix public key parsing due to changes in consensus coreWei-Ning Huang2019-04-091-8/+12
* core: set governance owner in genesisWei-Ning Huang2019-04-091-1/+2
* params: load blockReward from genesis JSON fileWei-Ning Huang2019-04-091-1/+2
* test: create account storage for governance contractWei-Ning Huang2019-04-091-0/+5
* dex/core: misc bug fixesWei-Ning Huang2019-04-091-1/+1
* test: update genesis and keypairsWei-Ning Huang2019-04-091-25/+10
* test: fix genesis.jsonWei-Ning Huang2019-04-091-1/+1
* test: add 3 more test node dataWei-Ning Huang2019-04-091-2/+17
* test: update geneiss configWei-Ning Huang2019-04-091-4/+4
* test: add test genesis and node keysWei-Ning Huang2019-04-091-0/+52
pan class='insertions'>+2 | | | | | Approved by: pav (via irc on #bsdports) Tested on: RideCharge TB, and P6 TB * Fix the patch for ports/132828 which erroneously checkedvd2009-04-291-7/+13 | | | | | | | | | | | | | | __FreeBSD_version without including osreldate.h. Not tesed on 8-CURRENT with /usr/include/signal.h after Apr 17 (>= r191202). sledge is running r191005 from Apr 13, pointyhat from Mar 7 and tb3.droso.net from Feb 22. If this is still broken after the present patch then I will install 8-CURRENT in a qemu... Reported by: linimon, markm PR: ports/132828 * Do not include signal.h because it seems not to be necessary and itsvd2009-04-131-0/+13 | | | | | | | | | | inclusion breaks the compilation on FreeBSD 8.0. Limit this fix only to FreeBSD versions where the breakage occurs to be on the safe side. Thanks to das@, stas@, Coleman Kane, Peter Schuller and others that discussed this issue. PR: ports/132828 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) * Large round of typo fixes in ports/devel (pkg-descr).olgeni2008-06-011-1/+1 | * Get rid of WITH_SYSCALL_HARD and depend on whether PKGNAMESUFFIX is -hardvd2007-02-131-4/+4 | | | | or not. * Prepare devel/pth for the slave port devel/pth-hard that will be addedvd2007-02-121-2/+4 | | | | | | | shortly. PR: ports/108975 Submitted by: Martin Matuska <martin@matuska.org> * Switch to USE_LDCONFIGvd2006-06-19