Commit graph

  • 9350d027cf [#194] container: Register TLD with contract as owner Alex Vanin 2021-12-08 14:51:42 +0300
  • af1978580c Update neo-go to v0.98.0 Alex Vanin 2021-12-07 16:00:22 +0300
  • 3dc8bd8e7c Release v0.13.0 - Sinjido (신지도, 薪智島) Alex Vanin 2021-12-07 15:06:43 +0300
  • 51cf10a734 Remove redundant updates Alex Vanin 2021-12-07 15:06:26 +0300
  • 9b50e1bb88 [#192] processing: Add processing contract test Pavel Karpy 2021-12-06 17:35:58 +0300
  • c840498b6f [#192] alphabet: Add alphabet contract tests Pavel Karpy 2021-12-06 13:31:45 +0300
  • e14ffbe68b [#192] proxy: Add proxy contract tests Pavel Karpy 2021-12-03 14:17:37 +0300
  • 9d0a82bc89 [#190] common: Check NeoFS role for the next block Pavel Karpy 2021-12-06 13:40:34 +0300
  • b104a2ccbc [#154] netmap: implement Register method Evgenii Stratonikov 2021-12-02 18:59:29 +0300
  • bf83ed9a4f [#101] *: update storage after voting Evgenii Stratonikov 2021-11-30 11:59:52 +0300
  • 4248424a44 nns: disallow conflicting records on register Evgenii Stratonikov 2021-11-22 12:42:28 +0300
  • f12c44fc78 nns: allow to register arbitrary-level domains Evgenii Stratonikov 2021-11-19 16:35:58 +0300
  • 629f9fd90a [#184] go.mod: Update neo-go Pavel Karpy 2021-12-01 20:33:55 +0300
  • 53a6b198d9 [#184] *: Cast to struct `iterator.Value() k/v pair Pavel Karpy 2021-12-01 20:28:58 +0300
  • 5e604b6f8b [#184] *: Check status of neo.Transfer and gas.Transfer Pavel Karpy 2021-11-30 16:21:14 +0300
  • 5c4e44575a [#184] *: Add ownerSize constant Pavel Karpy 2021-11-30 14:27:12 +0300
  • a2f5f7a74a [#184] *: Change panic to Log+ABORT in OnNEP17Payment Pavel Karpy 2021-11-30 12:44:05 +0300
  • e6a33e8193 [#185] *: Use storage.DeserializeValues flag for search Pavel Karpy 2021-11-29 19:56:19 +0300
  • 23d9799e51 [#185] *: Use neo-go's interop constants instead of local Pavel Karpy 2021-11-29 19:43:01 +0300
  • f78a0e32b8 [#185] *: Cast args of _deploy method to struct Pavel Karpy 2021-11-29 19:34:11 +0300
  • b2559857f6 [#101] neofs: allow to register multiple candidates per block Evgenii Stratonikov 2021-11-16 13:03:51 +0300
  • ec95997f41 Backport changelog v0.12.2 Alex Vanin 2021-11-30 12:26:56 +0300
  • 27c97237cf [#184] *: Delete method prefix from runtime.Log() Pavel Karpy 2021-11-30 12:02:59 +0300
  • 2ee2344e5f [#184] *: Move all panics on witness checks in common Pavel Karpy 2021-11-29 15:21:40 +0300
  • ac89694eeb [#184] *: Remove method prefix in panic messages Pavel Karpy 2021-11-29 13:51:57 +0300
  • 4961e9b436 [#186] *: Add // V2 format comment Pavel Karpy 2021-11-29 20:58:27 +0300
  • c7a02f0259 [#180] nns: allow hyphen in names Evgenii Stratonikov 2021-11-26 17:05:06 +0300
  • f0868c89fd [#181] container: setup nns keys during update Evgenii Stratonikov 2021-11-26 10:47:51 +0300
  • 293ca36ff4 [#174] subnet: Do not panic while doing operation that are already done Pavel Karpy 2021-11-24 21:09:13 +0300
  • 0e84900187 [#174] subnet: Clear all storage keys in Delete method Pavel Karpy 2021-11-24 21:09:13 +0300
  • e9d5e57caf [#174] subnet: Add docs Pavel Karpy 2021-11-24 20:26:54 +0300
  • c2b7e638fa [#174] subnet: Sync notifications and method names Pavel Karpy 2021-11-24 20:26:33 +0300
  • 76933df0a9 [#174] subnet: Delete method prefix check in error tests Pavel Karpy 2021-11-24 17:22:27 +0300
  • bd2d1cdf86 [#174] subnet: Add comments to version dependent format checks Pavel Karpy 2021-11-24 13:33:24 +0300
  • c0636ff0ee [#174] subnet: Make len(subnetID) constant and fix its value Pavel Karpy 2021-11-24 13:03:02 +0300
  • c4ff617525 [#174] subnet: Rename ErrSubNotExist -> ErrNotExist Pavel Karpy 2021-11-23 18:36:45 +0300
  • 9e2842b4ad [#174] subnet: Add UserAllowed method Pavel Karpy 2021-11-23 16:19:58 +0300
  • a7a272ad08 [#174] subnet: Add RemoveUser method Pavel Karpy 2021-11-23 14:15:16 +0300
  • 9a05e213eb [#174] subnet: Add AddUser method Pavel Karpy 2021-11-23 13:56:56 +0300
  • cc7d98d45e [#174] subnet: Add RemoveClientAdmin method Pavel Karpy 2021-11-23 13:20:07 +0300
  • 0d45d83450 [#174] subnet: Add AddClientAdmin method Pavel Karpy 2021-11-23 12:54:32 +0300
  • b5db977e62 [#174] subnet: Add NodeAllowed method Pavel Karpy 2021-11-22 21:59:49 +0300
  • 4b47bfadcd [#174] subnet: Add RemoveNode method Pavel Karpy 2021-11-22 21:35:07 +0300
  • 18b5e56727 [#174] subnet: Add AddNode method Pavel Karpy 2021-11-22 19:55:07 +0300
  • cee4dd76dc [#174] subnet: Add RemoveNodeAdmin method Pavel Karpy 2021-11-22 17:20:00 +0300
  • 840e206963 [#174] subnet: Fix notification Pavel Karpy 2021-11-22 15:19:33 +0300
  • df6cc4f8b7 [#174] subnet: Add AddNodeAdmin method Pavel Karpy 2021-11-21 22:55:39 +0300
  • b02a5c2d40 [#174] subnet: Move Update method to the top of the file Pavel Karpy 2021-11-21 17:56:21 +0300
  • 3723fcaacf [#177] Makefile: build with neo-go from go.mod Evgenii Stratonikov 2021-11-23 12:42:31 +0300
  • d8e42fcd16 nns: migrate roots from the old version Evgenii Stratonikov 2021-11-23 12:18:34 +0300
  • d852229b74 nns: add version to the list of safe methods Evgenii Stratonikov 2021-11-23 12:18:02 +0300
  • 445c0a6087 nns: add test for TLD record registration Evgenii Stratonikov 2021-11-22 16:50:15 +0300
  • 870db4a81a [#122] subnet: implement delete method Evgenii Stratonikov 2021-11-18 15:24:32 +0300
  • ed6f90c180 [#122] subnet: implement put method Evgenii Stratonikov 2021-11-18 15:21:14 +0300
  • 6250e5eaf7 [#122] subnet: add contract skeleton Evgenii Stratonikov 2021-11-18 14:31:58 +0300
  • 75bb382f7b [#101] neofsid: allow to have multiple AddKey per block Evgenii Stratonikov 2021-11-16 17:09:21 +0300
  • c4212e7d2f [#101] reputation: allow Put in multiple tx per block Evgenii Stratonikov 2021-11-15 16:12:53 +0300
  • da7f7eb88f [#164] *: provide version as the last argument Evgenii Stratonikov 2021-11-09 13:55:21 +0300
  • 99c81fe26a [#165] nns: disallow duplicating records Evgenii Stratonikov 2021-11-17 17:10:07 +0300
  • 370720c83b [#161] netmap: fix tests Evgenii Stratonikov 2021-11-17 11:20:13 +0300
  • 68eac87e64 [#154] netmap: allow only alphabet calls in updateState Leonard Lyubich 2021-11-15 09:29:08 +0300
  • 8553320e1c [#161] tests: reuse neo-go testing framework Evgenii Stratonikov 2021-10-26 14:28:14 +0300
  • 63673a5e54 [#139] nns: allow to resolve FQDN Evgenii Stratonikov 2021-10-16 12:47:52 +0300
  • 05d372e882 [#139] nns: check domain expiration for read functions Evgenii Stratonikov 2021-10-04 16:18:05 +0300
  • 552def9322 [#139] nns: require admin signature for registering subdomain Evgenii Stratonikov 2021-10-04 14:47:42 +0300
  • e0dbd07f21 [#139] nns: replace root with TLD Evgenii Stratonikov 2021-10-04 13:26:23 +0300
  • edbd137340 [#98] nns: add Version method Evgenii Stratonikov 2021-10-22 15:08:51 +0300
  • 2cb10edfd2 [#142] container: do not fail when deleting missing container Evgenii Stratonikov 2021-10-25 15:43:57 +0300
  • 6bd088aa9f [#142] container: panic on missing container Evgenii Stratonikov 2021-10-11 10:42:14 +0300
  • 654fc371fd [#142] tests: fix container owner offset Evgenii Stratonikov 2021-10-20 12:43:30 +0300
  • 8c8e4a6d85 [#156] container: fix domain owner check Evgenii Stratonikov 2021-10-21 18:59:59 +0300
  • b57f2ffe6b Release v0.12.1 Alex Vanin 2021-10-19 13:03:04 +0300
  • a9503b5cf8 Revert "[#152] netmap: allow only alphabet calls in updateState" Evgenii Stratonikov 2021-10-19 16:47:21 +0300
  • 81c12b3f24 Revert "[#152] netmap: allow only alphabet calls in addPeer" Evgenii Stratonikov 2021-10-19 16:47:03 +0300
  • 2472678b9f [#151] netmap: fix error message in _deploy Evgenii Stratonikov 2021-10-19 13:04:58 +0300
  • c5e026c6e7 [#151] netmap: allow to update config values in _deploy Evgenii Stratonikov 2021-10-19 13:04:10 +0300
  • c957b9ca69 [#151] container: require additional fee for nice-name Evgenii Stratonikov 2021-10-18 13:45:10 +0300
  • e1ee1c203c [#152] netmap: allow only alphabet calls in updateState Evgenii Stratonikov 2021-10-19 10:42:23 +0300
  • c008910157 [#152] netmap: allow only alphabet calls in addPeer Evgenii Stratonikov 2021-10-19 10:33:42 +0300
  • a72392f672 [#146] netmap: allow to update peer info Evgenii Stratonikov 2021-10-16 12:57:45 +0300
  • 7fe7188e7d [#150] container: allow only alphabet calls in SetEACL Evgenii Stratonikov 2021-10-19 11:23:35 +0300
  • 0ef906fb03 [#150] container: allow only alphabet calls in Delete Evgenii Stratonikov 2021-10-19 10:59:40 +0300
  • e5c5cc30c0 [#150] container: make config key public Evgenii Stratonikov 2021-10-18 14:44:06 +0300
  • fef6a6cb36 [#150] container: check domain owner in Put Evgenii Stratonikov 2021-10-18 14:32:17 +0300
  • 16f3281198 [#150] tests: add container type in tests Evgenii Stratonikov 2021-10-11 10:39:49 +0300
  • a7601334f7 [#150] container: allow only alphabet calls in Put Evgenii Stratonikov 2021-10-18 14:12:26 +0300
  • 5c58093a75 Release v0.12.0 - Udo (우도, 牛島) Alex Vanin 2021-10-14 15:40:14 +0300
  • e880b2740d [#144] reputation: fix safe method names Evgenii Stratonikov 2021-10-12 11:02:20 +0300
  • 18ff4ea116 container: register NNS root on update Evgenii Stratonikov 2021-10-07 14:00:46 +0300
  • 80d599b65b go.mod: tidy Evgenii Stratonikov 2021-10-07 15:03:57 +0300
  • 922c73bdac .github: add testing workflow fyrchik 2021-10-07 13:45:49 +0300
  • cd005e54a4 [#135] tests: check container nice-name registration Evgenii Stratonikov 2021-10-06 14:59:08 +0300
  • c4e2e8dfbb [#135] nns: add getRecords to the safe methods list Evgenii Stratonikov 2021-10-06 14:56:04 +0300
  • b5d5963b38 [#135] tests: cache compiled contracts Evgenii Stratonikov 2021-10-06 14:29:36 +0300
  • 79ca1a4451 [#135] container: remove nice names on deletion Evgenii Stratonikov 2021-09-29 16:10:29 +0300
  • e4e306c63b [#135] container: allow to register nice names in NNS Evgenii Stratonikov 2021-09-29 13:00:32 +0300
  • dd583e0d1c [#137] Makefile: add missing .PHONY targets Evgenii Stratonikov 2021-10-04 15:11:11 +0300
  • fdf27687bb [#137] Makefile: add target for testing Evgenii Stratonikov 2021-10-04 15:08:37 +0300
  • 6a6d377259 [#137] tests: implement contract testing framework Evgenii Stratonikov 2021-10-01 22:24:05 +0300
  • c7b46730a0 [#137] go.mod: update neo-go to v0.97.2 Evgenii Stratonikov 2021-10-04 11:11:24 +0300