neo-go/pkg/core
Evgenii Stratonikov cba117352c mempool: correctly handle tx with oracle response
If tx with the same oracle response ID is already in mempool,
replace it if network fee of added transaction is higher and
return error otherwise.
2020-12-01 12:29:18 +03:00
..
block pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
blockchainer *: replace all NEP5 occurences to NEP17 2020-11-24 13:08:24 +03:00
chaindump blockchainer: allow to dump/restore chain 2020-11-24 16:43:11 +03:00
dao core: remove old blocks and transactions 2020-11-25 16:38:20 +03:00
fee core: update opcodes prices 2020-11-12 14:20:26 +03:00
interop core: add callback to VM context 2020-11-25 18:37:29 +03:00
mempool mempool: correctly handle tx with oracle response 2020-12-01 12:29:18 +03:00
mpt pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
native native: call onPayment only during transfer 2020-11-30 13:05:44 +03:00
state rpc: marshal fees and GAS as Fixed8 decimal 2020-11-26 15:04:30 +03:00
storage *: replace all NEP5 occurences to NEP17 2020-11-24 13:08:24 +03:00
test_data block: update binary test data 2020-08-18 14:52:30 +03:00
transaction rpc: marshal fees and GAS as Fixed8 decimal 2020-11-26 15:04:30 +03:00
blockchain.go Merge pull request #1561 from nspcc-dev/removeold 2020-11-25 19:14:32 +03:00
blockchain_test.go core: add tests for Blockchain.isTxStillRelevant() 2020-11-26 16:04:43 +03:00
doc.go core: add Blockchain event subscription mechanism 2020-05-25 00:27:39 +03:00
gas_price.go core: move CalculateNetworkFee to a separate package 2020-10-07 10:04:19 +03:00
helper_test.go core: add test for RemoveUntraceableBlocks setting 2020-11-26 12:33:34 +03:00
interop_neo.go core: add callback to VM context 2020-11-25 18:37:29 +03:00
interop_neo_test.go manifest: include contract Name 2020-11-24 11:23:44 +03:00
interop_system.go native: replace NEP-5 with NEP-17 2020-11-24 13:08:23 +03:00
interop_system_test.go core: add callback to VM context 2020-11-25 18:37:29 +03:00
interops.go core: implement System.Binary.Atoi/Itoa syscalls 2020-11-10 16:15:10 +03:00
interops_test.go core: allow to use state root in header 2020-11-20 17:16:32 +03:00
native_contract_test.go core: refactore some tests 2020-11-25 18:37:29 +03:00
native_designate_test.go core: refactore some tests 2020-11-25 18:37:29 +03:00
native_neo_test.go core: refactore some tests 2020-11-25 18:37:29 +03:00
native_notary_test.go core: implement native Notary contract 2020-11-25 18:37:29 +03:00
native_oracle_test.go core: refactore some tests 2020-11-25 18:37:29 +03:00
native_policy_test.go core: implement native Notary contract 2020-11-25 18:37:29 +03:00
prometheus.go core: add state height to prometheus metrics 2020-07-30 12:42:15 +03:00
util.go core: save StateRootInHeader in genesis block 2020-11-24 16:39:56 +03:00
util_test.go core: remove unnecessary comment 2020-08-04 17:34:06 +03:00