Jianrong
acc2e411a6
fix or skip tests due to PR-136 change
2021-10-20 20:17:47 +11:00
olumuyiwadad
563dbd99af
update S tests.
2021-09-27 16:16:08 +05:30
olumuyiwadad
79fe3aacd7
remove build and test.
2021-09-27 12:04:15 +05:30
olumuyiwadad
44d7050ba1
update tests.
2021-09-27 11:32:44 +05:30
olumuyiwadad
6911e4b321
remove old test for go 1.11.
2021-09-27 11:31:38 +05:30
olumuyiwadad
7678826bd9
update go version.
2021-09-27 10:54:47 +05:30
olumuyiwadad
545fff8f8e
update travis
...
- Build and test
- Github release
- Build and push image
- Build and push image (tagged)*
2021-09-27 10:48:13 +05:30
olumuyiwadad
cf18ceba33
Merge branch 'forking-incident-fix' of https://github.com/hash-laboratories-au/XDPoSChain into hash-laboratories-au-forking-incident-fix
2021-09-23 17:01:19 +05:30
olumuyiwadad
b5abbfed79
new EVM Upgrade
...
- Solidity Upgraded up to v0.8.0
- Fixed and Added eth_chainId
- Fix error in TransactionRecipet
- Reward halving issue fixed
2021-09-21 16:53:46 +05:30
olumuyiwadad
571c41f891
FIx Bad block error.
2021-09-17 17:59:06 +05:30
Jianrong
7f581be3be
add travis retry
2021-08-26 22:26:50 +10:00
Jianrong
454a4ab8dc
run in parallel
2021-08-26 21:35:42 +10:00
Jianrong
b9a9b4087b
split the tests to run in multiple pipes
2021-08-26 19:52:14 +10:00
Jianrong
2d92ccb59b
fix all XDCÐ tests and enable it in CI
2021-08-25 23:51:42 +10:00
Jianrong
0fdab2027c
add linting as the first CI task
2021-08-07 14:27:08 +10:00
dev-vadim
dbe8c9d984
upgrade XDC.Network with v1.8.27.
2020-12-23 16:32:06 +05:30
Péter Szilágyi
442320a8ae
travis: update builders to xenial to shadow Go releases
2019-04-08 12:00:42 +03:00
Péter Szilágyi
84cb00a94d
travis.yml: add launchpad SSH public key ( #19115 )
...
(cherry picked from commit 75a931470e )
2019-02-19 11:00:38 +02:00
Felix Lange
276f824707
.travis.yml: fix upload destination ( #19043 )
...
(cherry picked from commit edf976ee8e )
2019-02-19 10:58:13 +02:00
Felix Lange
9f5fb15097
build: use SFTP for launchpad uploads ( #19037 )
...
* build: use sftp for launchpad uploads
* .travis.yml: configure sftp export
* build: update CI docs
(cherry picked from commit 3de19c8b31 )
2019-02-19 10:56:14 +02:00
Samuel Marks
2ae481ff6b
travis, appveyor: bump to Go 1.11.5 ( #18947 )
2019-01-29 17:49:59 +01:00
Samuel Marks
ddaf48bf84
travis, appveyor: bump to Go 1.11.4 ( #18314 )
...
* travis, appveyor: bump to Go 1.11.4
* internal/build: revert comment changes
2019-01-03 11:32:12 +02:00
Anton Evangelatov
6b2cc8950e
travis: increase open file limits ( #18155 )
2018-11-22 16:32:50 +02:00
Samuel Marks
80e2f3aca4
travis, appveyor: bump to Go 1.11.2 ( #18031 )
2018-11-07 13:17:41 +02:00
Felix Lange
72a076840b
travis, build: speed up CI runs ( #17854 )
...
* travis: exclude non-test jobs for PRs
We don't usually look at these builders and not starting them
removes ~15min of build time.
* build: don't run vet before tests
Recent versions of Go run vet during 'go test' and we have
a dedicated lint job.
* build: use -timeout 5m for tests
Tests sometimes hang on Travis. CI runs are aborted after 10min with no
output. Adding the timeout means we get to see the stack trace for
timeouts.
2018-10-08 16:37:06 +02:00
Samuel Marks
d3a773c284
travis, appveyor: bump to Go 1.11.1 ( #17820 )
2018-10-03 13:41:24 +03:00
Anton Evangelatov
26a37c5351
travis.yml: remove Go 1.9 ( #17807 )
2018-10-02 11:26:32 +02:00
Samuel Marks
67c332e9b5
travis, Dockerfile, appveyor, build: bump to Go 1.11
2018-09-19 11:29:29 +03:00
Anton Evangelatov
55d050ccd8
travis: remove brew update and osxfuse install ( #17429 )
2018-08-20 15:11:08 +03:00
ligi
c971ab617d
travis: use NDK 17b for Android archives ( #17029 )
2018-06-20 11:28:10 +03:00
Péter Szilágyi
de06185fc3
travis, appveyor: update to Go 1.10.3
2018-06-14 12:46:49 +03:00
Péter Szilágyi
579bd0f9fb
travis, appveyor: bump Go release to 1.10.2
2018-05-18 12:24:04 +03:00
Péter Szilágyi
ff8a033f18
travis: try to upgrade android builder to trusty
2018-05-14 16:42:26 +03:00
ligi
fcc18f4c80
travis: use Android NDK 16b ( #16562 )
2018-05-10 13:33:13 +03:00
Domino Valdano
ea171d5bd9
travis.yml: remove obsolete brew-cask install
2018-05-01 11:41:34 -07:00
Péter Szilágyi
34ecb495b6
Merge pull request #16481 from karalabe/go1.10.1
...
travis, appveyor: bump to Go 1.10.1
2018-04-11 10:56:32 +03:00
Elad_
2e247705cd
travis.yml: add TEST_PACKAGES to speed up swarm testing ( #16456 )
...
This commit is meant to allow ecosystem projects such as ethersphere
to minimize CI build times by specifying an environment variable with
the packages to run tests on.
If the environment variable isn't defined the build script will test
all packages so this shouldn't affect the main go-ethereum repository.
2018-04-10 16:35:26 +02:00
Péter Szilágyi
95d5c22086
travis, appveyor: bump to Go 1.10.1
2018-04-10 17:07:58 +03:00
Felix Lange
a095b84ec5
travis.yml: remove sudo requirement for PPA and Azure purge builders ( #16404 )
...
This is supposed to fix the FTP upload issue according to
travis-ci/travis-ci#9391 .
2018-03-28 15:35:41 +03:00
Péter Szilágyi
1203c6a237
crypto/bn256: full switchover to cloudflare's code ( #16301 )
...
* crypto/bn256: full switchover to cloudflare's code
* crypto/bn256: only use cloudflare for optimized architectures
* crypto/bn256: upstream fallback for non-optimized code
* .travis, build: drop support for Go 1.8 (need type aliases)
* crypto/bn256/cloudflare: enable curve mul lattice optimization
2018-03-20 01:13:54 +09:00
Péter Szilágyi
669aba8e2c
travis, Dockerfile, appveyor, build: bump to Go 1.10
2018-03-08 16:34:26 +02:00
Péter Szilágyi
17b0e226d3
travis, build, consensus: drop support for Go 1.7
2018-02-27 18:25:56 +02:00
Felix Lange
88f2839da4
travis.yml: work around Go 1.9.4 issue ( #16082 )
...
* travis.yml: work around Go 1.9.4 issue
* travis: workaround the workaround
2018-02-13 19:32:20 +02:00
Jean-André Santoni
023769d9d4
travis.yml: remove alias for 'cd' to avoid hang on macOS ( #15849 )
...
This works around travis-ci/travis-ci#8703 .
2018-01-11 16:02:01 +01:00
Péter Szilágyi
3e0113fff4
build: set CC through a command-line flag ( #15784 )
...
This avoids setting CC for the go run invocation, which fails on go1.10.
2018-01-02 11:40:56 +01:00
Felix Lange
b5874273ce
travis.yml: avoid submodules on builders without tests ( #15620 )
...
Also remove installation steps for fuse and golang.org/x/tools/cmd/cover
because they're not required anymore.
2017-12-07 15:49:35 +01:00
Péter Szilágyi
09b347fec9
travis: bump Android NDK version and Android Go builder
2017-11-09 14:32:05 +02:00
Dan Melton
d7f2462e8f
build: add Travis job to lint Go code #15372 ( #15416 )
...
* build: [finishes #15372 ] implements generalized linter and travis job
* .travis, build: minor polishes, disable deadcode
2017-11-09 12:46:03 +02:00
Davor Kapsa
dc17fa6b18
travis.yml: update go versions ( #15154 )
2017-09-18 23:07:02 +02:00
Péter Szilágyi
a4df80f47f
travis, appveyor: bump Go to 1.9 stable
2017-08-28 11:15:29 +03:00