Zahary Karadjov
27d1423ab4
Bump nim-beacon-node
2019-08-21 14:21:28 +03:00
Zahary Karadjov
1d8690cafe
Bump modules
2019-08-21 13:50:33 +03:00
andri lim
e6187aa5f3
uncomment commented test case in test_op_custom.nim
2019-08-20 18:08:09 +07:00
andri lim
ccd8835b4d
fixes and activates test for 'calldataload'
2019-08-20 17:11:17 +07:00
andri lim
60b3ac15d6
simplify 'calldataload' implementation
2019-08-20 16:26:27 +07:00
andri lim
e05108b7e4
add 'trace' switch to tester configuration
2019-08-20 14:17:22 +07:00
andri lim
7d9aa54b2c
add 1 OOM 32bit GST to skip list
2019-08-19 20:41:27 +03:00
andri lim
fe45235d76
add 4 failed 32bit GST to skip list
2019-08-19 20:41:27 +03:00
andri lim
1ed6322c2f
remove 55 32bit GST from skip list
2019-08-19 20:41:27 +03:00
andri lim
e675182506
fixes 32 bit problem in test_helpers.nim and transaction_tracer.nim
2019-08-19 20:41:27 +03:00
andri lim
742f53f5e9
reactivates GST
2019-08-19 20:41:27 +03:00
andri lim
ae5b31e73b
Merge pull request #378 from status-im/bump
...
bump nim-eth module
2019-08-17 17:33:21 +07:00
kdeme
a975889225
bump nim-eth module
2019-08-16 21:24:30 +02:00
kdeme
1e716a960a
Refactor bootnodes and whispernodes
2019-08-16 08:51:40 +02:00
Zahary Karadjov
6f398422a2
Bump modules
2019-08-15 20:44:16 +02:00
andri lim
fc6dcfcfa5
Merge pull request #375 from status-im/addBlockTest
...
Add PersistBlockTest for block 1352922, fixes #363
2019-08-15 07:52:00 +07:00
Ștefan Talpalaru
cfbacae8ce
Merge branch 'lfs' into devel
2019-08-15 01:36:39 +02:00
Ștefan Talpalaru
33494634aa
CI: LFS support for the beacon-chain tests
...
- Travis: switch language
- AppVeyor: disable `mingw32-make go-checks` for now
- `make update`: export GIT_LFS_SKIP_SMUDGE=1
- CI: disable the LFS script inside Makefile,
since we run it separately (and git-lfs is not installed in the Travis
macOS image if we found a valid cache).
2019-08-15 01:35:07 +02:00
Ștefan Talpalaru
d4b917d906
Merge branch 'jangko-fix64' into devel
2019-08-14 21:12:23 +02:00
kdeme
b4b096ef5e
Add PersistBlockTest for block 1352922, fixes #363
2019-08-14 20:56:57 +02:00
andri lim
b1febeabb7
fixes #64 test_vm_json now support all forks
2019-08-14 23:31:30 +07:00
Zahary Karadjov
a0d1c2718a
Bump modules
2019-08-14 17:40:33 +02:00
Jacek Sieka
15b868a7d2
bump submodules
2019-08-14 11:59:34 +02:00
Yuriy Glukhov
4f0404fa2d
Reuse transaction utils from eth-common
2019-08-13 17:52:41 +03:00
andri lim
6ac750551e
'SAR' opcode uses new 'shr' from stint
2019-08-13 17:51:10 +03:00
andri lim
63778af587
bump stint
2019-08-13 17:51:10 +03:00
andri lim
b2bf979c57
remove tests/test_opcode.nim
2019-08-13 17:48:56 +03:00
andri lim
74d68ea425
fixes #72 , simplify SDIV implementation
2019-08-13 17:48:25 +03:00
Zahary Karadjov
63afc9fd36
Deploy on testnet0 only if we are in the master branch
2019-08-08 15:46:17 +03:00
Ștefan Talpalaru
a9314f1c05
Merge branch 'macos' into devel
2019-08-07 21:46:34 +02:00
Ștefan Talpalaru
1b1ea52c89
Merge branch 'bump' into devel
2019-08-07 21:45:48 +02:00
Ștefan Talpalaru
c22c1d303f
fix the `go-checks` target on macOS and add it to CI
2019-08-07 18:08:48 +02:00
Ștefan Talpalaru
ec5b60c504
bump vendor/nim-metrics
2019-08-07 17:33:47 +02:00
Zahary Karadjov
913be82ce4
Bump modules
2019-08-07 18:28:07 +03:00
Bruno Škvorc
6703b55843
Merge pull request #365 from status-im/Swader-patch-1
...
PCRE instructions in readme
2019-08-07 11:10:07 +02:00
Bruno Škvorc
c7c7502eae
PCRE instructions in readme
2019-08-07 11:09:45 +02:00
Zahary Karadjov
20ebaf2e8e
bump nim-eth
2019-08-07 06:14:22 +03:00
Zahary Karadjov
628f2461c5
Implement the latest ETH2 networking spec
2019-08-07 06:09:42 +03:00
Jacek Sieka
861aa8ff3d
bump submodules
2019-08-05 14:13:39 +02:00
Ștefan Talpalaru
b3969b9531
add `git submodule sync` to `make update`
2019-08-03 22:52:08 +02:00
Ștefan Talpalaru
208691bd9a
Merge branch 'pcre' into devel
2019-08-03 17:43:29 +02:00
Ștefan Talpalaru
a4ee7a18be
avoid a "libpcre.so.3: cannot open shared object file:
...
No such file or directory" message, where possible
2019-08-03 15:38:22 +02:00
Ștefan Talpalaru
c861539501
add "Building: vendor/go/bin/p2pd" message
2019-08-03 14:51:16 +02:00
Ștefan Talpalaru
b63bcb2e26
Merge branch 'wrappers' into devel
2019-08-03 14:42:01 +02:00
Jacek Sieka
ff9b553f7a
bump submodules
2019-08-03 10:54:45 +02:00
Ștefan Talpalaru
f6121c10f0
various changes:
...
- re-enable Nim's cache globally
- add a new "nimcache" subdir for the libraries
- make sure Go doesn't try to link libnimbus.a in the dynamically linked
wrapper example
- always delete the static archive before recreating it
- rename wrapper.nim/.h to libnimbus.nim/.h
- better hygiene in libnimbus.h (include guards and C++ support)
- remove MainnetBootnodes copy, since we do include "config.nim" after all
2019-08-02 18:59:47 +02:00
Ștefan Talpalaru
f63014bddb
libnimbus.a and statically linked wrapper examples
2019-08-02 18:13:50 +02:00
Ștefan Talpalaru
c75e491d76
more renaming
2019-08-02 18:13:50 +02:00
Ștefan Talpalaru
1d7e14dc1b
refactor the C and Go wrapper build system
...
- moved "nimbus/api" to "wrappers"
- renamed files
- replaced the build scripts with Makefile targets
- set the rpath relative to the test binary's location so it can look
for libnimbus.so there at runtime
- libnimbus.so.0 required on Linux, apparently
- compiled all the Nimbus code with `--app:lib`, not just one file (this
required skipping a proc in "nimbus/config.nim" because it uses an API
that's unavailable in libraries)
- removed static linking from the Go wrapper. It doesn't make sense at a
global level, when using a shared Nimbus library. To selectively link
static libraries, we should probably be specifying them as *.a. I did
build a static libnimbus.a, as a test, but it insisted on dlopen-ing a
shared version of itself which looked too ugly to continue.
2019-08-02 18:13:47 +02:00
Ștefan Talpalaru
ea06407e19
Merge branch 'bump' into devel
2019-08-02 01:42:45 +02:00