Roman Khimov
|
ed2061fd24
|
Merge pull request #1365 from nspcc-dev/smartcontract/max_manifest_size
smartcontract: increase MaxManifestSize
|
2020-08-27 12:54:02 +03:00 |
|
Evgenii Stratonikov
|
db4eecf4dc
|
rpc: support 0x form of Uint256 in requests
|
2020-08-27 12:36:33 +03:00 |
|
Anna Shaleva
|
e1a266ab86
|
smartcontract: increase MaxManifestSize
|
2020-08-27 11:50:09 +03:00 |
|
Evgenii Stratonikov
|
cdfb2429f2
|
cli: allow to create accounts for deployed contracts
|
2020-08-27 11:32:55 +03:00 |
|
Evgenii Stratonikov
|
9c7168e4e8
|
rpc/client: allow to use contract accounts in AddNetworkFee
|
2020-08-27 11:32:55 +03:00 |
|
Evgenii Stratonikov
|
f6319f80e8
|
interop: allow to call CheckWitness without AllowStates
State access is needed only in specific circumstances.
|
2020-08-27 10:29:29 +03:00 |
|
Evgenii Stratonikov
|
f2d49cd1d6
|
docs: update compiler.md
|
2020-08-27 10:28:50 +03:00 |
|
Evgenii Stratonikov
|
5d82b82efb
|
compiler: support recover()
|
2020-08-27 10:28:50 +03:00 |
|
Evgenii Stratonikov
|
14ea3c2228
|
compiler: do not log panic message
In NEO3 THROW accepts an argument and exceptions can be handled, so
there is no need to log it.
|
2020-08-27 10:28:50 +03:00 |
|
Evgenii Stratonikov
|
04f5fdefa0
|
vm: properly unload context on exception
Do not copy exception context on CALL*.
|
2020-08-27 10:28:50 +03:00 |
|
Evgenii Stratonikov
|
fa1d1a8b00
|
compiler: support defer statement
Compile `defer` statement to a TRY/ENDFINALLY opcode pair.
|
2020-08-27 10:28:50 +03:00 |
|
Evgenii Stratonikov
|
b18a7f200c
|
compiler: calculate local variables properly
In case when right-hand side of an assignment is a function,
left-hand side should be used.
|
2020-08-27 10:28:50 +03:00 |
|
Evgenii Stratonikov
|
84c36326f5
|
compiler: allow init statement in if
|
2020-08-27 10:28:50 +03:00 |
|
Evgenii Stratonikov
|
d73f3cd24c
|
compiler: support calling function literals
|
2020-08-27 10:28:50 +03:00 |
|
Roman Khimov
|
ca2e8ed528
|
Merge pull request #1363 from nspcc-dev/cli/pass_arrays
cli: add support for nested arrays
|
2020-08-26 19:33:45 +03:00 |
|
Anna Shaleva
|
e4150da9ea
|
cli: add support for nested arrays parameters
|
2020-08-26 19:01:36 +03:00 |
|
Roman Khimov
|
5b30389d33
|
Merge pull request #1356 from nspcc-dev/cli/tests
cli: add non-integrational tests for cli packages
|
2020-08-26 13:03:50 +03:00 |
|
Anna Shaleva
|
cab767dafe
|
cli: add tests to cli packages
Closes #1336
|
2020-08-26 10:14:55 +03:00 |
|
Roman Khimov
|
b4bcd23c0f
|
Merge pull request #1358 from nspcc-dev/fix/1354
rpc/client: provide sender in `CreateNEP5MultiTransferTx`
|
2020-08-25 19:02:23 +03:00 |
|
Anna Shaleva
|
d6e7d9c281
|
cli: invoke configureAddresses with pointer
Otherwise configuration remains untouched outside of the method scope.
|
2020-08-25 16:11:54 +03:00 |
|
Anna Shaleva
|
fdf73597af
|
core: return error for unknown storage configuration
|
2020-08-25 16:11:44 +03:00 |
|
Roman Khimov
|
962f45f35e
|
Merge pull request #1361 from nspcc-dev/feature/iota
compiler: support `iota`
|
2020-08-25 15:50:20 +03:00 |
|
Evgenii Stratonikov
|
05ef951055
|
compiler: support iota
|
2020-08-25 10:22:58 +03:00 |
|
Roman Khimov
|
a1fbe51bca
|
Merge pull request #1352 from nspcc-dev/compiler/make
Fix MEMCPY, support `copy` and `make` in compiler
|
2020-08-25 09:33:16 +03:00 |
|
Evgenii Stratonikov
|
72ca8b79c3
|
rpc/client: provide sender in CreateNEP5MultiTransferTx
Specify scope explicitly.
Fix #1354.
|
2020-08-25 09:21:06 +03:00 |
|
Evgenii Stratonikov
|
69989e1227
|
compiler: support copy()
|
2020-08-25 08:53:29 +03:00 |
|
Evgenii Stratonikov
|
ab4cd8a990
|
vm: fix typo in MEMCPY handling
|
2020-08-25 08:53:29 +03:00 |
|
Evgenii Stratonikov
|
931dc6c64f
|
compiler: remove debug PrintOps() from tests
|
2020-08-25 08:53:29 +03:00 |
|
Evgenii Stratonikov
|
0f11116040
|
compiler: support make()
|
2020-08-25 08:53:28 +03:00 |
|
Roman Khimov
|
246d12a7d6
|
Merge pull request #1355 from nspcc-dev/compiler/cleanstack
compiler: drop unused call results
|
2020-08-24 22:07:02 +03:00 |
|
Evgenii Stratonikov
|
354645fbe3
|
compiler: allow to use switch without tag
|
2020-08-24 19:35:25 +03:00 |
|
Evgenii Stratonikov
|
e58616b975
|
compiler: drop unused call results
Close #683.
|
2020-08-24 19:34:51 +03:00 |
|
Evgenii Stratonikov
|
f70cb4f34a
|
compiler: do not use voidCalls when calculating stack size
This was probably a part of some earlier logic.
|
2020-08-24 19:34:51 +03:00 |
|
Roman Khimov
|
d8badd9a8d
|
Merge pull request #1351 from nspcc-dev/compiler/jmps
Make use of extended JMP* opcodes
|
2020-08-24 19:22:24 +03:00 |
|
Roman Khimov
|
35edc26193
|
Merge pull request #1345 from nspcc-dev/feature/nextvalidator
native: do not rewrite NextValidators in (*NEO).OnPersist()
|
2020-08-24 16:50:26 +03:00 |
|
Evgenii Stratonikov
|
4782a94200
|
native: do not rewrite NextValidators in (*NEO).OnPersist()
There is no need in writing the same value again and again.
Closes #1337.
|
2020-08-24 16:45:09 +03:00 |
|
Roman Khimov
|
1809076dc6
|
Merge pull request #1347 from nspcc-dev/vm-updates
Post-preview3 VM updates
|
2020-08-24 16:37:12 +03:00 |
|
Roman Khimov
|
6c27c2c13a
|
Merge pull request #1350 from nspcc-dev/some-post-preview3-core-changes
Some post-preview3 core changes
|
2020-08-24 16:26:12 +03:00 |
|
Roman Khimov
|
681ae4d5d6
|
vm: fix TRY offsets check
TRY can have an offset != 0 and still it can't have both parameters set to
zero.
|
2020-08-24 16:20:57 +03:00 |
|
Roman Khimov
|
32112249d5
|
vm: limit maximum nesting of exception contexts
Follow neo-project/neo#365. neo-vm submodule is updated just to show the
relevant latest commit, nothing really changed there.
|
2020-08-24 15:37:39 +03:00 |
|
Evgenii Stratonikov
|
9dc3edf351
|
compiler: make use of extended JMP* opcodes
|
2020-08-24 11:19:54 +03:00 |
|
Evgenii Stratonikov
|
51f3baf68e
|
compiler: refactor BinaryExpr handling
Reuse code between if conditions and expression context.
|
2020-08-24 09:46:11 +03:00 |
|
Evgenii Stratonikov
|
4d04c56efb
|
compiler: make toShortForm accept an opcode
|
2020-08-24 09:44:44 +03:00 |
|
Evgenii Stratonikov
|
1be1b8de9e
|
compiler: merge && and || processing
|
2020-08-24 09:44:44 +03:00 |
|
Evgenii Stratonikov
|
59367c96d1
|
compiler: allow to use += on strings
|
2020-08-24 09:44:44 +03:00 |
|
Evgenii Stratonikov
|
fd7af77895
|
compiler: refactor convertToken func
Move `getEqualityOpcode` into `convertToken`.
`convertToken` does not need codegen.
|
2020-08-24 09:44:44 +03:00 |
|
Evgenii Stratonikov
|
ae88c77a8a
|
compiler: process nil comparisons separately
|
2020-08-24 09:44:16 +03:00 |
|
Roman Khimov
|
9c72ea1d64
|
core/interop: add base58 encoding/decoding syscalls
Follow neo-project/neo#1833.
|
2020-08-23 17:19:56 +03:00 |
|
Roman Khimov
|
562e7e371f
|
consensus: switch to uint8 for validator index
Follow neo-project/neo#1837. Tests will need to be updated with real messages.
|
2020-08-23 16:44:56 +03:00 |
|
Roman Khimov
|
7cba3a0342
|
core: require AllowStates flag for IsStandard
Follow neo-project/neo#1830.
|
2020-08-23 15:41:55 +03:00 |
|