{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":155182609,"defaultBranch":"master","name":"nimbus-eth1","ownerLogin":"jangko","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2018-10-29T09:09:19.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2784755?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718338563.0","currentOid":""},"activityList":{"items":[{"before":"ee323d5ff80b8d0b3e6f1321c7a431e9c4a529ca","after":"fb196849ee163499428cd63b6dd6915fb2012382","ref":"refs/heads/master","pushedAt":"2024-07-19T02:18:23.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"EVM cosmetic changes, one less indirect access of VmCpt (#2503)","shortMessageHtmlLink":"EVM cosmetic changes, one less indirect access of VmCpt (status-im#2503)"}},{"before":"916f88a3731490d1deed848d5a43583a4c6dcea0","after":"ee323d5ff80b8d0b3e6f1321c7a431e9c4a529ca","ref":"refs/heads/master","pushedAt":"2024-07-18T14:25:11.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"Optimize EVM stack usage (#2502)\n\n* EVM: Optimize CALL family stack usage\r\n\r\n* EVM: Optimize CREATE family stack usage\r\n\r\n* EVM: Optimize arith stack usage\r\n\r\n* EVM: Optimize stack usage in the rest of opcodes\r\n\r\n* Fix test_op_env and clean up unused imports\r\n\r\n* EVM: Optimize arithmetic binary ops","shortMessageHtmlLink":"Optimize EVM stack usage (status-im#2502)"}},{"before":"e8683692fd3c0695fb33d3f10ab1e41cfe25ec22","after":"916f88a3731490d1deed848d5a43583a4c6dcea0","ref":"refs/heads/master","pushedAt":"2024-07-17T10:10:13.000Z","pushType":"push","commitsCount":28,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"Use block number or timestamp to determine fork rules (#2496)\n\n* Use block number or timestamp to determine fork rules\r\n\r\nAvoid confusion raised by `forkGTE` usage where block informations are present.\r\n\r\n* Get rid of forkGTE","shortMessageHtmlLink":"Use block number or timestamp to determine fork rules (status-im#2496)"}},{"before":"23c00ce88c50ae91ea6cb655567933beb7458596","after":"e8683692fd3c0695fb33d3f10ab1e41cfe25ec22","ref":"refs/heads/master","pushedAt":"2024-07-06T14:11:44.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"EVM gasSstore refund reduction using positive integer (#2460)\n\nThis is the hopefully the last part of preparations\r\nbefore converting GasInt to uint64","shortMessageHtmlLink":"EVM gasSstore refund reduction using positive integer (status-im#2460)"}},{"before":"e163b69261f9b48faad64551dcf7ca011c510d18","after":"23c00ce88c50ae91ea6cb655567933beb7458596","ref":"refs/heads/master","pushedAt":"2024-07-05T03:40:49.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"Separate evmc gasCosts and nim-evm gasCosts (#2454)\n\nThis is part of preparations before converting GasInt to uint64","shortMessageHtmlLink":"Separate evmc gasCosts and nim-evm gasCosts (status-im#2454)"}},{"before":"cd21c4fbec012de06143b3c4b478dfca4745cda7","after":"e163b69261f9b48faad64551dcf7ca011c510d18","ref":"refs/heads/master","pushedAt":"2024-07-02T05:52:33.000Z","pushType":"push","commitsCount":19,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"Bump RocksDb version and enable autoClose on opt types to prevent memory leaks (#2427)\n\n* Bump RocksDb version and enable autoClose on opt types to prevent memory leaks.","shortMessageHtmlLink":"Bump RocksDb version and enable autoClose on opt types to prevent mem…"}},{"before":"6a10dfd0fe1fcae73b9b2d5574e45faa213fe690","after":"cd21c4fbec012de06143b3c4b478dfca4745cda7","ref":"refs/heads/master","pushedAt":"2024-06-26T03:37:18.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"ForkedChain implementation (#2405)\n\n* ForkedChain implementation\r\n\r\n- revamp test_blockchain_json using ForkedChain\r\n- re-enable previously failing test cases.\r\n\r\n* Remove excess error handling\r\n\r\n* Avoid reloading parent header\r\n\r\n* Do not force base update\r\n\r\n* Write baggage to database\r\n\r\n* Add findActiveChain to finalizedSegment\r\n\r\n* Create new stagingTx in addBlock\r\n\r\n* Check last stateRoot existence in test_blockchain_json\r\n\r\n* Resolve rebase conflict\r\n\r\n* More precise nomenclature for block import cursor\r\n\r\n* Ensure bad block nor imported and good block not rejected\r\n\r\n* finalizeSegment become forkChoice and align with engine API forkChoice spec\r\n\r\n* Display reason when good block rejected\r\n\r\n* Fix comments\r\n\r\n* Put BaseDistance into CalculateNewBase equation\r\n\r\n* Separate finalizedHash from baseHash\r\n\r\n* Add more doAssert constraint\r\n\r\n* Add push raises: []","shortMessageHtmlLink":"ForkedChain implementation (status-im#2405)"}},{"before":"e1bb65fdfa566ab2f327e6c4895fcb710d08f3b1","after":"6a10dfd0fe1fcae73b9b2d5574e45faa213fe690","ref":"refs/heads/master","pushedAt":"2024-06-24T06:12:34.000Z","pushType":"push","commitsCount":34,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"Remove pre and post opcode handlers from EVM (#2409)","shortMessageHtmlLink":"Remove pre and post opcode handlers from EVM (status-im#2409)"}},{"before":"5a185374501ee3eba5461cdc5f19a8d6c8a35f05","after":"e1bb65fdfa566ab2f327e6c4895fcb710d08f3b1","ref":"refs/heads/master","pushedAt":"2024-06-16T03:44:49.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"rm PoW hash function and validation support (#2372)","shortMessageHtmlLink":"rm PoW hash function and validation support (status-im#2372)"}},{"before":"5a5cc6295ebbd9b5e829748dea954a9d86a535a5","after":"5a185374501ee3eba5461cdc5f19a8d6c8a35f05","ref":"refs/heads/master","pushedAt":"2024-06-14T08:04:32.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"Bump nim-eth, nim-web3, nimbus-eth2 (#2344)\n\n* Bump nim-eth, nim-web3, nimbus-eth2\r\n\r\n- Replace std.Option with results.Opt\r\n- Fields name changes\r\n\r\n* More fixes\r\n\r\n* Fix Portal stream async raises and portal testnet Opt usage\r\n\r\n* Bump eth + nimbus-eth2 + more fixes related to eth_types changes\r\n\r\n* Fix in utp test app and nimbus-eth2 bump\r\n\r\n* Fix test_blockchain_json rebase conflict\r\n\r\n* Fix EVMC block_timestamp conversion plus commentary\r\n\r\n---------\r\n\r\nCo-authored-by: kdeme ","shortMessageHtmlLink":"Bump nim-eth, nim-web3, nimbus-eth2 (status-im#2344)"}},{"before":"734448b76618c48e716e6b0155ef42f2ac04b399","after":"387868657d78efb8bfeb6eca72a2cb9f4eceebb9","ref":"refs/heads/ci-stat","pushedAt":"2024-06-14T05:00:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"fixes","shortMessageHtmlLink":"fixes"}},{"before":"00a48827c771d4a98cc06eff71d79bc37ccc134c","after":"734448b76618c48e716e6b0155ef42f2ac04b399","ref":"refs/heads/ci-stat","pushedAt":"2024-06-14T04:56:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"fixes","shortMessageHtmlLink":"fixes"}},{"before":"65e2e512b2cbb0b2135282a86df48e62ca1d46ef","after":"00a48827c771d4a98cc06eff71d79bc37ccc134c","ref":"refs/heads/ci-stat","pushedAt":"2024-06-14T04:37:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"fixes","shortMessageHtmlLink":"fixes"}},{"before":null,"after":"65e2e512b2cbb0b2135282a86df48e62ca1d46ef","ref":"refs/heads/ci-stat","pushedAt":"2024-06-14T04:16:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"Display CI number of cores, physical memory, and partition size","shortMessageHtmlLink":"Display CI number of cores, physical memory, and partition size"}},{"before":"a15bbaf8da38ff9738d61db76b621309e6520dcc","after":null,"ref":"refs/heads/debug-ci","pushedAt":"2024-06-14T04:15:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"}},{"before":"a0521d342df70638c53f748fa3b06a71935777a9","after":"0734f7fc7f4c30688a0734b9b3346e9cd3b73ae7","ref":"refs/heads/gh-pages","pushedAt":"2024-06-14T04:09:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deployed 5a5cc62 with MkDocs version: 1.6.0","shortMessageHtmlLink":"Deployed 5a5cc62 with MkDocs version: 1.6.0"}},{"before":"0b32078c4b10d4d78ff2b7ce3c3bd963361a39f3","after":"5a5cc6295ebbd9b5e829748dea954a9d86a535a5","ref":"refs/heads/master","pushedAt":"2024-06-14T04:08:57.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"Triggered write event for kvt (#2351)\n\n* bump rockdb\r\n\r\n* Rename `KVT` objects related to filters according to `Aristo` naming\r\n\r\ndetails:\r\n filter* => delta*\r\n roFilter => balancer\r\n\r\n* Compulsory error handling if `persistent()` fails\r\n\r\n* Add return code to `reCentre()`\r\n\r\nwhy:\r\n Might eventually fail if re-centring is blocked. Some logic will be\r\n added in subsequent patch sets.\r\n\r\n* Add column families from earlier session to rocksdb in opening procedure\r\n\r\nwhy:\r\n All previously used CFs must be declared when re-opening an existing\r\n database.\r\n\r\n* Update `init()` and add rocksdb `reinit()` methods for changing parameters\r\n\r\nwhy:\r\n Opening a set column families (with different open options) must span\r\n at least the ones that are already on disk.\r\n\r\n* Provide write-trigger-event interface into `Aristo` backend\r\n\r\nwhy:\r\n This allows to save data from a guest application (think `KVT`) to\r\n get synced with the write cycle so the guest and `Aristo` save all\r\n atomically.\r\n\r\n* Use `KVT` with new column family interface from `Aristo`\r\n\r\n* Remove obsolete guest interface\r\n\r\n* Implement `KVT` piggyback on `Aristo` backend\r\n\r\n* CoreDb: Add separate `KVT`/`Aristo` backend mode for debugging\r\n\r\n* Remove `rocks_db` import from `persist()` function\r\n\r\nwhy:\r\n Some systems (i.p `fluffy` and friends) use the `Aristo` memory\r\n backend emulation and do not link against rocksdb when building the\r\n application. So this should fix that problem.","shortMessageHtmlLink":"Triggered write event for kvt (status-im#2351)"}},{"before":"741fcca9b6e95e831a0a4a62b901558446c0d944","after":"0b32078c4b10d4d78ff2b7ce3c3bd963361a39f3","ref":"refs/heads/master","pushedAt":"2024-06-10T06:36:13.000Z","pushType":"push","commitsCount":68,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"Consolidate block type for block processing (#2325)\n\nThis PR consolidates the split header-body sequences into a single EthBlock\r\nsequence and cleans up the fallout from that which significantly reduces\r\nblock processing overhead during import thanks to less garbage collection\r\nand fewer copies of things all around.\r\n\r\nNotably, since the number of headers must always match the number of bodies,\r\nwe also get rid of a pointless degree of freedom that in the future could\r\nintroduce unnecessary bugs.\r\n\r\n* only read header and body from era file\r\n* avoid several unnecessary copies along the block processing way\r\n* simplify signatures, cleaning up unused arguemnts and returns\r\n* use `stew/assign2` in a few strategic places where the generated\r\n nim assignent is slow and add a few `move` to work around poor\r\n analysis in nim 1.6 (will need to be revisited for 2.0)\r\n\r\n```\r\nstats-20240607_2223-a814aa0b.csv vs stats-20240608_0714-21c1d0a9.csv\r\n bps_x bps_y tps_x tps_y bpsd tpsd timed\r\nblock_number\r\n(498305, 713245] 1,540.52 1,809.73 2,361.58 2775.340189 17.63% 17.63% -14.92%\r\n(713245, 928185] 730.36 865.26 1,715.90 2028.973852 18.01% 18.01% -15.21%\r\n(928185, 1143126] 663.03 789.10 2,529.26 3032.490771 19.79% 19.79% -16.28%\r\n(1143126, 1358066] 393.46 508.05 2,152.50 2777.578119 29.13% 29.13% -22.50%\r\n(1358066, 1573007] 370.88 440.72 2,351.31 2791.896052 18.81% 18.81% -15.80%\r\n(1573007, 1787947] 283.65 335.11 2,068.93 2441.373402 17.60% 17.60% -14.91%\r\n(1787947, 2002888] 287.29 342.11 2,078.39 2474.179448 18.99% 18.99% -15.91%\r\n(2002888, 2217828] 293.38 343.16 2,208.83 2584.77457 17.16% 17.16% -14.61%\r\n(2217828, 2432769] 140.09 167.86 1,081.87 1296.336926 18.82% 18.82% -15.80%\r\n\r\nblocks: 1934464, baseline: 3h13m1s, contender: 2h43m47s\r\nbpsd (mean): 19.55%\r\ntpsd (mean): 19.55%\r\nTime (total): -29m13s, -15.14%\r\n```","shortMessageHtmlLink":"Consolidate block type for block processing (status-im#2325)"}},{"before":"c57574b954baa2b7201ad269652050af398c1112","after":"a15bbaf8da38ff9738d61db76b621309e6520dcc","ref":"refs/heads/debug-ci","pushedAt":"2024-05-28T08:39:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"fixes","shortMessageHtmlLink":"fixes"}},{"before":"c0bb499d02cc5888821f54794c3824b9cb5c4083","after":"c57574b954baa2b7201ad269652050af398c1112","ref":"refs/heads/debug-ci","pushedAt":"2024-05-28T08:21:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"fixes","shortMessageHtmlLink":"fixes"}},{"before":null,"after":"c0bb499d02cc5888821f54794c3824b9cb5c4083","ref":"refs/heads/debug-ci","pushedAt":"2024-05-28T08:14:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"debug ci","shortMessageHtmlLink":"debug ci"}},{"before":"8767bbd10a880147bc0ac5cf6ab4f01b0419ca06","after":"741fcca9b6e95e831a0a4a62b901558446c0d944","ref":"refs/heads/master","pushedAt":"2024-05-28T08:10:06.000Z","pushType":"push","commitsCount":38,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"Workaround for disallowed transaction superseding (#2181)\n\n* Workaround for disallowed transaction superseding\r\n\r\nThe transaction spammer from Kurtosis keeps spamming transactions with\r\nthe same nonce because report 'pending' account nocne based on 'latest'\r\nrather than actually considering the mempool. To avoid errors from\r\nrejecting those, disable the required gas price bump when replacing\r\na transaction with a new nonce.\r\n\r\n* Lint\r\n\r\n* Skip superseding negative test","shortMessageHtmlLink":"Workaround for disallowed transaction superseding (status-im#2181)"}},{"before":"47605dbdf3d4d86f6779b8f49e5ca0aae6589adc","after":"8767bbd10a880147bc0ac5cf6ab4f01b0419ca06","ref":"refs/heads/master","pushedAt":"2024-05-16T05:50:52.000Z","pushType":"push","commitsCount":25,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"Fix engine simulator and improve logging (#2188)\n\n* Fix engine simulator and improve logging\r\n\r\n* Fix engine simulator genesis loader","shortMessageHtmlLink":"Fix engine simulator and improve logging (status-im#2188)"}},{"before":"d8a8c7134a9e18fad22c26a2215846ba3516f942","after":"a0521d342df70638c53f748fa3b06a71935777a9","ref":"refs/heads/gh-pages","pushedAt":"2024-04-24T00:59:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deployed 47605db with MkDocs version: 1.5.3","shortMessageHtmlLink":"Deployed 47605db with MkDocs version: 1.5.3"}},{"before":"d6a42053249c8745ed359e206c6ba37bb08d0116","after":"47605dbdf3d4d86f6779b8f49e5ca0aae6589adc","ref":"refs/heads/master","pushedAt":"2024-04-24T00:58:30.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"Fix txPool: excessBlobGas should be calculated before entering EVM, not after (#2149)","shortMessageHtmlLink":"Fix txPool: excessBlobGas should be calculated before entering EVM, n…"}},{"before":"2cbc16be8b13bff562d012fa352499442b4f2420","after":"d6a42053249c8745ed359e206c6ba37bb08d0116","ref":"refs/heads/master","pushedAt":"2024-04-17T03:02:00.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"Aristo update rocksdb backend drivers (#2135)\n\n* Aristo+RocksDB: Update backend drivers\r\n\r\nwhy:\r\n RocksDB update allows use some of the newly provided methods which\r\n were previously implemented by using the very C backend (for the lack\r\n of NIM methods.)\r\n\r\n* Aristo+RocksDB: Simplify drivers wrapper\r\n\r\n* Kvt: Update backend drivers and wrappers similar to `Aristo`\r\n\r\n* Aristo+Kvm: Use column families for RocksDB\r\n\r\n* Aristo+MemoryDB: Code cosmetics\r\n\r\n* Aristo: Provide guest column family for export\r\n\r\nwhy:\r\n So `Kvt` can piggyback on `Aristo` so there avoiding to run a second\r\n DBMS system in parallel.\r\n\r\n* Kvt: Provide import mechanism for RoksDB guest column family\r\n\r\nwhy:\r\n So `Kvt` can piggyback on `Aristo` so there avoiding to run a second\r\n DBMS system in parallel.\r\n\r\n* CoreDb+Aristo: Run persistent `Kvt` DB piggybacked on `Aristo`\r\n\r\nwhy:\r\n Avoiding to run two DBMS systems in parallel.\r\n\r\n* Fix copyright year\r\n\r\n* Ditto","shortMessageHtmlLink":"Aristo update rocksdb backend drivers (status-im#2135)"}},{"before":"b37e5f403def6def00cfcbbcc909900eb62d7e5d","after":"d8a8c7134a9e18fad22c26a2215846ba3516f942","ref":"refs/heads/gh-pages","pushedAt":"2024-04-01T04:08:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deployed 2cbc16b with MkDocs version: 1.5.3","shortMessageHtmlLink":"Deployed 2cbc16b with MkDocs version: 1.5.3"}},{"before":"1c98733d4dca663d3362f6639c559ddd31c41d69","after":"2cbc16be8b13bff562d012fa352499442b4f2420","ref":"refs/heads/master","pushedAt":"2024-04-01T04:07:54.000Z","pushType":"push","commitsCount":19,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"Use test vector files for state content key tests + cleanup (#2119)\n\n- Use yaml test vectors instead of in code data\r\n- Add also test for content id\r\n- Some clean-up + add content key init helper calls","shortMessageHtmlLink":"Use test vector files for state content key tests + cleanup (status-i…"}},{"before":"30277be1f3c52d7376fa259fe00e8c46501872d5","after":"1c98733d4dca663d3362f6639c559ddd31c41d69","ref":"refs/heads/master","pushedAt":"2024-03-25T07:28:38.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"Move portal bridge beacon code and add skeleton for state bridge (#2101)","shortMessageHtmlLink":"Move portal bridge beacon code and add skeleton for state bridge (sta…"}},{"before":"c41206be39007fafcbb13ff6813e8809e96a12c4","after":"30277be1f3c52d7376fa259fe00e8c46501872d5","ref":"refs/heads/master","pushedAt":"2024-03-21T09:02:22.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jangko","name":"andri lim","path":"/jangko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2784755?s=80&v=4"},"commit":{"message":"Bump nim-web3 to 285d97c2b05bbe2a13dab4b52ea878157fb1a1a1 (#2088)\n\n* Bump nim-web3 to 285d97c2b05bbe2a13dab4b52ea878157fb1a1a1\r\n\r\nUnify EthCall/EthSend into TransactionArgs (#138)\r\n\r\n* bump ssz-serialization\r\n\r\n* Fix BlockNumber conversion\r\n\r\n* Bump ssz-serialization: Restrict toSszType usage to non SszType in readSszBytes (#81)","shortMessageHtmlLink":"Bump nim-web3 to 285d97c2b05bbe2a13dab4b52ea878157fb1a1a1 (status-im#…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEg3vL-QA","startCursor":null,"endCursor":null}},"title":"Activity · jangko/nimbus-eth1"}